DBA Data[Home] [Help]

APPS.PAY_ETP_BUS dependencies on HR_DFLEX_UTILITY

Line 241: hr_dflex_utility.ins_or_upd_descflex_attribs

237: -- a) During update, the structure column value or any
238: -- of the attribute values have actually changed.
239: -- b) During insert.
240: --
241: hr_dflex_utility.ins_or_upd_descflex_attribs
242: (p_appl_short_name => 'PAY'
243: ,p_descflex_name => 'Element Developer DF'
244: ,p_attribute_category => p_rec.element_information_category
245: ,p_attribute1_name => 'ELEMENT_INFORMATION1'

Line 378: hr_dflex_utility.ins_or_upd_descflex_attribs

374: -- a) During update, the structure column value or any
375: -- of the attribute values have actually changed.
376: -- b) During insert.
377: --
378: hr_dflex_utility.ins_or_upd_descflex_attribs
379: (p_appl_short_name => 'PAY'
380: ,p_descflex_name => 'PAY_ELEMENT_TYPES'
381: ,p_attribute_category => p_rec.attribute_category
382: ,p_attribute1_name => 'ATTRIBUTE1'