DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on CST_ITEM_CST_DTLS_INTERFACE

Line 914: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,

910: l_new_comb);
911:
912: IF l_result THEN
913: IF Item_rec.primary_cost_method = 1 THEN
914: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,
915: Organization_Id,
916: Item_Cost,
917: Basis_Type,
918: Usage_Rate_Or_Amount,

Line 1040: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,

1036:
1037: ELSE
1038: -- End A/c Generator Code---
1039: IF Item_rec.primary_cost_method = 1 THEN
1040: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,
1041: Organization_Id,
1042: Item_Cost,
1043: Basis_Type,
1044: Usage_Rate_Or_Amount,

Line 1283: FROM cst_Item_cst_dtls_InterFace

1279: SELECT Inventory_Item_Id,
1280: Error_Explanation
1281: BULK COLLECT INTO Inventory_Item_Ids,
1282: Error_Explanations
1283: FROM cst_Item_cst_dtls_InterFace
1284: WHERE Cost_Type_Id = l_Cost_Type_Id
1285: AND Group_Id = l_Import_Cost_Group_Id
1286: AND Process_Flag = 3;
1287: