DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on CST_ITEM_CST_DTLS_INTERFACE

Line 920: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,

916: l_new_comb);
917:
918: IF l_result THEN
919: IF Item_rec.primary_cost_method = 1 THEN
920: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,
921: Organization_Id,
922: Item_Cost,
923: Basis_Type,
924: Usage_Rate_Or_Amount,

Line 1048: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,

1044:
1045: ELSE
1046: -- End A/c Generator Code---
1047: IF Item_rec.primary_cost_method = 1 THEN
1048: INSERT INTO cst_Item_cst_dtls_InterFace(Inventory_Item_Id,
1049: Organization_Id,
1050: Item_Cost,
1051: Basis_Type,
1052: Usage_Rate_Or_Amount,

Line 1306: FROM cst_Item_cst_dtls_InterFace

1302: SELECT Inventory_Item_Id,
1303: Error_Explanation
1304: BULK COLLECT INTO Inventory_Item_Ids,
1305: Error_Explanations
1306: FROM cst_Item_cst_dtls_InterFace
1307: WHERE Cost_Type_Id = l_Cost_Type_Id
1308: AND Group_Id = l_Import_Cost_Group_Id
1309: AND Process_Flag = 3;
1310: