DBA Data[Home] [Help]

APPS.INV_ITEM_PVT dependencies on INVIDIT2

Line 4622: INVIDIT2.Table_Inserts (

4618: ELSE
4619: l_folder_item_cat_id := NULL;
4620: END IF;
4621:
4622: INVIDIT2.Table_Inserts (
4623: X_EVENT => P_Event,
4624: X_ITEM_ID => P_Item_Rec.inventory_item_id,
4625: X_ORG_ID => P_Item_rec.organization_id,
4626: X_MASTER_ORG_ID => P_Master_Org_Id,

Line 4934: INVIDIT2.Insert_Cost_Details (

4930:
4931: -- Bug 8512945 with base bug 8417326 : Added the belwo If condition
4932: IF (l_exists = 'Y')THEN
4933:
4934: INVIDIT2.Insert_Cost_Details (
4935: x_item_id => P_Item_rec.inventory_item_id
4936: ,x_org_id => l_org_id -- Bug 8512945 with base bug 8417326
4937: ,x_inv_install => P_Inv_Install
4938: ,x_last_updated_by => P_Item_rec.last_updated_by

Line 4949: INVIDIT2.Insert_Costing_Category(

4945:
4946: INVIDIT3.Set_Inv_Item_id(P_Item_Rec.INVENTORY_ITEM_ID);
4947:
4948: IF P_Mode = 'DEFINE' AND P_Item_rec.costing_enabled_flag = 'Y' THEN
4949: INVIDIT2.Insert_Costing_Category(
4950: x_item_id => P_Item_rec.inventory_item_id
4951: ,x_org_id => P_Item_rec.organization_id);
4952: END IF;
4953:

Line 5022: INVIDIT2.Table_Inserts (

5018: ELSE
5019: l_folder_item_cat_id := NULL;
5020: END IF;
5021:
5022: INVIDIT2.Table_Inserts (
5023: X_EVENT => l_event,
5024: X_ITEM_ID => P_Item_Rec.inventory_item_id,
5025: X_ORG_ID => P_Item_rec.organization_id,
5026: X_MASTER_ORG_ID => P_Master_Org_Id,