DBA Data[Home] [Help]

APPS.PER_SPS_INS dependencies on PER_SPINAL_POINTS

Line 457: ,per_spinal_points psp

453: ,psp.spinal_point
454: ,pgs.grade_id
455: from per_parent_spines pps
456: ,per_grade_spines_f pgs
457: ,per_spinal_points psp
458: where pgs.grade_spine_id = p_rec.grade_spine_id
459: and p_effective_date between
460: pgs.effective_start_date and pgs.effective_end_date
461: and pps.parent_spine_id = pgs.parent_spine_id