DBA Data[Home] [Help]

APPS.EAM_ASSIGN_EMP_PUB dependencies on WIP_ENTITIES

Line 789: FROM wip_entities we

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: (

Line 1292: FROM wip_entities we

1288: woru.completion_date wo_end_dt,
1289: woru.start_date wo_st_dt,
1290: (
1291: SELECT wip_entity_name
1292: FROM wip_entities we
1293: WHERE we.wip_entity_id = woru.wip_entity_id
1294: AND we.organization_id = woru.organization_id
1295: ) AS WorkOrderName,
1296: (