DBA Data[Home] [Help]

APPS.PER_PSP_BUS dependencies on PAY_GRADE_RULES_F

Line 506: -- per_grade_spines_f, per_spinal_point_steps_f and pay_grade_rules_f

502: -- ---------------------------------------------------------------------------
503: --
504: -- Description
505: -- This procedure is used to check that there are no values in
506: -- per_grade_spines_f, per_spinal_point_steps_f and pay_grade_rules_f
507: --
508: -- Pre Conditions
509: -- None.
510: --

Line 546: from pay_grade_rules_f

542: and sps.spinal_point_id = p_spinal_point_id;
543: --
544: cursor csr_grade_rule is
545: select 'x'
546: from pay_grade_rules_f
547: where grade_or_spinal_point_id = p_spinal_point_id
548: and rate_type = 'SP';
549:
550: --