DBA Data[Home] [Help]

APPS.HR_DEI_BUS dependencies on HR_DFLEX_UTILITY

Line 343: hr_dflex_utility.ins_or_upd_descflex_attribs

339: -- a) During update, the structure column value or any
340: -- of the attribute values have actually changed.
341: -- b) During insert.
342: --
343: hr_dflex_utility.ins_or_upd_descflex_attribs
344: (p_appl_short_name => 'HR'
345: ,p_descflex_name => 'Extra Document Info DDF'
346: ,p_attribute_category => p_rec.dei_information_category
347: ,p_attribute1_name => 'DEI_INFORMATION1'

Line 521: hr_dflex_utility.ins_or_upd_descflex_attribs

517: -- a) During update, the structure column value or any
518: -- of the attribute values have actually changed.
519: -- b) During insert.
520: --
521: hr_dflex_utility.ins_or_upd_descflex_attribs
522: (p_appl_short_name => 'HR'
523: ,p_descflex_name => 'HR_DOCUMENT_EXTRA_INFO'
524: ,p_attribute_category => p_rec.dei_attribute_category
525: ,p_attribute1_name => 'DEI_ATTRIBUTE1'