[Home] [Help]
367:
368: select count(*)
369: into l_mtl_txn_exists
370: from
371: mtl_cst_txn_cost_details
372: where
373: transaction_id = l_trx_id;
374:
375: IF(l_mtl_txn_exists=0
377:
378:
379: stmt_num:=27;
380:
381: INSERT INTO mtl_cst_txn_cost_details
382: (
383: TRANSACTION_ID,
384: ORGANIZATION_ID,
385: INVENTORY_ITEM_ID,