DBA Data[Home] [Help]

APPS.INV_MGD_POS_ITEM_MDTR dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 244: FROM mtl_default_category_sets

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