Quest
Quest
data link
lexical-------------------done
bind variable-------------done
multiple lay out-----------using format trigger
mlti lingual
warning in report builder------------v_flag:=FND_CONCURRENT.SET_COMPLETION_STATU
S('WARNING',''); in before report trigger
xls report in report builder
fnd_load-------------done
summery collumns
r12 changes
-------------------------------------------------------------------xxxxxxxxxxxxx
xxxxx-------------------------------------------------------------------
anchoring
http://download.oracle.com/docs/html/B13895_01/orbr_cndfrm.htm
-------------------------------------------------------------------xxxxxxxxxxxxx
xxxxx-------------------------------------------------------------------
lexical parameter
suppose in a report if user gives parameter = a then it gives bank name in a col
umn and if parameter = b then the column becomes status (void/non void).
here first
------------1-------we take a parameter lex where we take user parameter.
then
------------2-------we create a place holder column at the report level called S
ELECTION . Set this field as a character field with a width of 100 characters an
d assign a default value of ap_invoice_all.bank_name
then
------------3-------we write in before report trigger->
begin
if :lex='a' then
:selection :='ap_invoice_all.bank_name';
else
:selection :='ap_invoice_all.status';
end if;
end;
-----------4--------we write the final query
select aia.invoice_id invoice,&selection from ap_invoice_all aia;
--------------------------------------------------------------------------xxxxxx
xxxxxxxxxx----------------------------------------------------------
2 Lookups
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct fil
e_name.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME= prod LOOKUP_TYPE= lookup name
3 Descriptive Flexfield with all of specific Contexts
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct fi
le_name.ldt DESC_FLEX P_LEVEL=?COL_ALL:REF_ALL:CTX_ONE:SEG_ALL? APPLICATION_SHOR
T_NAME= prod DESCRIPTIVE_FLEXFIELD_NAME= desc flex name P_CONTEXT_CODE= context name
4 Key Flexfield Structures
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct fi
le_name.ldt KEY_FLEX P_LEVEL=?COL_ALL:FQL_ALL:SQL_ALL:STR_ONE:WFP_ALL:SHA_ALL:CV
R_ALL:SEG_ALL? APPLICATION_SHORT_NAME= prod ID_FLEX_CODE= key flex code P_STRUCTURE_CO
DE= structure name
5 Concurrent Programs
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct fi
le_name.ldt PROGRAM APPLICATION_SHORT_NAME= prod CONCURRENT_PROGRAM_NAME= concurrent
name
6 Value Sets
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct fi
le_name.ldt VALUE_SET FLEX_VALUE_SET_NAME= value set name
7 Value Sets with values
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct fi
le_name.ldt VALUE_SET_VALUE FLEX_VALUE_SET_NAME= value set name
8 Profile Options
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct fi
le_name.ldt PROFILE PROFILE_NAME= profile option APPLICATION_SHORT_NAME= prod
9 Requset Group
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct fi
le_name.ldt REQUEST_GROUP REQUEST_GROUP_NAME= request group APPLICATION_SHORT_NAME= p
rod
10 Request Sets
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct fi
le_name.ldt REQ_SET APPLICATION_SHORT_NAME= prod REQUEST_SET_NAME= request set
11 Responsibilities
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct fi
le_name.ldt FND_RESPONSIBILITY RESP_KEY= responsibility
12 Menus
FNDLOAD apps/apps@seed115 O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct fil
e_name.ldt MENU MENU_NAME= menu_name
13 â Forms/Functions
FNDLOAD apps/apps@seed115 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct fi
le_name.ldt FND_FORM_CUSTOM_RULES The Upload syntax for all styles: FNDLOAD apps
/apps@seed115 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct file_name.ldt
14. User/Responsibilities
FNDLOAD apps/apps@seed115 0 Y DOWNLOAD @FND:patch/115/import/afscursp.lct file_n
ame.ldt FND_USER Then UPLOAD FNDLOAD apps/apps@seed115 0 Y UPLOAD [UPLOAD_PARTIA
L] @FND:patch/115/import/afscursp.lct file_name.ldt FND_USER [<USER>]
References: