Executing a procedure in Forms Customization Problem
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