DBA Data[Home] [Help]

APPS.PER_PARENT_SPINES_PKG dependencies on PER_SPINAL_POINTS

Line 45: from per_spinal_points

41: l_exists3 VARCHAR2(1);
42:
43: cursor c2 is
44: select 'x'
45: from per_spinal_points
46: where parent_spine_id = p_pspine_id;
47: --
48: cursor c3 is
49: select 'x'