DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on FND_PROFILE

Line 7947: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'

7943: -- a) During update, the structure column value or any
7944: -- of the attribute values have actually changed.
7945: -- b) During insert.
7946: --
7947: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'
7948: then
7949: hr_dflex_utility.ins_or_upd_descflex_attribs
7950: (p_appl_short_name => 'PER'
7951: ,p_descflex_name => 'PER_POSITIONS'