DBA Data[Home] [Help]

APPS.PAY_GB_EOY_MAGTAPE dependencies on FND_GLOBAL

Line 683: WHERE request_id = fnd_global.conc_request_id;

679: --
680: CURSOR get_print_options IS
681: SELECT printer, number_of_copies
682: FROM fnd_concurrent_requests
683: WHERE request_id = fnd_global.conc_request_id;
684: --
685: /******************************* Below line added to fix the bug 8541978.
686: It makes sure that even if the value for MAGTAPE_FILE_SAVE is set to 'Y',
687: process will not error out. ********************************************/

Line 735: WHERE request_id = fnd_global.conc_request_id;

731: --
732: CURSOR get_print_options IS
733: SELECT printer, number_of_copies
734: FROM fnd_concurrent_requests
735: WHERE request_id = fnd_global.conc_request_id;
736: --
737: BEGIN
738: -- Fix 4363883: Find and Set print options as entered on EOY process
739: OPEN get_print_options;