DBA Data[Home] [Help]

APPS.PER_PGN_BUS dependencies on HR_DFLEX_UTILITY

Line 256: hr_dflex_utility.ins_or_upd_descflex_attribs

252: nvl(per_pgn_shd.g_old_rec.information30, hr_api.g_varchar2) <>
253: nvl(p_rec.information30, hr_api.g_varchar2))
254: then
255: --
256: hr_dflex_utility.ins_or_upd_descflex_attribs
257: (p_appl_short_name => 'PER'
258: ,p_descflex_name => 'PER_GEN_HIERARCHY_NODES_DDF'
259: ,p_attribute_category => p_rec.information_category
260: ,p_attribute1_name => 'INFORMATION1'

Line 435: hr_dflex_utility.ins_or_upd_descflex_attribs

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