DBA Data[Home] [Help]

APPS.HR_GRADE_SCALE_API dependencies on PER_ASSIGNMENTS_F

Line 521: from per_assignments_f a

517: select 'x'
518: from per_spinal_point_steps_f sps
519: where sps.grade_spine_id = p_grade_spine_id
520: and exists (select null
521: from per_assignments_f a
522: where a.special_ceiling_step_id = sps.step_id
523: and a.special_ceiling_step_id is not null
524: and p_date < a.effective_end_date);
525: --