DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on IEX_OBJECT_FILTERS

Line 98: FROM iex_object_filters

94:
95: -- added by jypark for status in header
96: CURSOR c_filter IS
97: SELECT object_id, select_column, entity_name
98: FROM iex_object_filters
99: WHERE object_filter_type = 'IEXCUST'
100: AND active_flag = 'Y';
101:
102: TYPE refCur IS REF CURSOR;

Line 1922: FROM iex_object_filters

1918:
1919: -- added by jypark for status in header
1920: CURSOR c_filter IS
1921: SELECT object_id, select_column, entity_name
1922: FROM iex_object_filters
1923: WHERE object_filter_type = 'IEXCUST'
1924: AND active_flag = 'Y';
1925:
1926: TYPE refCur IS REF CURSOR;