DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 183: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec

179:
180: -- Recursive call to the private API.
181: l_batch_header_rec.batch_id :=
182: l_material_details_tab (i).phantom_id;
183: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec
184: ,l_ph_batch_header_rec) ) THEN
185: RAISE batch_header_fetch_failure;
186: END IF;
187:

Line 330: IF NOT (gme_batch_header_dbl.update_row (x_batch_header_rec) ) THEN

326: || 'Call batch UPDATE_ROW'
327: || x_batch_header_rec.batch_status);
328: END IF;
329:
330: IF NOT (gme_batch_header_dbl.update_row (x_batch_header_rec) ) THEN
331: RAISE batch_header_upd_err;
332: END IF;
333:
334: IF x_batch_header_rec.update_inventory_ind = 'Y' THEN

Line 572: IF NOT (gme_batch_header_dbl.fetch_row (l_ph_batch_header_rec

568:
569: -- Recursive call to the private API.
570: l_ph_batch_header_rec.batch_id :=
571: l_material_details_tab (i).phantom_id;
572: IF NOT (gme_batch_header_dbl.fetch_row (l_ph_batch_header_rec
573: ,l_ph_batch_header_rec) ) THEN
574: RAISE batch_header_fetch_failure;
575: END IF;
576: