DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PVT dependencies on MTL_CST_TXN_COST_DETAILS

Line 56: mtl_material_transactions, mtl_cst_txn_cost_details and XLA_EVENTS_INT_GT using

52: - The layer cost update is done against the layers that were hit by the
53: original delivery and the layer values are updated in proportion of the
54: delivered quantities against each layer.
55: - Create records into tables rcv_accounting_events, rcv_receiving_sub_ledger,
56: mtl_material_transactions, mtl_cst_txn_cost_details and XLA_EVENTS_INT_GT using
57: the global temporary tables.
58: ------------------------------------------------------------------------------------------*/
59:
60: G_PKG_NAME CONSTANT VARCHAR2(30) :='CST_LcmAdjustments_PVT';

Line 1800: | and MTL_CST_TXN_COST_DETAILS. |

1796: | average and layer cost update data from temporary tables |
1797: | into RCV_ACCOUNTING_EVENTS and MTL_MATERIAL_TRANSACTIONS. |
1798: | Accounting and other entries are also calculated and |
1799: | inserted into RCV_RECEIVING_SUBLEDGER, XLA_EVENTS_INT_GT |
1800: | and MTL_CST_TXN_COST_DETAILS. |
1801: | |
1802: | CALLED FROM : Process_LcmAdjustments Procedure |
1803: | |
1804: | Parameters : |

Line 2188: INSERT INTO MTL_CST_TXN_COST_DETAILS

2184: END IF;
2185:
2186: l_stmt_num := 40;
2187: /* Create the transaction cost details for the average /layer cost update transactions */
2188: INSERT INTO MTL_CST_TXN_COST_DETAILS
2189: (transaction_id,
2190: organization_id,
2191: inventory_item_id,
2192: cost_element_id,