DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on FND_GLOBAL

Line 765: WHERE request_id = fnd_global.conc_request_id

761: FROM fnd_concurrent_requests
762: WHERE request_id =
763: (SELECT req.parent_request_id
764: FROM fnd_concurrent_requests req, fnd_concurrent_programs con
765: WHERE request_id = fnd_global.conc_request_id
766: AND con.concurrent_program_id = req.concurrent_program_id);
767:
768:
769: -- =============================================================================

Line 775: WHERE request_id = fnd_global.conc_request_id;

771: -- =============================================================================
772: CURSOR csr_debug_enable_mode_parent IS
773: SELECT * -- req.parent_request_id
774: FROM fnd_concurrent_requests req
775: WHERE request_id = fnd_global.conc_request_id;
776:
777:
778: -- =============================================================================
779: -- Cursor - csr_get_elements_of_info_type