DBA Data[Home] [Help]

APPS.PER_VIEWS_PKG dependencies on PER_SPINAL_POINT_STEPS_F

Line 77: from per_spinal_point_steps_f psps

73: BEGIN
74:
75: select count(*)
76: into l_grade_step
77: from per_spinal_point_steps_f psps
78: , per_spinal_points psp
79: , per_spinal_point_steps_f psps1
80: where psps.grade_spine_id = p_grade_spine_id
81: and psps.step_id = p_step_id

Line 79: , per_spinal_point_steps_f psps1

75: select count(*)
76: into l_grade_step
77: from per_spinal_point_steps_f psps
78: , per_spinal_points psp
79: , per_spinal_point_steps_f psps1
80: where psps.grade_spine_id = p_grade_spine_id
81: and psps.step_id = p_step_id
82: and psps1.grade_spine_id = psps.grade_spine_id
83: and psp.spinal_point_id = psps.spinal_point_id