Order Management - EBS (MOSC)

MOSC Banner

Order Import not calling its Child Program

edited Sep 23, 2014 1:53PM in Order Management - EBS (MOSC) 7 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center