DBA Data[Home] [Help]

APPS.PER_ROL_BUS dependencies on HR_DFLEX_UTILITY

Line 604: hr_dflex_utility.ins_or_upd_descflex_attribs

600: -- a) During update, the structure column value or any
601: -- of the attribute values have actually changed.
602: -- b) During insert.
603: --
604: hr_dflex_utility.ins_or_upd_descflex_attribs
605: (p_appl_short_name => 'PER'
606: ,p_descflex_name => 'Roles Developer DF'
607: ,p_attribute_category => p_rec.ROLE_INFORMATION_CATEGORY
608: ,p_attribute1_name => 'ROLE_INFORMATION1'

Line 741: hr_dflex_utility.ins_or_upd_descflex_attribs

737: -- a) During update, the structure column value or any
738: -- of the attribute values have actually changed.
739: -- b) During insert.
740: --
741: hr_dflex_utility.ins_or_upd_descflex_attribs
742: (p_appl_short_name => 'PER'
743: ,p_descflex_name => 'PER_ROLES'
744: ,p_attribute_category => p_rec.ATTRIBUTE_CATEGORY
745: ,p_attribute1_name => 'ATTRIBUTE1'