Cannot create Sale Order, got the error "Record has been deleted. Your request cannot be processed."
Hi all,
We are upgrading our EBS from 11.5.10 to R12.1.3.
We have custom process which creates sales orders based on data from custom interface table.
We are using "oe_order_pub.process_order" API to create order with version 1.0.
Orders are getting created properly in 11i system. But the same order is failing in R12 with the error "Record has been deleted. Your request cannot be processed.".
Debug log says :
AAC:Inside Process Order: Automatic Account Creation
AAC: done checking...
AAC: header_id:
AAC: l_sold_to_org_id:
AAC: no account creation needed. returning...
AAC: no header level account creation needed, checking all lines
We are upgrading our EBS from 11.5.10 to R12.1.3.
We have custom process which creates sales orders based on data from custom interface table.
We are using "oe_order_pub.process_order" API to create order with version 1.0.
Orders are getting created properly in 11i system. But the same order is failing in R12 with the error "Record has been deleted. Your request cannot be processed.".
Debug log says :
AAC:Inside Process Order: Automatic Account Creation
AAC: done checking...
AAC: header_id:
AAC: l_sold_to_org_id:
AAC: no account creation needed. returning...
AAC: no header level account creation needed, checking all lines
0