DBA Data[Home] [Help]

APPS.MSD_DEM_SOP dependencies on FND_REQUEST

Line 3174: lv_request_id1 := fnd_request.submit_request('MSD',

3170: in parallel mode.
3171: */
3172:
3173: BEGIN
3174: lv_request_id1 := fnd_request.submit_request('MSD',
3175: 'MSDDEMSCI',
3176: NULL,
3177: NULL,
3178: FALSE,

Line 3196: lv_request_id2 := fnd_request.submit_request('MSD',

3192: msd_dem_common_utilities.log_message (errbuf);
3193: END;
3194:
3195: BEGIN
3196: lv_request_id2 := fnd_request.submit_request('MSD',
3197: 'MSDDEMSCI',
3198: NULL,
3199: NULL,
3200: FALSE,

Line 3670: var_request_id := fnd_request.submit_request ('MSD', 'MSDDEMLDW', NULL, NULL, FALSE,

3666: msd_dem_common_utilities.log_debug ('LaunchDownload is set to YES. Launching the workflow');
3667:
3668: BEGIN
3669: var_request_id := null;
3670: var_request_id := fnd_request.submit_request ('MSD', 'MSDDEMLDW', NULL, NULL, FALSE,
3671: 'WF_SPF_IMPORT_COSTS');
3672: msd_dem_common_utilities.log_message ('Request Id for "Launch Demantra Workflow" concurrent program - ' || var_request_id);
3673:
3674: EXCEPTION