DBA Data[Home] [Help]

APPS.ICX_REQ_SPECIAL_ORD dependencies on MTL_DEFAULT_SETS_VIEW

Line 98: FROM mtl_default_sets_view

94:
95: CURSOR cat_set IS
96: SELECT category_set_id,
97: validate_flag
98: FROM mtl_default_sets_view
99: WHERE functional_area_id = 2;
100:
101: where_clause VARCHAR2(2000) := NULL;
102: v_default_cat_id number;