Technology Stack - EBS (MOSC)

MOSC Banner

call_Form ('MVLAUDSIGNON',NO_HIDE,DO_REPLACE, NO_QUERY_ONLY) -replacement in R12

edited Aug 20, 2021 10:39AM in Technology Stack - EBS (MOSC) 1 commentAnswered

call_Form ('MVLAUDSIGNON',NO_HIDE,DO_REPLACE, NO_QUERY_ONLY)  in custom PLL is giving error FRM-40010 Cannot read form.

I changed the syntax as below:

fnd_function.execute(function_name => 'MVLAUDSIGNON'

                                 ,open_flag => 'Y'

                                 ,session_flag => 'Y'

                                 ,other_params => NULL);

Now I am getting APP-FND 01926- custom event raised unhandled exception, non oracle exception.

Can anyone quickly help.

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