DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_RESOURCE_TXNS

Line 227: DELETE FROM gme_resource_txns

223: gme_debug.put_line ( 'deleting transactions for '
224: || x_batch_step_rec.batchstep_id);
225: END IF;
226:
227: DELETE FROM gme_resource_txns
228: WHERE doc_type = l_doc_type
229: AND doc_id = x_batch_step_rec.batch_id
230: AND line_id IN (
231: SELECT batchstep_resource_id

Line 237: DELETE FROM gme_resource_txns_gtmp

233: WHERE batch_id = x_batch_step_rec.batch_id
234: AND batchstep_id = x_batch_step_rec.batchstep_id);
235:
236: -- Navin Added as part of Reschedule Batch/Step Build.
237: DELETE FROM gme_resource_txns_gtmp
238: WHERE doc_type = l_doc_type
239: AND doc_id = x_batch_step_rec.batch_id
240: AND line_id IN (
241: SELECT batchstep_resource_id