DBA Data[Home] [Help]

APPS.INV_MGD_POS_ITEM_MDTR dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 243: FROM mtl_default_category_sets

239:
240: -- get the default category set for Inventory
241: SELECT category_set_id
242: INTO l_category_set_id
243: FROM mtl_default_category_sets
244: WHERE functional_area_id = 1;
245:
246: BEGIN
247: FOR l_Idx IN p_organization_tbl.FIRST..p_organization_tbl.LAST LOOP