DBA Data[Home] [Help]

APPS.ENI_CONFIG_ITEMS_PKG dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 21: from mtl_default_category_sets

17: l_inventory_item_id NUMBER;
18:
19: cursor c_catg_set is
20: Select category_set_id, functional_area_id
21: from mtl_default_category_sets
22: where functional_area_id in(1,11);
23:
24: BEGIN
25: