DBA Data[Home] [Help]

APPS.HR_RATING_SCALES_API dependencies on PER_RSL_UPD

Line 399: per_rsl_upd.upd_tl

395: );
396: --
397:
398:
399: per_rsl_upd.upd_tl
400: (p_language_code => l_language_code
401: ,p_rating_scale_id => p_rating_scale_id
402: ,p_name => p_name
403: ,p_description => p_description

Line 807: per_rsl_upd.upd_tl

803: --
804: -- MLS update
805: --
806: hr_utility.set_location(l_proc,80);
807: per_rsl_upd.upd_tl
808: (p_language_code => l_translated_language
809: ,p_rating_scale_id => l_source_rating_scale_id
810: ,p_name => p_name
811: ,p_description => p_description