380: ,psp.spinal_point
381: ,pgs.grade_id
382: from per_parent_spines pps
383: ,per_grade_spines_f pgs
384: ,per_spinal_points psp
385: where pgs.grade_spine_id = p_grade_spine_id
386: and p_effective_date between
387: pgs.effective_start_date and pgs.effective_end_date
388: and pps.parent_spine_id = pgs.parent_spine_id