OE_Order_Pub.Process_Order API [message #184167] |
Tue, 25 July 2006 10:26 |
reddis
Messages: 12 Registered: January 2006 Location: US
|
Junior Member |
|
|
Hi,
I am trying to create a simple order with one item, I am not sure what I am missing but its throwing me an error and the return status is 'U'
below is the error messages
===================================
process ORDER ret status IS: U
process ORDER msg data IS:
process ORDER msg COUNT IS: 2
header.order_number IS: 9.990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+125
header.return_status IS:
header.booked_flag IS:
header.header_id IS: 9.990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+125
header.order_source_id IS: 9.990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+125
header.flow_status_code IS: ENTERED
message is: ORA-20001: User in Package OE_Header_Util Procedure Get_Order_Number
message index is: 1
message is: User-Defined Exception in Package OE_Header_Util Procedure Pre_Write_Process
message index is: 2
oe_msg_pub.count_msg = 2
==================================================
Please let me know if anyone has a solution
Thanks
|
|
|
|
Re: OE_Order_Pub.Process_Order API [message #184406 is a reply to message #184272] |
Wed, 26 July 2006 07:47 |
reddis
Messages: 12 Registered: January 2006 Location: US
|
Junior Member |
|
|
Hello Ananth,
Thanks for the reply.
I was able to figure out the problem.
Actually there was a line level defaulting rule which was defined and the condition yielding for this order type was causing the problems.
Thanks,
Srikanth
|
|
|