DBA Data[Home] [Help]

APPS.PER_INC_BUS dependencies on HR_DFLEX_UTILITY

Line 260: hr_dflex_utility.ins_or_upd_descflex_attribs

256: -- of the attribute values have actually changed.
257: -- b) During insert.
258: --
259: hr_utility.set_location(' INC Cat:'||p_rec.inc_information_category,20);
260: hr_dflex_utility.ins_or_upd_descflex_attribs
261: (p_appl_short_name => 'PER'
262: ,p_descflex_name => 'Work Incident Developer DF'
263: ,p_attribute_category => p_rec.INC_INFORMATION_CATEGORY
264: ,p_attribute1_name => 'INC_INFORMATION1'

Line 437: hr_dflex_utility.ins_or_upd_descflex_attribs

433: -- a) During update, the structure column value or any
434: -- of the attribute values have actually changed.
435: -- b) During insert.
436: --
437: hr_dflex_utility.ins_or_upd_descflex_attribs
438: (p_appl_short_name => 'PER'
439: ,p_descflex_name => 'PER_WORK_INCIDENTS'
440: ,p_attribute_category => p_rec.ATTRIBUTE_CATEGORY
441: ,p_attribute1_name => 'ATTRIBUTE1'