DBA Data[Home] [Help]

APPS.PAY_GRADE_RULES_PKG dependencies on PER_SPINAL_POINT_STEPS_F

Line 435: per_spinal_point_steps_f psps,

431: cursor emp_asgmnt_point is
432: select 'x'
433: from per_spinal_points psp,
434: pay_grade_rules_f pgr,
435: per_spinal_point_steps_f psps,
436: per_spinal_point_placements_f pspp
437: where psp.spinal_point_id = pgr.grade_or_spinal_point_id
438: and psp.parent_spine_id = pspp.parent_spine_id
439: and psp.spinal_point_id = psps.spinal_point_id

Line 453: per_spinal_point_steps_f psps,

449: cursor emp_asgmnt_point_used is
450: select 'x'
451: from per_spinal_points psp,
452: pay_grade_rules_f pgr,
453: per_spinal_point_steps_f psps,
454: per_spinal_point_placements_f pspp
455: where psp.spinal_point_id = pgr.grade_or_spinal_point_id
456: and psp.parent_spine_id = pspp.parent_spine_id
457: and psp.spinal_point_id = psps.spinal_point_id