DBA Data[Home] [Help]

APPS.MSD_DEM_UPLOAD_FORECAST dependencies on FND_REQUEST

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

4607: msd_dem_common_utilities.log_message ('Launching workflow - ' || p_workflow_lookup_code );
4608:
4609: BEGIN
4610: var_request_id := null;
4611: var_request_id := fnd_request.submit_request ('MSD', 'MSDDEMLDW', NULL, NULL, FALSE,
4612: 'WF_EXP_SPF_PLANNING_FACTORS',
4613: p_synchronous, p_check_interval, p_time_out);
4614:
4615: msd_dem_common_utilities.log_message ('Request Id for "Launch Demantra Workflow" concurrent program - ' || var_request_id);