DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_BATCH_STEPS

Line 71: FROM gme_batch_steps

67: IS
68: CURSOR cur_get_steps (v_batch_id NUMBER)
69: IS
70: SELECT *
71: FROM gme_batch_steps
72: WHERE batch_id = v_batch_id
73: ORDER BY batchstep_id;
74:
75: -- Bug 16031581 - Add variables so we can load resource transactions.

Line 79: l_batch_step_rec gme_batch_steps%ROWTYPE;

75: -- Bug 16031581 - Add variables so we can load resource transactions.
76: l_rsrc_cnt NUMBER;
77:
78: /* Miscellaneous */
79: l_batch_step_rec gme_batch_steps%ROWTYPE;
80: l_in_batch_step_rec gme_batch_steps%ROWTYPE;
81: l_material_details_rec gme_material_details%ROWTYPE;
82: l_material_details_tab gme_common_pvt.material_details_tab;
83: l_batch_step_tab gme_common_pvt.steps_tab;

Line 80: l_in_batch_step_rec gme_batch_steps%ROWTYPE;

76: l_rsrc_cnt NUMBER;
77:
78: /* Miscellaneous */
79: l_batch_step_rec gme_batch_steps%ROWTYPE;
80: l_in_batch_step_rec gme_batch_steps%ROWTYPE;
81: l_material_details_rec gme_material_details%ROWTYPE;
82: l_material_details_tab gme_common_pvt.material_details_tab;
83: l_batch_step_tab gme_common_pvt.steps_tab;
84: l_batch_header_rec gme_batch_header%ROWTYPE;