Copying menus and responsibilities to another instance [message #265554] |
Thu, 06 September 2007 11:31 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
daibatzu
Messages: 36 Registered: September 2007
|
Member |
|
|
Hello everyone, I was asked to create new responsibilities in Oracle applications for my organization. Now, it's really been a lot of work for me and I've been told that I'll have to do it all over again in the production instance.
Is there a way to get round this? By this I mean, can I copy the responsibilities I have created into the production instance. I have also created menus and submenus as part of these responsibilities and made some menu and function exclusions.
Any help would really be appreciated as the original work took me two weeks to complete.
Many thanks
|
|
|
|
|
|
|
Re: Copying menus and responsibilities to another instance [message #267539 is a reply to message #265554] |
Thu, 13 September 2007 11:29 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
appsmichael
Messages: 6 Registered: September 2007 Location: NY
|
Junior Member |
|
|
You can use the FNDLOAD utility to copy your responsbilities and menu from one instance to the other.
For a menu with submenus and subfunctions also you can use FNDLOAD utility by specifying the Parent menu.
You can check metalink forums for the FNDLOAD script that does this.I have tried it and it works.
This worked for me:
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct $FND_TOP/patch/115/import/kevinmnu.ldt MENU MENU_NAME = ‘Your Menu name' - PARENT_MENU_NAME=‘Your Menu name’
|
|
|
|