DBA Data[Home] [Help]

APPS.FND_MLS_REQUEST dependencies on FND_CONC_GLOBAL

Line 190: req_data := fnd_conc_global.request_data;

186: P_LCOUNT := 0;
187: parent_id := fnd_global.conc_request_id;
188:
189: /* Get state from last run if any. */
190: req_data := fnd_conc_global.request_data;
191:
192: /* Is this the first run? */
193: if (req_data is null) then
194: /*

Line 751: fnd_conc_global.set_req_globals(

747: fnd_message.set_name('FND', 'CONC-MLS has no requests');
748: errbuf := substr(fnd_message.get, 1, 240);
749: retcode := 2;
750: else
751: fnd_conc_global.set_req_globals(
752: conc_status => 'PAUSED',
753: request_data => req_data);
754: end if;
755: