DBA Data[Home] [Help]

APPS.GME_GANTT_PKG dependencies on GME_BATCH_STEPS

Line 818: FROM gme_batch_steps r

814: ,3, date_to_clientdt (r.actual_cmplt_date)
815: ,date_to_clientdt (r.plan_cmplt_date) ) end_date
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

Line 986: ,gme_batch_steps r

982: ,3, date_to_clientdt (o.actual_cmplt_date)
983: ,date_to_clientdt (o.plan_cmplt_date) ) )
984: end_date
985: FROM gme_batch_step_resources o
986: ,gme_batch_steps r
987: ,gme_batch_step_activities s
988: ,gmd_activities a
989: ,gme_batch_header b
990: ,cm_alys_mst c

Line 1155: FROM gme_batch_steps r

1151: ,date_to_clientdt (o.plan_start_date) )
1152: ,NVL (date_to_clientdt (o.actual_cmplt_date)
1153: ,date_to_clientdt (o.plan_cmplt_date) )
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