DBA Data[Home] [Help]

APPS.PAY_IE_LEGISLATIVE_ARCHIVE dependencies on HR_LOCATIONS_ALL

Line 2928: ,hr_locations_all hrl

2924: --
2925: FROM hr_all_organization_units org_all
2926: ,hr_organization_information org_info
2927: ,pay_consolidation_sets pcs
2928: ,hr_locations_all hrl
2929: WHERE pcs.consolidation_set_id = c_consolidation_set
2930: AND org_all.business_group_id = pcs.business_group_id
2931: AND org_info.organization_id = org_all.organization_id
2932: --Changed to handle new Employer architecture(4369280)