DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_BATCH_HEADER_DBL

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

2302: END IF;
2303:
2304: IF (l_curr_batch_id <> l_txns_tbl(i).new_batch_id) THEN
2305: l_batch_hdr.batch_id := l_txns_tbl(i).new_batch_id;
2306: IF NOT(gme_batch_header_dbl.fetch_row(p_batch_header => l_batch_hdr,
2307: x_batch_header => l_batch_hdr)) THEN
2308: RAISE batch_fetch_err;
2309: END IF;
2310: l_curr_batch_id := l_txns_tbl(i).new_batch_id;

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

4005: l_lot_number := NULL;
4006: l_txn_data := NULL;
4007: IF (NVL(l_curr_batch_id,0) <> NVL(get_lots.new_batch_id, -1)) THEN
4008: l_batch_hdr.batch_id := get_lots.new_batch_id;
4009: IF NOT(gme_batch_header_dbl.fetch_row(p_batch_header => l_batch_hdr,
4010: x_batch_header => l_batch_hdr)) THEN
4011: RAISE batch_fetch_err;
4012: END IF;
4013: l_curr_batch_id := get_lots.new_batch_id;