DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on FND_PROFILE

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

8070: -- a) During update, the structure column value or any
8071: -- of the attribute values have actually changed.
8072: -- b) During insert.
8073: --
8074: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'
8075: then
8076: hr_dflex_utility.ins_or_upd_descflex_attribs
8077: (p_appl_short_name => 'PER'
8078: ,p_descflex_name => 'PER_POSITIONS'