DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on PER_PEOPLE_F

Line 2157: per_people_f ppf

2153: bdri.resource_id as resource_id
2154: from bom_dept_res_instances bdri,
2155: bom_departments bd,
2156: bom_resource_employees bre,
2157: per_people_f ppf
2158: where bdri.instance_id = bre.instance_id
2159: and ppf.person_id = bre.person_id
2160: and bd.department_id = bdri.department_id
2161: and sysdate >= ppf.effective_start_date

Line 2174: per_people_f ppf

2170: from bom_dept_res_instances bdri,
2171: bom_departments bd,
2172: bom_resource_employees bre,
2173: bom_department_resources bdr,
2174: per_people_f ppf
2175: where bdri.instance_id = bre.instance_id
2176: and ppf.person_id = bre.person_id
2177: and sysdate >= ppf.effective_start_date and sysdate <= ppf.effective_end_date
2178: and bd.department_id = bdr.department_id