DBA Data[Home] [Help]

APPS.PER_PER_BUS1 dependencies on PER_PER_FLEX

Line 83: per_per_flex.df(p_rec => p_rec);

79: nvl(per_per_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
80: nvl(p_rec.attribute30, hr_api.g_varchar2) then
81: -- either the attribute_category or attribute1..30 have changed
82: -- so we must call the flex stub
83: per_per_flex.df(p_rec => p_rec);
84: end if;
85: --
86: hr_utility.set_location(' Leaving:'||l_proc, 10);
87: end df_update_validate;