DBA Data[Home] [Help]

APPS.HR_MEE_VIEWS_GEN dependencies on PER_GRADE_SPINES_F

Line 595: from per_spinal_point_steps_f psps, per_spinal_point_steps_f psps2, per_grade_spines_f gs

591: ) return number is
592:
593: cursor c_step_num is
594: select (nvl(gs.starting_step,1) + count(*))-1 step
595: from per_spinal_point_steps_f psps, per_spinal_point_steps_f psps2, per_grade_spines_f gs
596: where psps.step_id = p_step_id
597: and p_eff_date between psps.effective_start_date and psps.effective_end_date
598: and p_eff_date between psps2.effective_start_date and psps2.effective_end_date
599: and p_eff_date between gs.effective_start_date and gs.effective_end_date