DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on MTL_MATERIAL_TRANSACTIONS

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

210: -- PROCEDURE
211: -- Process__MatCost
212: --
213: -- DESCRIPTION
214: -- This API retrieves the charges of the costed MTL_MATERIAL_TRANSACTIONS
215: -- row, then called Update_eamCost to populate the eAM tables.
216: -- This API should be called for a specific MMT transaction which has been
217: -- costed successfully.
218: --

Line 294: FROM mtl_material_transactions

290: l_opseq_num,
291: l_period_id,
292: l_org_id,
293: l_txn_date
294: FROM mtl_material_transactions
295: WHERE transaction_id = p_txn_id;
296:
297: -- Get transaction value.
298: l_stmt_num := 20;