Following fndload commands are used to download and upload the menu
FNDLOAD to download a Menu
|
FNDLOAD
apps/<Pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
<LDT_FILE_NAME >.ldt MENU MENU_NAME="<Menu_Name>"
FNDLOAD to Upload a Menu
|
FNDLOAD apps/<Pwd> 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct <LDT_FILE_NAME >.ldt
Note:
To attach a form function with an existing menu, download the menu from
the source instance and delete all the functions except the one which
you wanted to attach and then upload the edited ldt file in to the
target instance. or use the below script
FNDLOAD to download a Menu
|
FNDLOAD
apps/<Pwd> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct
<LDT_FILE_NAME>.ldt MENU PARENT_MENU_NAME="<MENU_NAME>"
FUNCTION_NAME="<FORM_FUNCTION_NAME>"
FNDLOAD to Upload a Menu
|
You May Like:
Oracle apps and Fusion Self Paced Training Videos by Industry Experts. Please Check oracleappstechnical.com
ReplyDelete