Tuesday, January 29, 2008

FND Loader Commands

Many time we can find fndload commands on the web but these commands do not give details about other available parameters. So i tried to list fndload command with parameters to make it easier for fellow colleagues to download just what is changed.

Note: These command will not fit is single line, please use backslash to continue command in second or subsequent lines.







































Request Group This command will download request group 'OM Concurrent Programs'. Most of the times, you need not give parameter APPLICATION_SHORT_NAME. Request group name is fairly unique. One of the request group used by most modules is 'All Reports'. In 11.5.9, it is used by 16 modules.


FNDLOAD apps/ 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct a.ldt REQUEST_GROUP REQUEST_GROUP_NAME="OM Concurrent Programs" APPLICATION_SHORT_NAME=ONT
Request Group UnitSuppose you want to download only one request group unit, then you may use the following command. This could be helpful when you need to migrate only your changes to a request group


FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct z.ldt REQUEST_GROUP REQUEST_GROUP_NAME="OM Reports" UNIT_NAME="OEXOEOCR" UNIT_APP=ONT


Here too, you may ignore UNIT_APP parameter for same reasons.
FlexfieldThis command will download Transaction Information flex field.


FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct skm_credit_card_flex.ldt DESC_FLEX DESCRIPTIVE_FLEXFIELD_NAME=RA_CUSTOMER_TRX

Flexfield ContextSuppose you want to download only one context named "Credit"



FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct z.ldt DESC_FLEX DESCRIPTIVE_FLEXFIELD_NAME=RA_CUSTOMER_TRX P_LEVEL='COL_ALL:REF_ALL:CTX_ONE:SEG_ALL' P_CONTEXT_CODE="Credit"

Flexfield SegmentSuppose you want to download one segment of a particular context.



FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct z.ldt DESC_FLEX DESCRIPTIVE_FLEXFIELD_NAME=RA_CUSTOMER_TRX P_LEVEL='COL_ALL:REF_ALL:CTX_ONE:SEG_ONE' P_CONTEXT_CODE="Invoice" P_SEGMENT_NAME="ORDER_SOURCE"

Flexfield Segment in All contextsWhat could be use of this command? it will download all contexts and the given segment. If the given segment is not a part of context, then only context information is added to the ldt file.



FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct z.ldt DESC_FLEX DESCRIPTIVE_FLEXFIELD_NAME=RA_CUSTOMER_TRX P_LEVEL='COL_ALL:REF_ALL:CTX_ALL:SEG_ONE' P_SEGMENT_NAME="USE AS SYSTEM CREDIT"


Executable

FNDLOAD apps/password 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct z.ldt EXECUTABLE EXECUTABLE_NAME=GENPSETWHERE

This statement will download 'Order Purge Selection' executable
FND Messages FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct z.ldt FND_NEW_MESSAGES MESSAGE_NAME=ONT%CUST%

Printr Driver FNDLOAD apps/$PSWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcppinf.lct my_print_driver_def.ldt FND_PRINTER_INFORMATION PRINTER_DRIVER=my_driver%
XML Template FNDLOAD apps/ 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct file_name.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=<APP short Name> DATA_SOURCE_CODE=<Data template code> TMPL_APP_SHORT_NAME=<Layout Template App short Name>

No comments:

Post a Comment