DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on PER_SPINAL_POINTS

Line 7168: from per_grades_vl a, per_parent_spines b, per_spinal_points c,

7164: l_sp_clng_step_name varchar2(800) := null;
7165:
7166: cursor c_sp_clng_step_name is
7167: select a.name ||b.name ||c.spinal_point name
7168: from per_grades_vl a, per_parent_spines b, per_spinal_points c,
7169: per_spinal_point_steps_f d, per_grade_spines e
7170: where d.step_id = p_special_ceiling_step_id
7171: and d.spinal_point_id = c.spinal_point_id
7172: and d.grade_spine_id = e.grade_spine_id