DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_REG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 532: hr_all_organization_units hou

528: CURSOR c_all_gres(cp_bg_id number,
529: cp_eff_date date) IS
530: select hou.organization_id
531: from hr_organization_information hoi,
532: hr_all_organization_units hou
533: where hou.business_group_id = cp_bg_id
534: AND hou.organization_id = hoi.organization_id
535: AND hou.date_from <= cp_eff_date
536: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

Line 1809: from hr_all_organization_units hou,

1805:
1806: hr_utility.trace('Beginning of the sort_action cursor');
1807:
1808: sqlstr := 'select paa1.rowid
1809: from hr_all_organization_units hou,
1810: hr_all_organization_units hou1,
1811: hr_locations_all loc,
1812: per_all_people_f ppf,
1813: per_all_assignments_f paf,

Line 1810: hr_all_organization_units hou1,

1806: hr_utility.trace('Beginning of the sort_action cursor');
1807:
1808: sqlstr := 'select paa1.rowid
1809: from hr_all_organization_units hou,
1810: hr_all_organization_units hou1,
1811: hr_locations_all loc,
1812: per_all_people_f ppf,
1813: per_all_assignments_f paf,
1814: pay_assignment_actions paa1,