DBA Data[Home] [Help]

APPS.PAY_DK_ARCHIVE_EHOL dependencies on HR_LOCATIONS

Line 1091: , HR_LOCATIONS loc

1087: ,loc.style
1088: FROM HR_ORGANIZATION_UNITS hou
1089: , HR_ORGANIZATION_INFORMATION hoi1
1090: , HR_ORGANIZATION_INFORMATION hoi2
1091: , HR_LOCATIONS loc
1092: WHERE hou.business_group_id = p_business_group_id
1093: and hou.organization_id = p_le_id
1094: and hoi1.organization_id = hou.organization_id
1095: and hou.location_id = loc.LOCATION_ID(+)