DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 358: FOR get_rec IN (SELECT * FROM mtl_material_transactions_temp WHERE transaction_header_id = gme_common_pvt.g_transaction_header_id) LOOP

354: PROCEDURE dump_temp_txns_exceptions IS
355: BEGIN
356: IF (g_debug IS NOT NULL) THEN
357: gme_debug.put_line('***** Txns created automatically by release/complete/IB etc. *****');
358: FOR get_rec IN (SELECT * FROM mtl_material_transactions_temp WHERE transaction_header_id = gme_common_pvt.g_transaction_header_id) LOOP
359: gme_debug.put_line('Batch_id = '||get_rec.transaction_source_id||' material_detail_id = '||get_rec.trx_source_line_id||
360: ' inventory_item_id = '||get_rec.inventory_item_id||' revision = '||get_rec.revision||
361: ' subinventory = '||get_rec.subinventory_code||' locator_id = '||get_rec.locator_id||
362: ' transaction_quantity = '||get_rec.transaction_quantity||' transaction_uom = '||get_rec.transaction_uom||