DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on HR_LOCATIONS

Line 6327: from hr_locations

6323: and p_effective_date between effective_start_date and effective_end_date;
6324: --
6325: cursor csr_ass_loc_code is
6326: select location_code
6327: from hr_locations
6328: where location_id = per_asg_shd.g_old_rec.location_id;
6329: --
6330: --start changes for bug 6917728
6331: cursor csr_get_legislation_code is