DBA Data[Home] [Help]

APPS.CSTPACWP dependencies on MTL_CST_TXN_COST_DETAILS

Line 429: mtl_cst_txn_cost_details

425:
426: select count(*)
427: into l_mtl_txn_exists
428: from
429: mtl_cst_txn_cost_details
430: where
431: transaction_id = l_trx_id;
432:
433: IF(l_mtl_txn_exists=0

Line 439: INSERT INTO mtl_cst_txn_cost_details

435:
436:
437: stmt_num:=80;
438:
439: INSERT INTO mtl_cst_txn_cost_details
440: (
441: TRANSACTION_ID,
442: ORGANIZATION_ID,
443: INVENTORY_ITEM_ID,