DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PVT dependencies on XLA_EVENTS_INT_GT

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 1817: | inserted into RCV_RECEIVING_SUBLEDGER, XLA_EVENTS_INT_GT |

1813: | DESCRIPTION : This procedure inserts the receiving events data and the |
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: | |

Line 2345: INSERT INTO XLA_EVENTS_INT_GT

2341: END IF;
2342:
2343: l_stmt_num := 60;
2344: /* Create the xla events */
2345: INSERT INTO XLA_EVENTS_INT_GT
2346: (application_id,
2347: ledger_id,
2348: entity_code,
2349: source_id_int_1,