DBA Data[Home] [Help]

APPS.FND_MLS_REQUEST dependencies on FND_CONC_GLOBAL

Line 211: req_data := fnd_conc_global.request_data;

207: P_LCOUNT := 0;
208: parent_id := fnd_global.conc_request_id;
209:
210: /* Get state from last run if any. */
211: req_data := fnd_conc_global.request_data;
212:
213: /* Is this the first run? */
214: if (req_data is null) then
215: /*

Line 832: fnd_conc_global.set_req_globals(

828: fnd_message.set_name('FND', 'CONC-MLS has no requests');
829: errbuf := substr(fnd_message.get, 1, 240);
830: retcode := 2;
831: else
832: fnd_conc_global.set_req_globals(
833: conc_status => 'PAUSED',
834: request_data => req_data);
835: end if;
836: