DBA Data[Home] [Help]

APPS.GME_GANTT_PKG dependencies on GMD_OPERATIONS

Line 820: ,gmd_operations o

816: --bug3746919 bsatpute
817: ,NVL (r.terminated_ind, 0)
818: FROM gme_batch_steps r
819: ,gme_batch_step_resources d
820: ,gmd_operations o
821: ,gme_batch_header b
822: WHERE r.batch_id = p_batch_id
823: AND r.batch_id = d.batch_id
824: AND r.batch_id = b.batch_id

Line 1158: ,gmd_operations f

1154: ,NVL (f.process_qty_um, ' '), NVL (r.step_status, 0)
1155: FROM gme_batch_steps r
1156: ,gme_batch_step_activities a
1157: ,gme_batch_step_resources o
1158: ,gmd_operations f
1159: ,gme_batch_header b
1160: ,cr_rsrc_mst c
1161: WHERE r.batch_id = p_batch_id
1162: AND b.batch_id = r.batch_id