DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on FND_GLOBAL

Line 772: WHERE request_id = fnd_global.conc_request_id

768: FROM fnd_concurrent_requests
769: WHERE request_id =
770: (SELECT req.parent_request_id
771: FROM fnd_concurrent_requests req, fnd_concurrent_programs con
772: WHERE request_id = fnd_global.conc_request_id
773: AND con.concurrent_program_id = req.concurrent_program_id);
774:
775:
776: -- =============================================================================

Line 782: WHERE request_id = fnd_global.conc_request_id;

778: -- =============================================================================
779: CURSOR csr_debug_enable_mode_parent IS
780: SELECT * -- req.parent_request_id
781: FROM fnd_concurrent_requests req
782: WHERE request_id = fnd_global.conc_request_id;
783:
784:
785: -- =============================================================================
786: -- Cursor - csr_get_elements_of_info_type