DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_RSRC_PVT dependencies on GME_BATCH_HEADER_DBL

Line 1649: IF NOT gme_batch_header_dbl.fetch_row

1645: -- since we are inserting a new resource rsrc txn temp table would not have any data in it
1646: -- after inserting the resource we would have corresponding txn inserted
1647: l_batch_header.batch_id := l_batchstep_resource_rec.batch_id;
1648:
1649: IF NOT gme_batch_header_dbl.fetch_row
1650: (p_batch_header => l_batch_header
1651: ,x_batch_header => l_batch_header_out) THEN
1652: RAISE error_condition;
1653: END IF;

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

1873:
1874: -- load temp table so that save_batch routine does resource txn consolidation
1875: l_batch_header.batch_id := p_batchstep_resource_rec.batch_id;
1876:
1877: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => l_batch_header
1878: ,x_batch_header => l_batch_header) THEN
1879: RAISE error_condition;
1880: END IF;
1881:

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

2004: x_return_status := fnd_api.g_ret_sts_success;
2005: -- load temp table so that save_batch routine does resource txn consolidation
2006: l_batch_header.batch_id := p_batchstep_resource_rec.batch_id;
2007:
2008: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => l_batch_header
2009: ,x_batch_header => l_batch_header) THEN
2010: gme_common_pvt.log_message ('GME_BATCH_NOT_FOUND');
2011: RAISE error_condition;
2012: END IF;