Service Contracts Order Reprocessing Program" was responsible for the creation of contracts by picking the data from the OKS_REPROCESSING table.
The R12 Order Capture integration has the following changes:
- OM places the data directly into OKS_REPROCESSING table.
- Users directly run "Service Contracts Order Processing Program" for the creation of contracts.
- There is no Service Contracts Order Capture Integration concurrent program(11i)
- Get the data from ASO queues.
- Insert the data into OKS_REPROCESSING.
- Launch the Reprocess order concurrent program
There are API's to accomplish this jobs
- cs_charge_create_order_pub.submit_order
- CS_Charge_Create_Order_PVT.Submit_Order
- ASO_ORDER_INT.Create_order
- OE_Order_GRP.Process_Order
- OE_Order_PVT.Process_Order