DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_REG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 485: hr_all_organization_units hou

481: CURSOR c_all_pres(cp_bg_id number,
482: cp_eff_date date) IS
483: select hou.organization_id
484: from hr_organization_information hoi,
485: hr_all_organization_units hou
486: where hou.business_group_id = cp_bg_id
487: AND hou.organization_id = hoi.organization_id
488: AND hou.date_from <= cp_eff_date
489: AND nvl(hou.date_to,

Line 1610: from hr_all_organization_units hou1,

1606:
1607: hr_utility.trace('Beginning of the sort_action cursor');
1608:
1609: sqlstr := 'select paa1.rowid /* we need the row id of the assignment actions that are created by PYUGEN */
1610: from hr_all_organization_units hou1,
1611: hr_all_organization_units hou,
1612: hr_locations_all loc,
1613: per_all_people_f ppf,
1614: per_all_assignments_f paf,

Line 1611: hr_all_organization_units hou,

1607: hr_utility.trace('Beginning of the sort_action cursor');
1608:
1609: sqlstr := 'select paa1.rowid /* we need the row id of the assignment actions that are created by PYUGEN */
1610: from hr_all_organization_units hou1,
1611: hr_all_organization_units hou,
1612: hr_locations_all loc,
1613: per_all_people_f ppf,
1614: per_all_assignments_f paf,
1615: pay_assignment_actions paa1,