DBA Data[Home] [Help]

APPS.PAY_INTERPRETER_PKG dependencies on PER_SPINAL_POINTS

Line 4803: per_spinal_points psp,

4799: select /*+ ORDERED USE_NL(pgr psp psps pspp)*/
4800: pgr.grade_rule_id
4801: from per_spinal_point_placements_f pspp,
4802: per_spinal_point_steps_f psps,
4803: per_spinal_points psp,
4804: pay_grade_rules_f pgr
4805: where psp.spinal_point_id = pgr.grade_or_spinal_point_id
4806: and psp.spinal_point_id = psps.spinal_point_id
4807: and p_assignment_id = pspp.assignment_id