DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_BUS dependencies on HR_DFLEX_UTILITY

Line 263: hr_dflex_utility.ins_or_upd_descflex_attribs

259: -- of the attribute values have actually changed.
260: -- b) During insert.
261: --
262:
263: hr_dflex_utility.ins_or_upd_descflex_attribs
264: (p_appl_short_name => 'PAY'
265: ,p_descflex_name => 'Extra Element Info DDF'
266: ,p_attribute_category => p_rec.eei_information_category
267: ,p_attribute1_name => 'EEI_INFORMATION1'

Line 420: hr_dflex_utility.ins_or_upd_descflex_attribs

416: -- a) During update, the structure column value or any
417: -- of the attribute values have actually changed.
418: -- b) During insert.
419: --
420: hr_dflex_utility.ins_or_upd_descflex_attribs
421: (p_appl_short_name => 'PAY'
422: ,p_descflex_name => 'Extra Element Info Details DF'
423: ,p_attribute_category => p_rec.eei_attribute_category
424: ,p_attribute1_name => 'EEI_ATTRIBUTE1'