DBA Data[Home] [Help]

APPS.HR_RATING_LEVELS_API dependencies on PER_RSC_SHD

Line 274: per_rsc_shd.lck(p_rating_scale_id => p_rating_scale_id

270: close get_rsc_levels;
271: --
272: -- lock the row in the rating scale table
273: --
274: per_rsc_shd.lck(p_rating_scale_id => p_rating_scale_id
275: ,p_object_version_number => l_obj_ver_number_cpn_or_rsc);
276: --
277: -- call rating level api to insert the level for the rating scale
278: -- in the rating level table

Line 921: per_rsc_shd.lck(p_rating_scale_id => l_rating_scale_id

917: --
918: --
919: -- lock the rating scale row
920: --
921: per_rsc_shd.lck(p_rating_scale_id => l_rating_scale_id
922: ,p_object_version_number => l_obj_ver_number_cpn_or_rsc);
923:
924: -- delete the translation table first
925: --