DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on HR_ORGANIZATION_UNITS

Line 2723: hr_organization_units hou

2719: CURSOR org_name_cur IS
2720: SELECT hou.organization_id,
2721: hou.name
2722: FROM per_assignments_f paf,
2723: hr_organization_units hou
2724: WHERE paf.business_group_id = p_business_group_id
2725: AND paf.assignment_id = p_assignment_id
2726: AND p_effective_date BETWEEN paf.effective_start_date AND paf.effective_end_date
2727: AND p_effective_date between hou.date_from and nvl(hou.date_to,p_effective_date)