DBA Data[Home] [Help]

APPS.GME_UNRELEASE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 97: IF NOT gme_batch_header_dbl.update_row

93: -- set actual start date to NULL...
94: x_batch_header_rec.actual_start_date := NULL;
95:
96: -- Update the batch header
97: IF NOT gme_batch_header_dbl.update_row
98: (p_batch_header => x_batch_header_rec) THEN
99: RAISE error_update_row;
100: END IF;
101:

Line 250: IF NOT gme_batch_header_dbl.fetch_row (l_phantom_batch_rec

246: IF l_material_detail_rec.phantom_id IS NOT NULL THEN
247: -- phantom -> unrelease the phantom batch
248: l_phantom_batch_rec.batch_id := l_material_detail_rec.phantom_id;
249:
250: IF NOT gme_batch_header_dbl.fetch_row (l_phantom_batch_rec
251: ,l_phantom_batch_rec) THEN
252: RAISE error_fetch_batch;
253: END IF;
254: