DBA Data[Home] [Help]

APPS.IRC_IRF_BUS dependencies on HR_DFLEX_UTILITY

Line 126: hr_dflex_utility.ins_or_upd_descflex_attribs

122: -- a) During update, the structure column value or any
123: -- of the irf_information values have actually changed.
124: -- b) During insert.
125: --
126: hr_dflex_utility.ins_or_upd_descflex_attribs
127: (p_appl_short_name => 'PER'
128: ,p_descflex_name => 'PER_EVENTS'
129: ,p_attribute_category => p_rec.irf_information_category
130: ,p_attribute1_name => 'IRF_INFORMATION1'

Line 223: hr_dflex_utility.ins_or_upd_descflex_attribs

219: -- a) During update, the structure column value or any
220: -- of the irf_attribute values have actually changed.
221: -- b) During insert.
222: --
223: hr_dflex_utility.ins_or_upd_descflex_attribs
224: (p_appl_short_name => 'PER'
225: ,p_descflex_name => 'PER_EVENTS'
226: ,p_attribute_category => p_rec.irf_attribute_category
227: ,p_attribute1_name => 'IRF_ATTRIBUTE1'