DBA Data[Home] [Help]

APPS.AS_OPP_LINE_PVT dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 556: from mtl_default_category_sets

552: l_item_id NUMBER) IS
553: select category_id,category_set_id from mtl_item_categories
554: where category_set_id=
555: (select category_set_id
556: from mtl_default_category_sets
557: where functional_area_id=G_FUNCTIONAL_AREA)
558: and organization_id=l_organization_id
559: and inventory_item_id=l_item_id;
560: