DBA Data[Home] [Help]

APPS.PA_TIMELINE_PVT dependencies on HR_ORGANIZATION_INFORMATION_V

Line 258: pa_resources_denorm resdenorm, HR_ORGANIZATION_INFORMATION_V hoi

254: AND jtf_res.primary_calendar_flag = 'Y'
255: UNION ALL
256: SELECT res.resource_id, resdenorm.resource_effective_start_date start_date,
257: TO_DATE('12/31/4712','MM/DD/YYYY') end_date from pa_resources res,
258: pa_resources_denorm resdenorm, HR_ORGANIZATION_INFORMATION_V hoi
259: where res.jtf_resource_id is null
260: and res.resource_id=resdenorm.resource_id and res.resource_type_id = 101 -- Bug 4370196
261: and p_calendar_id = hoi.ORG_INFORMATION1 and resdenorm.resource_org_id = hoi.organization_id -- Bug#14017517 Start
262: and hoi.org_information_context = 'Resource Defaults'