DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_REG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 323: hr_all_organization_units hou

319: CURSOR c_all_pres(cp_bg_id number,
320: cp_eff_date date) IS
321: select hou.organization_id
322: from hr_organization_information hoi,
323: hr_all_organization_units hou
324: where hou.business_group_id = cp_bg_id
325: AND hou.organization_id = hoi.organization_id
326: AND hou.date_from <= cp_eff_date
327: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

Line 859: from hr_all_organization_units hou1,

855:
856: hr_utility.trace('Beginning of the sort_action cursor');
857:
858: sqlstr := 'select paa1.rowid /* we need the row id of the assignment actions that are created by PYUGEN */
859: from hr_all_organization_units hou1,
860: hr_all_organization_units hou,
861: hr_locations_all loc,
862: per_all_people_f ppf,
863: per_all_assignments_f paf,

Line 860: hr_all_organization_units hou,

856: hr_utility.trace('Beginning of the sort_action cursor');
857:
858: sqlstr := 'select paa1.rowid /* we need the row id of the assignment actions that are created by PYUGEN */
859: from hr_all_organization_units hou1,
860: hr_all_organization_units hou,
861: hr_locations_all loc,
862: per_all_people_f ppf,
863: per_all_assignments_f paf,
864: pay_assignment_actions paa1,