Oracle Forms (MOSC)

MOSC Banner

HOW to call an OA Framework screen from Oracle Form???? Please help

edited Aug 28, 2011 7:52PM in Oracle Forms (MOSC) 2 commentsAnswered
Hi Gurus,

I am not sure if I am in the right commuinity or not.

We are in the process of upgrading to R12. Now, I need to call some inquiry forms such as Supplier Inquiry from Our Custom Oracle form. Right now, the Supplier Inquiry form is an OA Framework based. The guideline tells me to call the following way

FND_FUNCTION.EXECUTE
( FUNCTION_NAME => function_name,
 OPEN_FLAG =>'Y',
 SESSION_FLAG =>'Y',
 OTHER_PARAMS => 'partyId='||to_char(:cust.party_id));

But I get an error diplaying in the browser window "You have encountered an unexpected error. Please contact the System Administrator for assistance."

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