DBA Data[Home] [Help]

APPS.PQP_AAT_BUS dependencies on PER_SPINAL_POINTS

Line 1523: From per_spinal_points psp

1519: ) IS
1520: --
1521: Cursor ChkSpinalPoint is
1522: Select 'Y'
1523: From per_spinal_points psp
1524: Where psp.spinal_point_id = p_tp_spinal_point_id;
1525: --
1526: l_proc varchar2(72) := g_package || 'chk_tp_spinal_point';
1527: l_SPValid char(1) := 'N';