DBA Data[Home] [Help]

APPS.PAY_IE_LEGISLATIVE_ARCHIVE dependencies on HR_LOCATIONS_ALL

Line 3243: ,hr_locations_all hrl

3239: --
3240: FROM hr_all_organization_units org_all
3241: ,hr_organization_information org_info
3242: ,pay_consolidation_sets pcs
3243: ,hr_locations_all hrl
3244: WHERE pcs.consolidation_set_id = c_consolidation_set
3245: AND org_all.business_group_id = pcs.business_group_id
3246: AND org_info.organization_id = org_all.organization_id
3247: --Changed to handle new Employer architecture(4369280)