Showing posts with label copy order. Show all posts
Showing posts with label copy order. Show all posts

Tuesday, August 21, 2012

Copy existing sales order through Open interface

Copy an existing order by importing it through Open interface tables & Import orders program.

Provide the order number to copy & the order source id in the below code snippet.

DECLARE
   l_return_status       VARCHAR2 (1);
   l_order_number_from   NUMBER := <Order_Number1>;
   l_order_source_id     NUMBER := <Order_Source_ID>;