DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 238: FROM gme_batch_step_resources

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

Line 248: FROM gme_batch_step_resources

244: WHERE doc_type = l_doc_type
245: AND doc_id = x_batch_step_rec.batch_id
246: AND line_id IN (
247: SELECT batchstep_resource_id
248: FROM gme_batch_step_resources
249: WHERE batch_id = x_batch_step_rec.batch_id
250: AND batchstep_id = x_batch_step_rec.batchstep_id);
251: END IF;
252: