DBA Data[Home] [Help]

APPS.HR_PROGRESSION_POINT_API dependencies on PER_PSP_SHD

Line 824: per_psp_shd.constraint_error(p_constraint_name => 'PER_SPINAL_POINTS_FK2');

820: open c_get_ps_id;
821: fetch c_get_ps_id into l_parent_spine_id;
822: if c_get_ps_id%notfound then
823: close c_get_ps_id;
824: per_psp_shd.constraint_error(p_constraint_name => 'PER_SPINAL_POINTS_FK2');
825: else
826: close c_get_ps_id;
827: end if;
828: