DBA Data[Home] [Help]

APPS.PQP_GB_TP_PENSION_EXTRACTS dependencies on PER_SPINAL_POINTS

Line 326: FROM per_spinal_points sp

322: ,c_effective_date DATE
323: )
324: IS
325: SELECT sp.spinal_point
326: FROM per_spinal_points sp
327: ,per_spinal_point_steps_f sps
328: ,per_spinal_point_placements_f spp
329: ,pay_grade_rules_f gr
330: WHERE spp.assignment_id = c_assignment_id

Line 348: FROM per_spinal_points

344: CURSOR csr_get_sf_spinal_point
345: (c_spinal_point_id NUMBER)
346: IS
347: SELECT spinal_point
348: FROM per_spinal_points
349: WHERE spinal_point_id = c_spinal_point_id;
350:
351: --
352: --