DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_CANCELLED_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 471: hr_all_organization_units hou

467: CURSOR c_all_pres(cp_bg_id number,
468: cp_eff_date date) IS
469: select hou.organization_id
470: from hr_organization_information hoi,
471: hr_all_organization_units hou
472: where hou.business_group_id = cp_bg_id
473: AND hou.organization_id = hoi.organization_id
474: AND hou.date_from <= cp_eff_date
475: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

Line 1432: from hr_all_organization_units hou,

1428:
1429: hr_utility.trace('Beginning of the sort_action cursor');
1430:
1431: sqlstr := 'select paa1.rowid
1432: from hr_all_organization_units hou,
1433: hr_all_organization_units hou1,
1434: hr_locations_all loc,
1435: per_all_people_f ppf,
1436: per_all_assignments_f paf,

Line 1433: hr_all_organization_units hou1,

1429: hr_utility.trace('Beginning of the sort_action cursor');
1430:
1431: sqlstr := 'select paa1.rowid
1432: from hr_all_organization_units hou,
1433: hr_all_organization_units hou1,
1434: hr_locations_all loc,
1435: per_all_people_f ppf,
1436: per_all_assignments_f paf,
1437: pay_assignment_actions paa1,