Home » Developer & Programmer » Forms » ORACLE error 6550 in FDPSTP (forms6i,apps 11.5.10)
|
|
|
|
|
|
|
Re: ORACLE error 6550 in FDPSTP [message #512661 is a reply to message #512645] |
Tue, 21 June 2011 06:37  |
cookiemonster
Messages: 13966 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You realise there is a difference between creating a procedure (ie loading the source code of the procedure into the DB) and calling a procedure (ie doing:
BEGIN
XXPL_PO_REQ_INTER_MAIN(<parameter1>, <parameter2>);
END;
and having oracle actually execute the code in the procedure (selects, inserts, whatever))
Don't you?
The answer remains the same.
When you call it you need to pass two parameters. 1 Varchar2 and 1 Number.
You aren't.
|
|
|
Goto Forum:
Current Time: Mon Apr 28 04:31:27 CDT 2025
|