DBA Data[Home] [Help]

APPS.PER_SPINAL_POINTS_PKG dependencies on PER_SPINAL_POINTS_S

Line 100: select per_spinal_points_s.nextval

96:
97: procedure get_id(p_spoint_id IN OUT NUMBER) is
98:
99: cursor c3 is
100: select per_spinal_points_s.nextval
101: from sys.dual;
102: --
103: begin
104: --