DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_MASTER_PVT dependencies on FND_CONCURRENT_PROGRAMS

Line 88: fnd_concurrent_programs pgm

84:
85: CURSOR parent_sts_csr(p_request_id NUMBER) IS
86: SELECT count(*)
87: from fnd_concurrent_requests req,
88: fnd_concurrent_programs pgm
89: where req.PRIORITY_REQUEST_ID = p_request_id
90: and req.concurrent_program_id = pgm.concurrent_program_id
91: and req.PHASE_CODE = 'C'
92: and request_id <> p_request_id

Line 98: fnd_concurrent_programs pgm

94:
95: CURSOR parent_warn_sts_csr(p_request_id NUMBER) IS
96: SELECT count(*)
97: from fnd_concurrent_requests req,
98: fnd_concurrent_programs pgm
99: where req.priority_request_id = p_request_id
100: and req.concurrent_program_id = pgm.concurrent_program_id
101: and req.phase_code = 'C'
102: and request_id <> p_request_id