DBA Data[Home] [Help]

APPS.PAY_GB_EOY_MAGTAPE dependencies on FND_GLOBAL

Line 623: WHERE request_id = fnd_global.conc_request_id;

619: --
620: CURSOR get_print_options IS
621: SELECT printer, number_of_copies
622: FROM fnd_concurrent_requests
623: WHERE request_id = fnd_global.conc_request_id;
624: --
625: BEGIN
626: -- Fix 4363883: Find and Set print options as entered on EOY process
627: OPEN get_print_options;

Line 670: WHERE request_id = fnd_global.conc_request_id;

666: --
667: CURSOR get_print_options IS
668: SELECT printer, number_of_copies
669: FROM fnd_concurrent_requests
670: WHERE request_id = fnd_global.conc_request_id;
671: --
672: BEGIN
673: -- Fix 4363883: Find and Set print options as entered on EOY process
674: OPEN get_print_options;