DBA Data[Home] [Help]

APPS.PER_RTL_BUS dependencies on HR_RATING_LEVELS_API

Line 746: and hr_rating_levels_api.g_ignore_df <> 'Y' then -- BUG3621261

742: nvl(per_rtl_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
743: nvl(p_rec.attribute20, hr_api.g_varchar2)))
744: or
745: (p_rec.rating_level_id is null))
746: and hr_rating_levels_api.g_ignore_df <> 'Y' then -- BUG3621261
747: --
748: -- Only execute the validation if absolutely necessary:
749: -- a) During update, the structure column value or any
750: -- of the attribute values have actually changed.