Technology Stack - EBS (MOSC)

MOSC Banner

How to Assign a procedure out variable value to a global variable - form personalization

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

How to Assign a procedure out variable value to a global variable - form personalization

i am using the below code

='declare

xx_output VARCHAR2(1000);

begin

abc.update('''||${item.DLVY.DELIVERY_ID.value}||''',xx_output );

global.messagetext.value:=xx_output;

end'

but it is throwing error ,i had already defined a global variable a before this step.

I need to captutre the procedure out variable and show it in a message

Thanks

Narendra

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