[Home] [Help]
APPS.PAY_GB_PAYE_CALC dependencies on FND_GLOBAL
Line 640: where request_id = FND_GLOBAL.CONC_REQUEST_ID;
636: l_retro_status NUMBER;
637: l_request_id number;
638: cursor csr_get_request_details is
639: select request_id from fnd_concurrent_requests
640: where request_id = FND_GLOBAL.CONC_REQUEST_ID;
641: BEGIN
642: hr_utility.set_location('Entering: is_this_retro ', 10);
643: open csr_get_request_details;
644: fetch csr_get_request_details into l_request_id;