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 1818: | and MTL_CST_TXN_COST_DETAILS. |

1814: | average and layer cost update data from temporary tables |
1815: | into RCV_ACCOUNTING_EVENTS and MTL_MATERIAL_TRANSACTIONS. |
1816: | Accounting and other entries are also calculated and |
1817: | inserted into RCV_RECEIVING_SUBLEDGER, XLA_EVENTS_INT_GT |
1818: | and MTL_CST_TXN_COST_DETAILS. |
1819: | |
1820: | CALLED FROM : Process_LcmAdjustments Procedure |
1821: | |
1822: | Parameters : |

Line 2206: INSERT INTO MTL_CST_TXN_COST_DETAILS

2202: END IF;
2203:
2204: l_stmt_num := 40;
2205: /* Create the transaction cost details for the average /layer cost update transactions */
2206: INSERT INTO MTL_CST_TXN_COST_DETAILS
2207: (transaction_id,
2208: organization_id,
2209: inventory_item_id,
2210: cost_element_id,