DBA Data[Home] [Help]

APPS.PER_PGH_BUS dependencies on HR_DFLEX_UTILITY

Line 257: hr_dflex_utility.ins_or_upd_descflex_attribs

253: nvl(per_pgh_shd.g_old_rec.information30, hr_api.g_varchar2) <>
254: nvl(p_rec.information30, hr_api.g_varchar2))
255: then
256: --
257: hr_dflex_utility.ins_or_upd_descflex_attribs
258: (p_appl_short_name => 'PER'
259: ,p_descflex_name => 'Hierarchy Type Developer DF'
260: ,p_attribute_category => p_rec.information_category
261: ,p_attribute1_name => 'INFORMATION1'

Line 438: hr_dflex_utility.ins_or_upd_descflex_attribs

434: -- of the attribute values have actually changed.
435: -- b) During insert.
436: --
437: null;
438: hr_dflex_utility.ins_or_upd_descflex_attribs
439: (p_appl_short_name => 'PER'
440: ,p_descflex_name => 'PER_GEN_HIERARCHY'
441: ,p_attribute_category => p_rec.ATTRIBUTE_CATEGORY
442: ,p_attribute1_name => 'ATTRIBUTE1'