DBA Data[Home] [Help]

APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 89: FROM fnd_concurrent_programs_vl

85: IF ( l_noof_active_busi_events > 0 ) THEN
86: SELECT count(1) INTO l_count
87: FROM fnd_concurrent_requests
88: WHERE concurrent_program_id = ( SELECT concurrent_program_id
89: FROM fnd_concurrent_programs_vl
90: WHERE concurrent_program_name = 'IEXDLMGB')
91: AND ((phase_code = 'R') OR (phase_code = 'P' AND status_code = 'C'));
92:
93: iex_debug_pub.logmessage( 'l_count :'||l_count );