DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on PER_SPINAL_POINT_STEPS_F

Line 1878: from per_spinal_point_steps_f sps, per_spinal_points psp

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