DBA Data[Home] [Help]

APPS.GME_CLOSE_STEP_PVT dependencies on GME_INVENTORY_TXNS_GTMP

Line 39: l_tran_row gme_inventory_txns_gtmp%ROWTYPE;

35: l_mat_row_count NUMBER;
36: l_rsc_row_count NUMBER;
37: l_phantom_ids gme_common_pvt.number_tab;
38: l_material_ids gme_common_pvt.number_tab;
39: l_tran_row gme_inventory_txns_gtmp%ROWTYPE;
40: l_default_row gme_inventory_txns_gtmp%ROWTYPE;
41: /* Exception definations */
42: batch_step_fetch_error EXCEPTION;
43: invalid_step_status EXCEPTION;

Line 40: l_default_row gme_inventory_txns_gtmp%ROWTYPE;

36: l_rsc_row_count NUMBER;
37: l_phantom_ids gme_common_pvt.number_tab;
38: l_material_ids gme_common_pvt.number_tab;
39: l_tran_row gme_inventory_txns_gtmp%ROWTYPE;
40: l_default_row gme_inventory_txns_gtmp%ROWTYPE;
41: /* Exception definations */
42: batch_step_fetch_error EXCEPTION;
43: invalid_step_status EXCEPTION;
44: close_phant_error EXCEPTION;