Showing posts with label Order Import. Show all posts
Showing posts with label Order Import. 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>;

Saturday, April 28, 2012