DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_ITEM_PVT

Line 6416: INV_ITEM_PVT.Delete_Cost_Details(

6412: and ORGANIZATION_ID = rec.ORGANIZATION_ID
6413: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
6414: --Bug: 3899614,2948014 Updating the cst tables if asset flag is changed
6415: IF(rec.inv_asset_flag <> rec.INVENTORY_ASSET_FLAG )THEN
6416: INV_ITEM_PVT.Delete_Cost_Details(
6417: P_Item_Id => rec.inventory_item_id
6418: ,P_Org_Id => rec.organization_id
6419: ,P_Asset_Flag => rec.inventory_asset_flag
6420: ,P_Cost_Txn => NULL