DBA Data[Home] [Help]

APPS.JL_CO_FA_TA_LOAD_PKG dependencies on FND_REQUEST

Line 73: x_request_id := fnd_request.submit_request('JL',

69: ---------------------------------------------------------
70: -- Submit request to load technical appraisal --
71: ---------------------------------------------------------
72:
73: x_request_id := fnd_request.submit_request('JL',
74: 'JLCOFAMP',
75: '',
76: '',
77: FALSE,

Line 293: x_request_id := fnd_request.submit_request('JL',

289: END IF;
290:
291: IF x_count <> 0 THEN
292:
293: x_request_id := fnd_request.submit_request('JL',
294: 'JLCOFAVP',
295: '',
296: '',
297: FALSE,

Line 374: x_request_id := fnd_request.submit_request('JL',

370: ROLLBACK_PROCESS(-1);
371: RAISE LOAD_ERROR;
372: END IF;
373:
374: x_request_id := fnd_request.submit_request('JL',
375: 'JLCOFAAR',
376: '',
377: '',
378: FALSE,