DBA Data[Home] [Help]

APPS.PER_PTU_DFF_MIG dependencies on FND_CONC_GLOBAL

Line 71: l_request_data := fnd_conc_global.request_data;

67: BEGIN
68: --
69: -- Check for re-start status
70: --
71: l_request_data := fnd_conc_global.request_data;
72: --
73: --
74: if l_request_data is not null then
75: --

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

245: retcode := 2;
246: --
247: else
248: --
249: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
250: request_data=> l_request_id );
251: retcode := 0;
252: --
253: end if;