DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on MTL_MATERIAL_TRANSACTIONS

Line 13: -- This API retrieves the charges of the costed MTL_MATERIAL_TRANSACTIONS

9: -- PROCEDURE
10: -- Process__MatCost
11: --
12: -- DESCRIPTION
13: -- This API retrieves the charges of the costed MTL_MATERIAL_TRANSACTIONS
14: -- row, then called Update_eamCost to populate the eAM tables.
15: -- This API should be called for a specific MMT transaction which has been
16: -- costed successfully.
17: --

Line 93: FROM mtl_material_transactions

89: l_opseq_num,
90: l_period_id,
91: l_org_id,
92: l_txn_date
93: FROM mtl_material_transactions
94: WHERE transaction_id = p_txn_id;
95:
96: -- Get transaction value.
97: l_stmt_num := 20;