DBA Data[Home] [Help]

APPS.GME_GANTT_RSRC_PKG dependencies on GME_BATCH_STEP_RESOURCES

Line 175: FROM gme_batch_steps r, gme_batch_step_resources o

171: OR ( b.plan_cmplt_date >= p_from_date
172: AND b.plan_start_date <= p_to_date) )
173: AND EXISTS (
174: SELECT 1
175: FROM gme_batch_steps r, gme_batch_step_resources o
176: WHERE o.batch_id = b.batch_id
177: AND r.batch_id = o.batch_id
178: AND o.batchstep_id = r.batchstep_id
179: AND r.step_status IN (1, 2)

Line 268: * GME_BATCH_STEP_RESOURCES table.

264: * 25FEB02 Eddie Oumerretane
265: * Bug # 1919745 Implemented the new resource load summary
266: * table GME_BATCH_STEP_RSRC_SUMMARY. Now resource load data
267: * is retrieved from this new table, replacing the
268: * GME_BATCH_STEP_RESOURCES table.
269: * 10OCT02 Eddie Oumerretane.
270: * Bug # 2565952 Replaced table GME_BATCH_STEP_RSRC_SUMMARY
271: * with GME_RESOURCE_TXNS_SUMMARY table.
272: */