DBA Data[Home] [Help]

APPS.INV_WWACST dependencies on MTL_CST_TXN_COST_DETAILS

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

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

Line 399: INSERT INTO MTL_CST_TXN_COST_DETAILS (

395: * update transaction. (Fix bug 842532)
396: */
397: if ( v_txn_action_id NOT IN (12, 21, 24)) then
398:
399: INSERT INTO MTL_CST_TXN_COST_DETAILS (
400: TRANSACTION_ID,
401: ORGANIZATION_ID,
402: INVENTORY_ITEM_ID,
403: COST_ELEMENT_ID,