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 265: IF NOT gme_batch_header_dbl.fetch_row (l_phantom_batch_rec

261: IF l_material_detail_rec.phantom_id IS NOT NULL THEN
262: -- phantom -> unrelease the phantom batch
263: l_phantom_batch_rec.batch_id := l_material_detail_rec.phantom_id;
264:
265: IF NOT gme_batch_header_dbl.fetch_row (l_phantom_batch_rec
266: ,l_phantom_batch_rec) THEN
267: RAISE error_fetch_batch;
268: END IF;
269: