DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_REG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 355: hr_all_organization_units hou

351: CURSOR c_all_gres(cp_bg_id number,
352: cp_eff_date date) IS
353: select hou.organization_id
354: from hr_organization_information hoi,
355: hr_all_organization_units hou
356: where hou.business_group_id = cp_bg_id
357: AND hou.organization_id = hoi.organization_id
358: AND hou.date_from <= cp_eff_date
359: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

Line 926: from hr_all_organization_units hou,

922:
923: hr_utility.trace('Beginning of the sort_action cursor');
924:
925: sqlstr := 'select paa1.rowid
926: from hr_all_organization_units hou,
927: hr_all_organization_units hou1,
928: hr_locations_all loc,
929: per_all_people_f ppf,
930: per_all_assignments_f paf,

Line 927: hr_all_organization_units hou1,

923: hr_utility.trace('Beginning of the sort_action cursor');
924:
925: sqlstr := 'select paa1.rowid
926: from hr_all_organization_units hou,
927: hr_all_organization_units hou1,
928: hr_locations_all loc,
929: per_all_people_f ppf,
930: per_all_assignments_f paf,
931: pay_assignment_actions paa1,