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>;
