DBA Data[Home] [Help]

APPS.PER_RSC_BUS dependencies on HR_RATING_SCALES_API

Line 645: and hr_rating_scales_api.g_ignore_df <> 'Y' then -- BUG3621261

641: nvl(per_rsc_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
642: nvl(p_rec.attribute20, hr_api.g_varchar2)))
643: or
644: (p_rec.rating_scale_id is null))
645: and hr_rating_scales_api.g_ignore_df <> 'Y' then -- BUG3621261
646: --
647: -- Only execute the validation if absolutely necessary:
648: -- a) During update, the structure column value or any
649: -- of the attribute values have actually changed.