DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_BATCH_HEADER_DBL

Line 1146: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header

1142:
1143: /* In order to get the poc_trans_id */
1144: /* Lets now load the transactions associated with the batch into the temporary table */
1145: IF p_commit = fnd_api.g_true THEN
1146: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header
1147: ,l_batch_header) ) THEN
1148: RAISE fnd_api.g_exc_error;
1149: END IF;
1150: gme_trans_engine_util.load_rsrc_trans

Line 3118: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec

3114:
3115: IF (p_batch_step_rec.batch_id IS NOT NULL) THEN
3116: l_batch_header_rec.batch_id := p_batch_step_rec.batch_id;
3117:
3118: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec
3119: ,l_batch_header_rec) ) THEN
3120: RAISE fnd_api.g_exc_error;
3121: END IF;
3122: ELSE

Line 3123: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec

3119: ,l_batch_header_rec) ) THEN
3120: RAISE fnd_api.g_exc_error;
3121: END IF;
3122: ELSE
3123: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec
3124: ,l_batch_header_rec) ) THEN
3125: RAISE fnd_api.g_exc_error;
3126: END IF;
3127: END IF;

Line 7873: IF (NOT gme_batch_header_dbl.fetch_row (l_batch_rec,

7869: IF l_batch_rec.batch_type is NULL THEN
7870: l_batch_rec.batch_type := gme_common_pvt.g_doc_type_batch;
7871: END IF;
7872:
7873: IF (NOT gme_batch_header_dbl.fetch_row (l_batch_rec,
7874: l_batch_header_rec) ) THEN
7875: RAISE fnd_api.g_exc_error;
7876: END IF;
7877: