DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 152: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec

148:
149: -- Recursive call to the private API.
150: l_batch_header_rec.batch_id :=
151: l_material_details_tab (i).phantom_id;
152: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec
153: ,l_ph_batch_header_rec) ) THEN
154: RAISE batch_header_fetch_failure;
155: END IF;
156:

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

256: || 'Call batch UPDATE_ROW'
257: || x_batch_header_rec.batch_status);
258: END IF;
259:
260: IF NOT (gme_batch_header_dbl.update_row (x_batch_header_rec) ) THEN
261: RAISE batch_header_upd_err;
262: END IF;
263:
264: IF x_batch_header_rec.update_inventory_ind = 'Y' THEN