DBA Data[Home] [Help]

APPS.PER_SPINAL_POINTS_PKG dependencies on PER_SPINAL_POINT_STEPS_F

Line 124: from per_spinal_point_steps_f f,

120: l_exists2 VARCHAR2(1);
121:
122: cursor c4 is
123: select 'x'
124: from per_spinal_point_steps_f f,
125: per_grade_spines g
126: where f.grade_spine_id = g.grade_spine_id
127: and g.parent_spine_id = p_pspine_id
128: and f.spinal_point_id = p_spoint_id;