DBA Data[Home] [Help]

APPS.PER_ECA_BUS dependencies on HR_DFLEX_UTILITY

Line 696: hr_dflex_utility.ins_or_upd_descflex_attribs

692: -- a) During update, the structure column value or any
693: -- of the attribute values have actually changed.
694: -- b) During insert.
695: --
696: hr_dflex_utility.ins_or_upd_descflex_attribs
697: (p_appl_short_name => 'PER'
698: ,p_descflex_name => 'PER_ELECTION_CANDIDATES'
699: ,p_attribute_category => p_rec.attribute_category
700: ,p_attribute1_name => 'ATTRIBUTE1'

Line 875: hr_dflex_utility.ins_or_upd_descflex_attribs

871: -- a) During update, the structure column value or any
872: -- of the attribute values have actually changed.
873: -- b) During insert.
874: --
875: hr_dflex_utility.ins_or_upd_descflex_attribs
876: (p_appl_short_name => 'PER'
877: ,p_descflex_name => 'Candidates Developer DF'
878: ,p_attribute_category => p_rec.candidate_info_category
879: ,p_attribute1_name => 'CANDIDATE_INFORMATION1'