Technology Stack - EBS (MOSC)

MOSC Banner

How to show output parameter result when calling procedure from forms personalization

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

Dear All

I am calling a procedure from forms personalization. It is running successfully but I want to show Success or Failure status in an output parameter which should be popup in screen. I am using following syntax to call procedure.

='declare

v_output BOOLEAN;

XX_OUTPUT VARCHAR2(100);

begin

XX_GENERATE_CRN.xxrcl_amount('${item.ORDERS_SUMMARY.HEADER_ID.value}',XX_OUTPUT);

END'

Now I want to know how to popup output result in XX_OUPUT parameter.

Tagged:

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