DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on PER_SPINAL_POINT_STEPS_F

Line 1880: from per_spinal_point_steps_f sps, per_spinal_points psp

1876: , p_effective_date date) return varchar2 is
1877: --
1878: cursor csr_step is
1879: select psp.spinal_point
1880: from per_spinal_point_steps_f sps, per_spinal_points psp
1881: where sps.step_id = p_step_id
1882: and p_effective_date between sps.effective_start_date and sps.effective_end_date
1883: and sps.spinal_point_id = psp.spinal_point_id;
1884: --