DBA Data[Home] [Help]

APPS.GME_GANTT_PKG dependencies on GME_BATCH_STEPS

Line 1307: FROM gme_batch_steps r

1303: ,3, date_to_clientdt (r.actual_cmplt_date)
1304: ,date_to_clientdt (r.plan_cmplt_date) ) end_date
1305: --bug3746919 bsatpute
1306: ,NVL (r.terminated_ind, 0)
1307: FROM gme_batch_steps r
1308: ,gme_batch_step_resources d
1309: ,gmd_operations o
1310: ,gme_batch_header b
1311: WHERE r.batch_id = p_batch_id

Line 1475: ,gme_batch_steps r

1471: ,3, date_to_clientdt (o.actual_cmplt_date)
1472: ,date_to_clientdt (o.plan_cmplt_date) ) )
1473: end_date
1474: FROM gme_batch_step_resources o
1475: ,gme_batch_steps r
1476: ,gme_batch_step_activities s
1477: ,gmd_activities a
1478: ,gme_batch_header b
1479: ,cm_alys_mst c

Line 1645: FROM gme_batch_steps r

1641: ,date_to_clientdt (o.plan_start_date) )
1642: ,NVL (date_to_clientdt (o.actual_cmplt_date)
1643: ,date_to_clientdt (o.plan_cmplt_date) )
1644: ,NVL (f.process_qty_um, ' '), NVL (r.step_status, 0)
1645: FROM gme_batch_steps r
1646: ,gme_batch_step_activities a
1647: ,gme_batch_step_resources o
1648: ,gmd_operations f
1649: ,gme_batch_header b