DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on GME_BATCH_HEADER_DBL

Line 2601: IF NOT gme_batch_header_dbl.fetch_row

2597:
2598: IF l_mmti_rec.transaction_source_id IS NOT NULL THEN
2599: l_batch_hdr_rec.batch_id := l_mmti_rec.transaction_source_id;
2600:
2601: IF NOT gme_batch_header_dbl.fetch_row
2602: (p_batch_header => l_batch_hdr_rec
2603: ,x_batch_header => l_batch_hdr_rec) THEN
2604: RAISE fnd_api.g_exc_error;
2605: END IF;-- batch fetch

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

4782: gme_debug.put_line(g_pkg_name||'.'||l_api_name||':'||'p_mmti_rec.transaction_type_id: '||p_mmti_rec.transaction_type_id);
4783: END IF;
4784: IF p_mmti_rec.transaction_source_id IS NOT NULL THEN
4785: l_batch_hdr_rec.batch_id := p_mmti_rec.transaction_source_id;
4786: IF NOT gme_batch_header_dbl.fetch_row(l_batch_hdr_rec, l_batch_hdr_rec) THEN
4787: RAISE fnd_api.g_exc_error;
4788: END IF;
4789: ELSE
4790: RAISE fnd_api.g_exc_error;