DBA Data[Home] [Help]

APPS.INV_ITEM_PVT dependencies on INVIDIT2

Line 4357: INVIDIT2.Table_Inserts (

4353: ELSE
4354: l_folder_item_cat_id := NULL;
4355: END IF;
4356:
4357: INVIDIT2.Table_Inserts (
4358: X_EVENT => P_Event,
4359: X_ITEM_ID => P_Item_Rec.inventory_item_id,
4360: X_ORG_ID => P_Item_rec.organization_id,
4361: X_MASTER_ORG_ID => P_Master_Org_Id,

Line 4601: INVIDIT2.Insert_Cost_Details (

4597: ,P_Cost_Txn => P_Cost_Txn
4598: ,P_Last_Updated_By => P_Item_Rec.last_updated_by
4599: ,P_Last_Updated_Login => P_Item_Rec.last_update_login);
4600:
4601: INVIDIT2.Insert_Cost_Details (
4602: x_item_id => P_Item_rec.inventory_item_id
4603: ,x_org_id => P_Item_rec.organization_id
4604: ,x_inv_install => P_Inv_Install
4605: ,x_last_updated_by => P_Item_rec.last_updated_by

Line 4612: INVIDIT2.Insert_Costing_Category(

4608:
4609: INVIDIT3.Set_Inv_Item_id(P_Item_Rec.INVENTORY_ITEM_ID);
4610:
4611: IF P_Mode = 'DEFINE' AND P_Item_rec.costing_enabled_flag = 'Y' THEN
4612: INVIDIT2.Insert_Costing_Category(
4613: x_item_id => P_Item_rec.inventory_item_id
4614: ,x_org_id => P_Item_rec.organization_id);
4615: END IF;
4616:

Line 4670: INVIDIT2.Table_Inserts (

4666: ELSE
4667: l_folder_item_cat_id := NULL;
4668: END IF;
4669:
4670: INVIDIT2.Table_Inserts (
4671: X_EVENT => l_event,
4672: X_ITEM_ID => P_Item_Rec.inventory_item_id,
4673: X_ORG_ID => P_Item_rec.organization_id,
4674: X_MASTER_ORG_ID => P_Master_Org_Id,