DBA Data[Home] [Help]

APPS.CAC_TASK_PURGE_PVT dependencies on FND_GLOBAL

Line 145: l_request_id := fnd_global.conc_request_id;

141: fnd_msg_pub.initialize;
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: ----------------------------