DBA Data[Home] [Help]

APPS.PER_SPINAL_POINT_STEPS_PKG dependencies on PER_SPINAL_POINT_PLACEMENTS_F

Line 379: from per_spinal_point_placements_f

375: -- Check that thisstep is used on or after the p_sess date.
376: --
377: cursor c1 is
378: select 'x'
379: from per_spinal_point_placements_f
380: where step_id = p_step_id
381: and p_sess < effective_end_date;
382: --
383: cursor c2 is

Line 427: from per_spinal_point_placements_f

423: l_exists2 VARCHAR2(1);
424:
425: cursor c3 is
426: select 'x'
427: from per_spinal_point_placements_f
428: where step_id = p_step_id;
429: --
430: cursor c4 is
431: select 'x'