Using PL/SQL library object in the sub Menu [message #323616] |
Thu, 29 May 2008 00:37  |
durgadas.menon
Messages: 365 Registered: December 2007 Location: Nowhere
|
Senior Member |
|
|
Hi,
I have a form (SUPLRMSTR) and I created a Menu (mnuivstsystxt) which has a submenu item (mnusavetxt). I had created a procedure (item_enable_disable) in the PL/SQL library attached with the form. I changed the menu module property to mnuivstsystxt in the form SUPLRMSTR, which I thought would attach the menu to the form.
I tried to use a procedure ITEM_ENABLE_DISABLE, which is a part of the pl/sql library attached with the form, in the submenu item MNUSAVETXT but it gave me an error
Quote: | identifier ITEM_ENABLE_DISABLE must be declared
|
this means that it is not able to recognize the procedure. What can be done so that the menu can use the procedure which is attached to the library of the form?
- Das
|
|
|
|
|