EBS Customizations (MOSC)

MOSC Banner

Execute a Procedure within Form-Personalization

edited Feb 20, 2017 2:28PM in EBS Customizations (MOSC) 4 commentsAnswered ✓

Hi everyone,

I'm trying to add the below SQL to a form-personalization I'm working on, but I keep getting an error message:

='DECLARE

BEGIN

FOR I in (SELECT line_id FROM oe_order_lines_all WHERE header_id = ''||${item.SCH_SUMMARY.HEADER_ID.value}||'')

LOOP

   UPDATE oe_order_lines_all

   SET attribute8 = ''1982''

   WHERE line_id = ''||${item.SCH_SUMMARY.LINE_ID.value}||'';

END LOOP;

COMMIT;

END'

Please advise what I missed?

Thanks,

Tom.

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