DBA Data[Home] [Help]

APPS.CAC_TASK_PURGE_PVT dependencies on FND_CONC_GLOBAL

Line 146: l_request_data := fnd_conc_global.request_data;

142:
143: -- To get concurrent request id as well as data
144:
145: l_request_id := fnd_global.conc_request_id;
146: l_request_data := fnd_conc_global.request_data;
147:
148:
149: ----------------------------
150: -- Procedure level Logging

Line 595: fnd_conc_global.set_req_globals (

591:
592: -- Moving the parent concurrent request to Paused
593: -- status in order to start the child
594:
595: fnd_conc_global.set_req_globals (
596: conc_status => 'PAUSED' ,
597: request_data => '1'
598: );
599: