EBS Customizations (MOSC)

MOSC Banner

Custom pll, Menu Entry Error: Getting error message FRM-40700:No such trigger: SPECIAL44

edited Jul 13, 2016 8:36AM in EBS Customizations (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center