DBA Data[Home] [Help]

APPS.AD_PA_SUBMIT_REQUEST dependencies on FND_GLOBAL

Line 569: SELECT fnd_global.conc_request_id INTO l_request_id from dual;

565: ' dummy request to track the status of individual requests and assign the'||
566: ' right status to the request set');
567:
568: -- Get the request id for the current request, ie, StatusTracker
569: SELECT fnd_global.conc_request_id INTO l_request_id from dual;
570:
571: fnd_file.put_line(fnd_file.log, 'Current request id : '|| l_request_id);
572:
573: -- Get the request set id for the current request, ie, StatusTracker