DBA Data[Home] [Help]

APPS.IEX_METRIC_CONCUR_PVT dependencies on IEX_SCORE_COMP_TYPES_VL

Line 84: from iex_score_comp_types_vl

80:
81: --Begin Bug 7477844 24-Dec-2008 barathsr
82: CURSOR c_comp_count(l_jtf_object_code varchar2) IS
83: select count(1)
84: from iex_score_comp_types_vl
85: where metric_flag='Y'
86: and jtf_object_code=l_jtf_object_code
87: and active_flag='Y';
88: --End Bug 7477844 24-Dec-2008 barathsr