DBA Data[Home] [Help]

APPS.PER_PGS_BUS dependencies on PER_SPINAL_POINT_PLACEMENTS_F

Line 737: from per_spinal_point_placements_f sp

733: and gs.parent_spine_id = p_parent_spine_id
734: and gs.grade_id = p_grade_id
735: and exists
736: (select null
737: from per_spinal_point_placements_f sp
738: where sp.step_id = sps.step_id);
739:
740: cursor csr_assignments is
741: select 'x'

Line 759: -- and per_spinal_point_placements_f

755: --
756: hr_utility.set_location('Entering:'||l_proc, 10);
757: --
758: -- Check there are no values in per_spinal_point_steps_f
759: -- and per_spinal_point_placements_f
760: --
761: open csr_spinal_point_placements;
762: --
763: fetch csr_spinal_point_placements into l_exists;