DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on GME_COMMON_PVT

Line 192: l_resource_ids gme_common_pvt.number_tab;

188: ,p_batchstep_id IN NUMBER
189: ,p_batch_id IN NUMBER
190: ,p_delete_mark IN NUMBER DEFAULT 0)
191: IS
192: l_resource_ids gme_common_pvt.number_tab;
193: l_resources NUMBER;
194: i NUMBER;
195: l_api_name CONSTANT VARCHAR2 (30) := 'display_resource_gtmp';
196:

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

344: PROCEDURE dump_temp_txns_exceptions IS
345: BEGIN
346: IF (g_debug IS NOT NULL) THEN
347: gme_debug.put_line('***** Txns created automatically by release/complete/IB etc. *****');
348: FOR get_rec IN (SELECT * FROM mtl_material_transactions_temp WHERE transaction_header_id = gme_common_pvt.g_transaction_header_id) LOOP
349: gme_debug.put_line('Batch_id = '||get_rec.transaction_source_id||' material_detail_id = '||get_rec.trx_source_line_id||
350: ' inventory_item_id = '||get_rec.inventory_item_id||' revision = '||get_rec.revision||
351: ' subinventory = '||get_rec.subinventory_code||' locator_id = '||get_rec.locator_id||
352: ' transaction_quantity = '||get_rec.transaction_quantity||' transaction_uom = '||get_rec.transaction_uom||