DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_BATCH_STEPS

Line 44: FROM gme_batch_steps

40: IS
41: CURSOR cur_get_steps (v_batch_id NUMBER)
42: IS
43: SELECT *
44: FROM gme_batch_steps
45: WHERE batch_id = v_batch_id
46: ORDER BY batchstep_id;
47:
48: /* Miscellaneous */

Line 49: l_batch_step_rec gme_batch_steps%ROWTYPE;

45: WHERE batch_id = v_batch_id
46: ORDER BY batchstep_id;
47:
48: /* Miscellaneous */
49: l_batch_step_rec gme_batch_steps%ROWTYPE;
50: l_in_batch_step_rec gme_batch_steps%ROWTYPE;
51: l_material_details_rec gme_material_details%ROWTYPE;
52: l_material_details_tab gme_common_pvt.material_details_tab;
53: l_batch_step_tab gme_common_pvt.steps_tab;

Line 50: l_in_batch_step_rec gme_batch_steps%ROWTYPE;

46: ORDER BY batchstep_id;
47:
48: /* Miscellaneous */
49: l_batch_step_rec gme_batch_steps%ROWTYPE;
50: l_in_batch_step_rec gme_batch_steps%ROWTYPE;
51: l_material_details_rec gme_material_details%ROWTYPE;
52: l_material_details_tab gme_common_pvt.material_details_tab;
53: l_batch_step_tab gme_common_pvt.steps_tab;
54: l_batch_header_rec gme_batch_header%ROWTYPE;