DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_ITEM_UTIL

Line 6432: ,x_inv_install => INV_Item_Util.g_Appl_Inst.INV

6428: END IF;
6429: INVIDIT2.Insert_Cost_Details (
6430: x_item_id => rec.inventory_item_id
6431: ,x_org_id => rec.organization_id
6432: ,x_inv_install => INV_Item_Util.g_Appl_Inst.INV
6433: ,x_last_updated_by => user_id
6434: ,x_cst_item_type => l_cst_item_type );
6435: END IF;
6436: END IF;