DBA Data[Home] [Help]

APPS.PER_PGV_BUS dependencies on HR_DFLEX_UTILITY

Line 256: hr_dflex_utility.ins_or_upd_descflex_attribs

252: nvl(per_pgv_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_VERSIONS_DDF'
259: ,p_attribute_category => p_rec.information_category
260: ,p_attribute1_name => 'INFORMATION1'

Line 436: hr_dflex_utility.ins_or_upd_descflex_attribs

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