DBA Data[Home] [Help]

APPS.E_CHANGES_INT_PKG dependencies on MTL_DEFAULT_SETS_VIEW

Line 54: from mtl_default_sets_view

50: FUNCTION Get_Category(X_default_cat IN OUT VARCHAR2)
51: RETURN NUMBER IS
52: cursor c4 is
53: select structure_id, category_set_name
54: from mtl_default_sets_view
55: where functional_area_id = 1;
56:
57: struct_num NUMBER;
58: BEGIN