DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_CANCEL_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 478: hr_all_organization_units hou

474: CURSOR c_all_gres(cp_bg_id number,
475: cp_eff_date date) IS
476: select hou.organization_id
477: from hr_organization_information hoi,
478: hr_all_organization_units hou
479: where hou.business_group_id = cp_bg_id
480: AND hou.organization_id = hoi.organization_id
481: AND hou.date_from <= cp_eff_date
482: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

Line 1481: from hr_all_organization_units hou,

1477:
1478: hr_utility.trace('Beginning of the sort_action cursor');
1479:
1480: sqlstr := 'select paa1.rowid
1481: from hr_all_organization_units hou,
1482: hr_all_organization_units hou1,
1483: hr_locations_all loc,
1484: per_all_people_f ppf,
1485: per_all_assignments_f paf,

Line 1482: hr_all_organization_units hou1,

1478: hr_utility.trace('Beginning of the sort_action cursor');
1479:
1480: sqlstr := 'select paa1.rowid
1481: from hr_all_organization_units hou,
1482: hr_all_organization_units hou1,
1483: hr_locations_all loc,
1484: per_all_people_f ppf,
1485: per_all_assignments_f paf,
1486: pay_assignment_actions paa1,