DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_BATCH_HEADER_DBL

Line 1186: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header

1182:
1183: /* In order to get the poc_trans_id */
1184: /* Lets now load the transactions associated with the batch into the temporary table */
1185: IF p_commit = fnd_api.g_true THEN
1186: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header
1187: ,l_batch_header) ) THEN
1188: RAISE fnd_api.g_exc_error;
1189: END IF;
1190: gme_trans_engine_util.load_rsrc_trans

Line 3195: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec

3191:
3192: IF (p_batch_step_rec.batch_id IS NOT NULL) THEN
3193: l_batch_header_rec.batch_id := p_batch_step_rec.batch_id;
3194:
3195: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec
3196: ,l_batch_header_rec) ) THEN
3197: RAISE fnd_api.g_exc_error;
3198: END IF;
3199: ELSE

Line 3200: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec

3196: ,l_batch_header_rec) ) THEN
3197: RAISE fnd_api.g_exc_error;
3198: END IF;
3199: ELSE
3200: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec
3201: ,l_batch_header_rec) ) THEN
3202: RAISE fnd_api.g_exc_error;
3203: END IF;
3204: END IF;

Line 6879: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec

6875:
6876: -- Let's fetch the batch header.
6877: l_batch_header_rec.batch_id := l_material_details_rec.batch_id;
6878:
6879: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec
6880: ,l_batch_header_rec) ) THEN
6881: RAISE fnd_api.g_exc_error;
6882: END IF;
6883:

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

8348: IF l_batch_rec.batch_type is NULL THEN
8349: l_batch_rec.batch_type := gme_common_pvt.g_doc_type_batch;
8350: END IF;
8351:
8352: IF (NOT gme_batch_header_dbl.fetch_row (l_batch_rec,
8353: l_batch_header_rec) ) THEN
8354: RAISE fnd_api.g_exc_error;
8355: END IF;
8356: