DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on HR_DFLEX_UTILITY

Line 5050: hr_dflex_utility.ins_or_upd_descflex_attribs

5046: nvl(per_per_shd.g_old_rec.per_information30, hr_api.g_varchar2) <>
5047: nvl(p_rec.per_information30, hr_api.g_varchar2))
5048: then
5049: --
5050: hr_dflex_utility.ins_or_upd_descflex_attribs
5051: (p_appl_short_name => 'PER'
5052: ,p_descflex_name => 'Person Developer DF'
5053: ,p_attribute_category => p_rec.per_information_category
5054: ,p_attribute1_name => 'PER_INFORMATION1'

Line 7659: hr_dflex_utility.ins_or_upd_descflex_attribs

7655: -- a) During update, the structure column value or any
7656: -- of the attribute values have actually changed.
7657: -- b) During insert.
7658: --
7659: hr_dflex_utility.ins_or_upd_descflex_attribs
7660: (p_appl_short_name => 'PER'
7661: ,p_descflex_name => 'PER_PEOPLE'
7662: ,p_attribute_category => p_rec.attribute_category
7663: ,p_attribute1_name => 'ATTRIBUTE1'