Home » Applications » Oracle Fusion Apps & E-Business Suite » fnd_key_flex.define
fnd_key_flex.define [message #478644] Mon, 11 October 2010 07:14 Go to next message
manisha_borade
Messages: 49
Registered: May 2010
Member
hi,

i want to use keyflexfield in my form , so i use fnd_key_flex.define.

now i want to copy 1 value into 2 segment of flexfield..but it copy only one value .

is there any solution to copy the value into two segment number;



my code :
fnd_key_flex.define(
      BLOCK=>'XX_PROJECT_BUDGET_CTRL',
      FIELD=>'ACCOUNT_FLEXFIELD_TO',
      APPL_SHORT_NAME=>'SQLGL',
      CODE=>'GL#',
      NUM=>v_gao,
      ID=>'CODE_COMBINATION_ID_TO',
      displayable => 'ALL',
      COPY=>'global.Company\\n01',------at this position i want to copy value of global.company into segment 01 and 02 
      DESCRIPTION=>'',
      TITLE=>'Accounting Flexfield',
      VALIDATE=>'FULL',
      QBE_IN=>'Y',
      DERIVE_ALWAYS=>'Y',
      updateable => '',
      VRULE=>'\\nSUMMARY_FLAG\\nI\\nAPPL=SQLGL;  NAME=GL_NO_PARENT_SEGMENT_ALLOWED\\nN',
      where_clause => 'summary_flag != ''Y''',
      QUERY_SECURITY =>'Y');
Re: fnd_key_flex.define [message #478657 is a reply to message #478644] Mon, 11 October 2010 08:30 Go to previous message
manisha_borade
Messages: 49
Registered: May 2010
Member
i got my answer


answer is

COPY=>'global.Company\\n01\\0\\global.zone1\\n02\\0\\global.project\\n03\\0\\global.activity\\n04\\0\\global.department\\n07',
Previous Topic: Problem while Creation of Recipts in Iprocurement
Next Topic: R12 backup with Minimal downtime
Goto Forum:
  


Current Time: Fri May 03 04:00:20 CDT 2024