DBA Data[Home] [Help]

APPS.PER_SPINAL_POINTS_PKG dependencies on PAY_GRADE_RULES_F

Line 78: update pay_grade_rules_f

74: begin
75: --
76: begin
77: --
78: update pay_grade_rules_f
79: set sequence = p_seq
80: where rate_type = 'SP'
81: and grade_or_spinal_point_id = p_spoint_id;
82: --

Line 132: from pay_grade_rules_f

128: and f.spinal_point_id = p_spoint_id;
129: --
130: cursor c5 is
131: select 'x'
132: from pay_grade_rules_f
133: where grade_or_spinal_point_id = p_spoint_id
134: and rate_type = 'SP';
135: --
136: begin