DBA Data[Home] [Help]

APPS.PE_AEI_BUS dependencies on HR_DFLEX_UTILITY

Line 560: hr_dflex_utility.ins_or_upd_descflex_attribs

556: -- a) During update, the structure column value or any
557: -- of the attribute values have actually changed.
558: -- b) During insert.
559: --
560: hr_dflex_utility.ins_or_upd_descflex_attribs
561: (p_appl_short_name => 'PER'
562: ,p_descflex_name => 'PER_ASSIGNMENT_EXTRA_INFO'
563: ,p_attribute_category => p_rec.aei_attribute_category
564: ,p_attribute1_name => 'AEI_ATTRIBUTE1'

Line 719: hr_dflex_utility.ins_or_upd_descflex_attribs

715: nvl(pe_aei_shd.g_old_rec.aei_information30, hr_api.g_varchar2) <>
716: nvl(p_rec.aei_information30, hr_api.g_varchar2))
717: then
718: --
719: hr_dflex_utility.ins_or_upd_descflex_attribs
720: (p_appl_short_name => 'PER'
721: ,p_descflex_name => 'Assignment Developer DF'
722: ,p_attribute_category => p_rec.aei_information_category
723: ,p_attribute1_name => 'AEI_INFORMATION1'