DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_BATCH_HISTORY

Line 497: FROM gme_batch_history

493: -- Bug 11887412 - introduce cursor and variable.
494: CURSOR cur_check_hist (v_batch_id NUMBER)
495: IS
496: SELECT count(*)
497: FROM gme_batch_history
498: WHERE batch_id = v_batch_id
499: AND new_status = 4;
500:
501: l_hist_count NUMBER;