DBA Data[Home] [Help]

APPS.PQH_FR_UTILITY dependencies on PER_SPINAL_POINT_PLACEMENTS_F

Line 1042: per_spinal_point_placements_f sps

1038: sps.step_id "STEP_ID",
1039: sps.information4 "PGI"
1040: FROM per_all_assignments_f asg,
1041: hr_soft_coding_keyflex scl,
1042: per_spinal_point_placements_f sps
1043: WHERE asg.assignment_id = p_assignment_id
1044: AND p_effective_date BETWEEN asg.effective_start_date and asg.effective_end_date
1045: AND asg.soft_coding_keyflex_id = scl.soft_coding_keyflex_id
1046: AND asg.assignment_id = sps.assignment_id