DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on HR_ORGANIZATION_UNITS

Line 2726: hr_organization_units hou

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