DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_ITEM_UTIL

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

6862: END IF;
6863: INVIDIT2.Insert_Cost_Details (
6864: x_item_id => rec.inventory_item_id
6865: ,x_org_id => rec.organization_id
6866: ,x_inv_install => INV_Item_Util.g_Appl_Inst.INV
6867: ,x_last_updated_by => user_id
6868: ,x_cst_item_type => l_cst_item_type );
6869: END IF;
6870: END IF;