DBA Data[Home] [Help]

APPS.WIP_WS_LABOR_METRIC_PUB dependencies on BOM_DEPARTMENT_RESOURCES

Line 275: bom_department_resources bdr,

271: bre.person_id
272: from per_all_people_f papf,
273: bom_resource_employees bre,
274: bom_dept_res_instances bdri,
275: bom_department_resources bdr,
276: bom_resources br
277: where papf.person_id = bre.person_id
278: and bre.instance_id = bdri.instance_id
279: and sysdate between papf.effective_start_date and nvl(papf.effective_end_date,sysdate+1)