DBA Data[Home] [Help]

APPS.CSTPLCWP dependencies on MTL_CST_TXN_COST_DETAILS

Line 510: from mtl_cst_txn_cost_details

506: stmt_num := 140;
507:
508: select count(*)
509: into l_mtl_txn_exists
510: from mtl_cst_txn_cost_details
511: where transaction_id = l_trx_id;
512:
513: IF( l_mtl_txn_exists=0 AND
514: ( l_action_id=30 OR l_action_id=31 OR l_action_id=32 ) ) THEN

Line 519: INSERT INTO mtl_cst_txn_cost_details

515:
516:
517: stmt_num := 150;
518:
519: INSERT INTO mtl_cst_txn_cost_details
520: (
521: TRANSACTION_ID,
522: ORGANIZATION_ID,
523: INVENTORY_ITEM_ID,