DBA Data[Home] [Help]

APPS.IEX_METRIC_PVT dependencies on IEX_SCORE_COMP_TYPES_VL

Line 38: FROM iex_score_comp_types_vl

34: IS
35:
36: CURSOR c_metric IS
37: SELECT score_comp_type_id, score_comp_name, score_comp_value
38: FROM iex_score_comp_types_vl
39: WHERE active_flag = 'Y'
40: AND metric_flag = 'Y'
41: AND jtf_object_code = NVL(p_filter_by_object, jtf_object_code)
42: ORDER BY display_order;