DBA Data[Home] [Help]

APPS.PAY_INTERPRETER_PKG dependencies on PER_SPINAL_POINTS

Line 4801: per_spinal_points psp,

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