DBA Data[Home] [Help]

APPS.PER_PGS_BUS dependencies on PER_SPINAL_POINT_STEPS_S

Line 489: select per_spinal_point_steps_s.nextval

485: and p_effective_date between effective_start_date
486: and effective_end_date;
487:
488: cursor csr_next_ceiling_step_id is
489: select per_spinal_point_steps_s.nextval
490: from sys.dual;
491: --
492: begin
493: hr_utility.set_location('Entering:'|| l_proc, 10);