[Home] [Help]
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
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,