DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on HR_LOCATIONS

Line 6113: from hr_locations

6109: and p_effective_date between effective_start_date and effective_end_date;
6110: --
6111: cursor csr_ass_loc_code is
6112: select location_code
6113: from hr_locations
6114: where location_id = per_asg_shd.g_old_rec.location_id;
6115: --
6116: --start changes for bug 6917728
6117: cursor csr_get_legislation_code is