DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_BATCH_HEADER_DBL

Line 97: IF NOT gme_batch_header_dbl.fetch_row(l_batch_header_rec, l_batch_header_rec) THEN

93: END IF;
94:
95: -- re-retrieve the batch header if the batch status was pending
96: IF (p_batch_header_rec.batch_status = gme_common_pvt.g_batch_pending) THEN
97: IF NOT gme_batch_header_dbl.fetch_row(l_batch_header_rec, l_batch_header_rec) THEN
98: RAISE error_fetch;
99: END IF;
100: END IF;
101: