DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_CONC_GLOBAL

Line 2519: l_request_data := fnd_conc_global.request_data;

2515: --
2516: /*
2517: ** Perform restart checking....
2518: */
2519: l_request_data := fnd_conc_global.request_data;
2520: hr_utility.set_location(l_request_data,12);
2521: if l_request_data is not null then
2522:
2523: OPEN csr_get_action_param;

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

2705: if l_request_id = 0 then
2706: errbuf := fnd_message.get;
2707: retcode := 2;
2708: else
2709: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
2710: request_data=> l_request_id );
2711: retcode := 0;
2712: end if;
2713: else