785: END
786: ) AS task_bar_start_date,
787: (
788: SELECT wip_entity_name
789: FROM wip_entities we
790: WHERE we.wip_entity_id = woru.wip_entity_id
791: AND we.organization_id = woru.organization_id
792: ) AS WorkOrderName,
793: (
1291: woru.completion_date wo_end_dt,
1292: woru.start_date wo_st_dt,
1293: (
1294: SELECT wip_entity_name
1295: FROM wip_entities we
1296: WHERE we.wip_entity_id = woru.wip_entity_id
1297: AND we.organization_id = woru.organization_id
1298: ) AS WorkOrderName,
1299: (