DBA Data[Home] [Help]

APPS.PER_SPINAL_POINT_STEPS_PKG dependencies on PER_SPINAL_POINTS

Line 510: from per_spinal_points p1,

506: p_gspine_id IN NUMBER) is
507:
508: cursor c6 is
509: select count(*)
510: from per_spinal_points p1,
511: per_spinal_points p2,
512: per_spinal_point_steps_f s2
513: where s2.spinal_point_id = p2.spinal_point_id
514: and p1.sequence >= p2.sequence

Line 511: per_spinal_points p2,

507:
508: cursor c6 is
509: select count(*)
510: from per_spinal_points p1,
511: per_spinal_points p2,
512: per_spinal_point_steps_f s2
513: where s2.spinal_point_id = p2.spinal_point_id
514: and p1.sequence >= p2.sequence
515: and p_sess between