DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_BATCH_PVT dependencies on GME_BATCH_STEP_CHARGES

Line 161: FROM gme_batch_step_charges

157: IS
158: SELECT 1
159: FROM DUAL
160: WHERE EXISTS (SELECT 1
161: FROM gme_batch_step_charges
162: WHERE batch_id = v_batch_id);
163:
164: l_cur_is_charge_associated cur_is_charge_associated%ROWTYPE;
165: /* Exceptions */