DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_BATCH_HEADER_DBL

Line 2081: IF NOT(gme_batch_header_dbl.fetch_row(p_batch_header => l_batch_hdr,

2077: END IF;
2078: END IF;
2079: IF (l_curr_batch_id <> l_txns_tbl(i).new_batch_id) THEN
2080: l_batch_hdr.batch_id := l_txns_tbl(i).new_batch_id;
2081: IF NOT(gme_batch_header_dbl.fetch_row(p_batch_header => l_batch_hdr,
2082: x_batch_header => l_batch_hdr)) THEN
2083: RAISE batch_fetch_err;
2084: END IF;
2085: l_curr_batch_id := l_txns_tbl(i).new_batch_id;

Line 3459: IF NOT(gme_batch_header_dbl.fetch_row(p_batch_header => l_batch_hdr,

3455: l_lot_number := NULL;
3456: l_txn_data := NULL;
3457: IF (NVL(l_curr_batch_id,0) <> NVL(get_lots.new_batch_id, -1)) THEN
3458: l_batch_hdr.batch_id := get_lots.new_batch_id;
3459: IF NOT(gme_batch_header_dbl.fetch_row(p_batch_header => l_batch_hdr,
3460: x_batch_header => l_batch_hdr)) THEN
3461: RAISE batch_fetch_err;
3462: END IF;
3463: l_curr_batch_id := get_lots.new_batch_id;