DBA Data[Home] [Help]

APPS.PQH_CPD_HR_TO_STAGE dependencies on PER_SPINAL_POINTS

Line 125: from per_spinal_points

121: hr_utility.set_location('getting point ddf det',10);
122: if p_point_id is not null then
123: select information_category,information1,information2,information3,information4,information5
124: into p_information_category,p_information1,p_information2,p_information3,p_information4,p_information5
125: from per_spinal_points
126: where spinal_point_id = p_point_id;
127: end if;
128: exception
129: when others then