DBA Data[Home] [Help]

APPS.MSC_E1APS_DEMCL dependencies on FND_REQUEST

Line 216: v_request_id1 := fnd_request.submit_request('MSD', -- appln short name

212: p_include_all := 1;
213: p_include_prl_list := NULL;
214: p_exclude_prl_list := NULL;
215:
216: v_request_id1 := fnd_request.submit_request('MSD', -- appln short name
217: 'MSDDEMPRL', -- short name of conc pgm
218: NULL, -- description
219: NULL, -- start date
220: FALSE, -- sub request

Line 246: v_request_id2 := fnd_request.submit_request('MSD', -- appln short name

242: p_include_all := 1;
243: p_include_uom_list:= NULL;
244: p_exclude_uom_list:= NULL;
245:
246: v_request_id2 := fnd_request.submit_request('MSD', -- appln short name
247: 'MSDDEMUOM', -- short name of conc pgm
248: NULL, -- description
249: NULL, -- start date
250: FALSE, -- sub request

Line 540: v_request_id := fnd_request.submit_request('MSD', -- appln short name

536: ELSE
537: msd_dem_common_utilities.log_message('Demantra Collections Launched successfully');
538: END IF;
539: /*Launching CP for Calender */
540: v_request_id := fnd_request.submit_request('MSD', -- appln short name
541: 'MSDDEMDC', -- short name of conc pgm
542: NULL, -- description
543: NULL, -- start date
544: FALSE, -- sub request