DBA Data[Home] [Help]

APPS.PER_PPS_BUS dependencies on PER_SPINAL_POINTS

Line 532: -- per_spinal_points, per_grade_spines_f and pay_rates

528: -- ---------------------------------------------------------------------------
529: --
530: -- Description
531: -- This procedure is used to check that there are no values in
532: -- per_spinal_points, per_grade_spines_f and pay_rates
533: --
534: -- Pre Conditions
535: -- None.
536: --

Line 562: FROM per_spinal_points

558: l_exists varchar2(1);
559: --
560: cursor csr_spinal_points is
561: select 'x'
562: FROM per_spinal_points
563: WHERE parent_spine_id = p_parent_spine_id;
564: --
565: cursor csr_grade_spines is
566: select 'x'

Line 580: -- Check there are no values in per_spinal_points, per_grade_spines_f

576: Begin
577: --
578: hr_utility.set_location('Entering:'||l_proc, 10);
579: --
580: -- Check there are no values in per_spinal_points, per_grade_spines_f
581: -- and pay_rates
582: --
583: open csr_spinal_points;
584: --