DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_BATCH_HEADER_DBL

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

81: END IF;
82:
83: -- re-retrieve the batch header if the batch status was pending
84: IF (p_batch_header_rec.batch_status = gme_common_pvt.g_batch_pending) THEN
85: IF NOT gme_batch_header_dbl.fetch_row(l_batch_header_rec, l_batch_header_rec) THEN
86: RAISE error_fetch;
87: END IF;
88: END IF;
89: