oe_order_pub.process_order API [message #193368] |
Fri, 15 September 2006 21:40 |
sanju_mohali
Messages: 1 Registered: September 2006
|
Junior Member |
|
|
Hi,
I m able to create an order and a line thru API but when I m updating the line quantity I m giving line operation_code as update and line_id. But I m not able to update the quantity and the error is as below:
ORA-01403: no data found in Package OE_Order_GRP Procedure Value_To_IdUser-Defined Exception in Package OE_Order_PUB Procedure Value_To_Id
Please reply soon....it's very urgent.
Thanks,
Sanjana.
-
Attachment: ab.rtf
(Size: 51.54KB, Downloaded 1684 times)
|
|
|
Re: oe_order_pub.process_order API [message #193565 is a reply to message #193368] |
Mon, 18 September 2006 05:20 |
jpdron
Messages: 2 Registered: September 2006 Location: PARIS
|
Junior Member |
|
|
hello,
i advice you to check requests that try to retrieve some needed informations :
you've got the package name and the procedure name in the error message. Just have a look in these. Must be some unknown id passed to the API.
|
|
|