DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on GME_COMMON_PVT

Line 202: l_resource_ids gme_common_pvt.number_tab;

198: ,p_batchstep_id IN NUMBER
199: ,p_batch_id IN NUMBER
200: ,p_delete_mark IN NUMBER DEFAULT 0)
201: IS
202: l_resource_ids gme_common_pvt.number_tab;
203: l_resources NUMBER;
204: i NUMBER;
205: l_api_name CONSTANT VARCHAR2 (30) := 'display_resource_gtmp';
206:

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||