DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_ITEM_PVT

Line 6850: INV_ITEM_PVT.Delete_Cost_Details(

6846: and ORGANIZATION_ID = rec.ORGANIZATION_ID
6847: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
6848: --Bug: 3899614,2948014 Updating the cst tables if asset flag is changed
6849: IF(rec.inv_asset_flag <> rec.INVENTORY_ASSET_FLAG )THEN
6850: INV_ITEM_PVT.Delete_Cost_Details(
6851: P_Item_Id => rec.inventory_item_id
6852: ,P_Org_Id => rec.organization_id
6853: ,P_Asset_Flag => rec.inventory_asset_flag
6854: ,P_Cost_Txn => NULL