DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 143: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec

139: /* Set the success staus to success inititally*/
140: x_return_status := fnd_api.g_ret_sts_success;
141:
142: /* Initialize output batch header*/
143: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec
144: ,x_batch_header_rec) ) THEN
145: RAISE batch_header_fetch_error;
146: END IF;
147:

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

296: /* Set up the fields in output structure. */
297: x_batch_header_rec.batch_status := 4;
298:
299: /* Update the batch step to the database */
300: IF NOT (gme_batch_header_dbl.update_row (x_batch_header_rec) ) THEN
301: RAISE batch_header_upd_err;
302: END IF;
303:
304: /* Insert the event into the batch history table */

Line 326: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header

322: FOR l_rec IN cur_get_phant LOOP
323: l_batch_header.batch_id := l_rec.phantom_id;
324:
325: /* Initialize batch header*/
326: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header
327: ,l_in_batch_header) ) THEN
328: RAISE batch_header_fetch_error;
329: END IF;
330:

Line 687: IF NOT gme_batch_header_dbl.fetch_row (x_batch_row, x_batch_row) THEN

683:
684: FOR i IN 1 .. x_batch_tbl.COUNT LOOP
685: x_batch_row.batch_id := x_batch_tbl (i);
686:
687: IF NOT gme_batch_header_dbl.fetch_row (x_batch_row, x_batch_row) THEN
688: RETURN FALSE;
689: END IF;
690:
691: gme_trans_engine_util.load_rsrc_trans