EBS Customizations (MOSC)

MOSC Banner

Executing a procedure in Forms Customization Problem

edited Dec 14, 2011 8:43AM in EBS Customizations (MOSC) 8 commentsAnswered ✓
I am trying to do a form customation in the Shipping Transaction form.  I set up a menu item on the tools menu and now I want it to execute a procedure.  In the actions I set the builtin Type to Execute a Procedure and for the Argument entered:  ='

begin

apps.cviirtsubinvtrxn.irtupdatedelweight(""||${item.dlvy.delivery_id.value}||"");

end;'

I am getting an error and don't know what is incorrect here.  I know the procedure works because I tested it in toad.  Here is the error I am getting.

ORA-00923: FROM keywork not found where expected.

Can someone tell me what might be wrong?  Thank you

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