DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on GME_BATCH_HEADER_DBL

Line 3451: IF NOT gme_batch_header_dbl.fetch_row

3447:
3448: IF l_mmti_rec.transaction_source_id IS NOT NULL THEN
3449: l_batch_hdr_rec.batch_id := l_mmti_rec.transaction_source_id;
3450:
3451: IF NOT gme_batch_header_dbl.fetch_row
3452: (p_batch_header => l_batch_hdr_rec
3453: ,x_batch_header => l_batch_hdr_rec) THEN
3454: RAISE fnd_api.g_exc_error;
3455: END IF;-- batch fetch

Line 5832: IF NOT gme_batch_header_dbl.fetch_row(l_batch_hdr_rec, l_batch_hdr_rec) THEN

5828: gme_debug.put_line(g_pkg_name||'.'||l_api_name||':'||'p_mmti_rec.transaction_type_id: '||p_mmti_rec.transaction_type_id);
5829: END IF;
5830: IF p_mmti_rec.transaction_source_id IS NOT NULL THEN
5831: l_batch_hdr_rec.batch_id := p_mmti_rec.transaction_source_id;
5832: IF NOT gme_batch_header_dbl.fetch_row(l_batch_hdr_rec, l_batch_hdr_rec) THEN
5833: RAISE fnd_api.g_exc_error;
5834: END IF;
5835: ELSE
5836: RAISE fnd_api.g_exc_error;