DBA Data[Home] [Help]

APPS.PER_POSITION_MAPPING dependencies on PER_SPINAL_POINTS

Line 109: from per_spinal_point_steps_f sps, per_spinal_points psp

105: , p_business_group_id number)
106: return number is
107: cursor csr_step is
108: select sps.step_id
109: from per_spinal_point_steps_f sps, per_spinal_points psp
110: where p_effective_date between sps.effective_start_date
111: and sps.effective_end_date
112: and sps.business_group_id = psp.business_group_id
113: and psp.business_group_id = p_business_group_id