DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_CANCEL_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 515: hr_all_organization_units hou

511: CURSOR c_all_gres(cp_bg_id number,
512: cp_eff_date date) IS
513: select hou.organization_id
514: from hr_organization_information hoi,
515: hr_all_organization_units hou
516: where hou.business_group_id = cp_bg_id
517: AND hou.organization_id = hoi.organization_id
518: AND hou.date_from <= cp_eff_date
519: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

Line 1457: from hr_all_organization_units hou,

1453:
1454: hr_utility.trace('Beginning of the sort_action cursor');
1455:
1456: sqlstr := 'select paa1.rowid
1457: from hr_all_organization_units hou,
1458: hr_all_organization_units hou1,
1459: hr_locations_all loc,
1460: per_all_people_f ppf,
1461: per_all_assignments_f paf,

Line 1458: hr_all_organization_units hou1,

1454: hr_utility.trace('Beginning of the sort_action cursor');
1455:
1456: sqlstr := 'select paa1.rowid
1457: from hr_all_organization_units hou,
1458: hr_all_organization_units hou1,
1459: hr_locations_all loc,
1460: per_all_people_f ppf,
1461: per_all_assignments_f paf,
1462: pay_assignment_actions paa1,