|
|
Re: Create Menus & Responsibilities using API [message #221758 is a reply to message #221345] |
Wed, 28 February 2007 05:41 |
srinivasoracle
Messages: 18 Registered: February 2007 Location: Hyderabad
|
Junior Member |
|
|
Hi,
You can use the below syntax to download the Responsibility & Menu(Ldt's) from your Source Instance and upload it to Target Instance.
Responsiblity:
-------------
FNDLOAD username/pwd O Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct responsibilty_name.ldt FND_RESPONSIBILITY RESP_KEY="responsibility_key"
FNDLOAD apps/xp65xnwb 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct responsibilty_name.ldt -
Menu:
-----
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt MENU MENU_NAME="menu_name"
FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afsload.lct file_name.ldt -
Thanks * Regards,
Srinivasulu Vakati
|
|
|