DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on WIP_OP_RESOURCE_INSTANCES

Line 199: FROM wip_op_resource_instances wori,

195: ppf.full_name as "EMPFULLNAME",
196: fnd_date.date_to_displayDT(Convert_to_client_time(bre.effective_start_date)) as "EMPSTARTDATE",
197: fnd_date.date_to_displayDT(Convert_to_client_time(bre.effective_end_date)) as "EMPENDDATE",
198: bd.department_code as "EMPDEPTCODE")) Employees
199: FROM wip_op_resource_instances wori,
200: wip_operation_resources wor,
201: bom_resources br,
202: bom_resource_employees bre,
203: per_people_f ppf,