DBA Data[Home] [Help]

APPS.HR_GRADE_SCALE_API dependencies on HR_ALL_POSITIONS_F

Line 531: from hr_all_positions_f p

527: select 'x'
528: from per_spinal_point_steps_f sps
529: where sps.grade_spine_id = p_grade_spine_id
530: and exists (select null
531: from hr_all_positions_f p
532: where p.entry_step_id = sps.step_id
533: and p_date < p.effective_end_date);
534: --
535: Cursor csr_grade_steps IS