DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_CANCEL_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 470: hr_all_organization_units hou

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

Line 1418: from hr_all_organization_units hou,

1414:
1415: hr_utility.trace('Beginning of the sort_action cursor');
1416:
1417: sqlstr := 'select paa1.rowid
1418: from hr_all_organization_units hou,
1419: hr_all_organization_units hou1,
1420: hr_locations_all loc,
1421: per_all_people_f ppf,
1422: per_all_assignments_f paf,

Line 1419: hr_all_organization_units hou1,

1415: hr_utility.trace('Beginning of the sort_action cursor');
1416:
1417: sqlstr := 'select paa1.rowid
1418: from hr_all_organization_units hou,
1419: hr_all_organization_units hou1,
1420: hr_locations_all loc,
1421: per_all_people_f ppf,
1422: per_all_assignments_f paf,
1423: pay_assignment_actions paa1,