DBA Data[Home] [Help]

APPS.GME_GANTT_PKG dependencies on GMD_OPERATIONS

Line 1309: ,gmd_operations o

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
1312: AND r.batch_id = d.batch_id
1313: AND r.batch_id = b.batch_id

Line 1648: ,gmd_operations f

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
1650: ,cr_rsrc_mst c
1651: WHERE r.batch_id = p_batch_id
1652: AND b.batch_id = r.batch_id