Custom pll, Menu Entry Error: Getting error message FRM-40700:No such trigger: SPECIAL44
Hello, on 12.1.3
I have used custom.pll to create a Menu entry on an EBS oracle form(Approve cycle counts). I added the menu entry and enabled its like this:
IS ---------------------------------------------------------------------------------------------------------------------------
-- Procedure to Enable Menu.
---------------------------------------------------------------------------------------------------------------------------
PROCEDURE Enable_Attr_Menu
IS
BEGIN
Fnd_Message.Debug('Enable Menu');
-- enable the menu
app_special2.enable
(
'SPECIAL44'
, property_on
);
END Enable_Attr_Menu;
---------------------------------------------------------------------------------------------------------------------------
-- Procedure to Create SPecial 44 Menu Item
---------------------------------------------------------------------------------------------------------------------------
PROCEDURE Create_Attr_Menu
IS
BEGIN
-- Create the Special Menu.
app_special2.instantiate
(
'SPECIAL44'
, 'Certify Counts'
);
END Create_Attr_Menu;
The entry get created under the Actions menu. I then select the new menu entry(Certify Counts). It then fires and