DBA Data[Home] [Help]

APPS.PQP_GB_SWF_ARCHIVE dependencies on PER_SPINAL_POINT_STEPS_F

Line 3622: per_spinal_point_steps_f psps,

3618:
3619: cursor spinal_points is
3620: select spinal_point,psp.spinal_point_id
3621: from per_spinal_point_placements_f pspp,
3622: per_spinal_point_steps_f psps,
3623: per_spinal_points psp
3624: where pspp.assignment_id = p_assignment_id
3625: and pspp.step_id = psps.step_id
3626: and psps.spinal_point_id = psp.spinal_point_id