DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_REG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 307: hr_all_organization_units hou

303: CURSOR c_all_pres(cp_bg_id number,
304: cp_eff_date date) IS
305: select hou.organization_id
306: from hr_organization_information hoi,
307: hr_all_organization_units hou
308: where hou.business_group_id = cp_bg_id
309: AND hou.organization_id = hoi.organization_id
310: AND hou.date_from <= cp_eff_date
311: AND nvl(hou.date_to,

Line 814: from hr_all_organization_units hou1,

810:
811: hr_utility.trace('Beginning of the sort_action cursor');
812:
813: sqlstr := 'select paa1.rowid /* we need the row id of the assignment actions that are created by PYUGEN */
814: from hr_all_organization_units hou1,
815: hr_all_organization_units hou,
816: hr_locations_all loc,
817: per_all_people_f ppf,
818: per_all_assignments_f paf,

Line 815: hr_all_organization_units hou,

811: hr_utility.trace('Beginning of the sort_action cursor');
812:
813: sqlstr := 'select paa1.rowid /* we need the row id of the assignment actions that are created by PYUGEN */
814: from hr_all_organization_units hou1,
815: hr_all_organization_units hou,
816: hr_locations_all loc,
817: per_all_people_f ppf,
818: per_all_assignments_f paf,
819: pay_assignment_actions paa1,