DBA Data[Home] [Help]

APPS.MSD_SOP_FACT_DATA dependencies on FND_REQUEST

Line 63: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(

59:
60: /* Bug# 4867205 - Booking and Shipment Data will be collected separately
61: if p_booking_data = 1 then
62: l_request_id := 0;
63: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(
64: 'MSD',
65: 'MSDCBD', -- Booking Data collect program called
66: NULL, -- description
67: NULL, -- start date

Line 89: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(

85:
86: if p_shipment_data = 1 then
87:
88: l_request_id := 0;
89: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(
90: 'MSD',
91: 'MSDCSD', -- Shipment Data collect program called
92: NULL, -- description
93: NULL, -- start date

Line 193: l_request_id := fnd_request.submit_request('MSD', 'MSDCSCL', NULL, NULL,FALSE,

189:
190: l_request_id := 0;
191: if l_onhand_date_to is not null then
192:
193: l_request_id := fnd_request.submit_request('MSD', 'MSDCSCL', NULL, NULL,FALSE,
194: 'C', 'Y',
195: l_cs_definition_id,
196: NULL,
197: 'Y',

Line 215: l_request_id := fnd_request.submit_request('MSD', 'MSDCSCL', NULL, NULL,FALSE,

211: l_onhand_date_to := null;
212:
213: else
214:
215: l_request_id := fnd_request.submit_request('MSD', 'MSDCSCL', NULL, NULL,FALSE,
216: 'C', 'Y',
217: l_cs_definition_id,
218: NULL,
219: 'Y',

Line 284: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(

280: /* Bug# 4867205 - Booking and Shipment Data will be collected separately
281:
282: -- Launch Booking Data Pull Process
283: l_request_id := 0;
284: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(
285: 'MSD',
286: 'MSDPBD', -- Booking Data Pull program called
287: NULL, -- description
288: NULL, -- start date

Line 302: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(

298: END IF;
299:
300: -- Launch Shipment Data Pull Process
301: l_request_id := 0;
302: l_request_id:= FND_REQUEST.SUBMIT_REQUEST(
303: 'MSD',
304: 'MSDPSD', -- Shipment Data Pull program called
305: NULL, -- description
306: NULL, -- start date

Line 353: l_request_id := fnd_request.submit_request('MSD', 'MSDCSCL', NULL, NULL,FALSE,

349:
350: /* Call CS Data Pull program */
351:
352: l_request_id := 0;
353: l_request_id := fnd_request.submit_request('MSD', 'MSDCSCL', NULL, NULL,FALSE,
354: 'P',
355: 'Y',
356: l_cs_id(j).cs_definition_id,
357: null,