DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 232: FROM gme_batch_step_resources

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
232: FROM gme_batch_step_resources
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.

Line 242: FROM gme_batch_step_resources

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
242: FROM gme_batch_step_resources
243: WHERE batch_id = x_batch_step_rec.batch_id
244: AND batchstep_id = x_batch_step_rec.batchstep_id);
245: END IF;
246: