Order Import not calling its Child Program
Hi Team
I am submitting Standard 'Order Import' program using FND_REQUEST.SUBMIT_REQUEST, however it is not calling its child program.
Below is the code I am using to submit Order Import:
ln_req_id := fnd_request.submit_request
(
'ONT'
, 'OEOIMP'
, 'Order Import'
, NULL
, FALSE
, g_org_id -- p_operating unit
, NULL -- p_order_source set to NULL to make sure all Source Data is processed.
, NULL -- p_orig_sys_document_ref set to NULL to process all records for sources.
, 'INSERT' -- p_operation_code
,'N' -- p_validate_only
, 1 -- p_debug_level
, 4 -- p_num_instances