DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_CONC_GLOBAL

Line 5350: l_request_data := fnd_conc_global.request_data;

5346: --
5347: /*
5348: ** Perform restart checking....
5349: */
5350: l_request_data := fnd_conc_global.request_data;
5351: hr_utility.set_location(l_request_data,12);
5352: if l_request_data is not null then
5353:
5354: OPEN csr_get_action_param;

Line 5589: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

5585: if l_request_id = 0 then
5586: errbuf := fnd_message.get;
5587: retcode := 2;
5588: else
5589: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
5590: request_data=> l_request_id );
5591: retcode := 0;
5592: end if;
5593: else