DBA Data[Home] [Help]

APPS.HR_WRK_SCH_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 61: FROM per_all_assignments_f

57: ,organization_id
58: ,job_id
59: ,position_id
60: ,location_id
61: FROM per_all_assignments_f
62: WHERE assignment_id = cp_per_asg_id
63: AND cp_eff_date BETWEEN effective_start_date
64: ANd effective_end_date;
65:

Line 493: FROM per_all_assignments_f

489: ,organization_id
490: ,job_id
491: ,position_id
492: ,location_id
493: FROM per_all_assignments_f
494: WHERE assignment_id = cp_per_asg_id
495: AND cp_eff_date BETWEEN effective_start_date
496: ANd effective_end_date;
497: