DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_RSRC_PVT dependencies on GME_BATCH_HEADER_DBL

Line 1674: IF NOT gme_batch_header_dbl.fetch_row

1670: -- since we are inserting a new resource rsrc txn temp table would not have any data in it
1671: -- after inserting the resource we would have corresponding txn inserted
1672: l_batch_header.batch_id := l_batchstep_resource_rec.batch_id;
1673:
1674: IF NOT gme_batch_header_dbl.fetch_row
1675: (p_batch_header => l_batch_header
1676: ,x_batch_header => l_batch_header_out) THEN
1677: RAISE error_condition;
1678: END IF;

Line 1908: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => l_batch_header

1904:
1905: -- load temp table so that save_batch routine does resource txn consolidation
1906: l_batch_header.batch_id := p_batchstep_resource_rec.batch_id;
1907:
1908: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => l_batch_header
1909: ,x_batch_header => l_batch_header) THEN
1910: RAISE error_condition;
1911: END IF;
1912:

Line 2043: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => l_batch_header

2039: x_return_status := fnd_api.g_ret_sts_success;
2040: -- load temp table so that save_batch routine does resource txn consolidation
2041: l_batch_header.batch_id := p_batchstep_resource_rec.batch_id;
2042:
2043: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => l_batch_header
2044: ,x_batch_header => l_batch_header) THEN
2045: gme_common_pvt.log_message ('GME_BATCH_NOT_FOUND');
2046: RAISE error_condition;
2047: END IF;