DBA Data[Home] [Help]

APPS.INV_WWACST dependencies on MTL_CST_TXN_COST_DETAILS

Line 393: /* populate the row in mtl_cst_txn_cost_details ourself. Do

389: V_ERR_CODE,
390: V_ERR_MESG);
391:
392: else
393: /* populate the row in mtl_cst_txn_cost_details ourself. Do
394: * not insert a row if we are doing a intrasnsit receipt or
395: * intransit shipment. Also not to insert if it is cost
396: * update transaction. (Fix bug 842532)
397: */

Line 401: INSERT INTO MTL_CST_TXN_COST_DETAILS (

397: */
398: /*Bug 8760375,If transaction is a subinv transfer transaction,should NOT insert a record into MCTCD.*/
399: if ( v_txn_action_id NOT IN (12, 21, 24, 2)) then
400:
401: INSERT INTO MTL_CST_TXN_COST_DETAILS (
402: TRANSACTION_ID,
403: ORGANIZATION_ID,
404: INVENTORY_ITEM_ID,
405: COST_ELEMENT_ID,