DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on HR_DFLEX_UTILITY

Line 5039: hr_dflex_utility.ins_or_upd_descflex_attribs

5035: nvl(per_per_shd.g_old_rec.per_information30, hr_api.g_varchar2) <>
5036: nvl(p_rec.per_information30, hr_api.g_varchar2))
5037: then
5038: --
5039: hr_dflex_utility.ins_or_upd_descflex_attribs
5040: (p_appl_short_name => 'PER'
5041: ,p_descflex_name => 'Person Developer DF'
5042: ,p_attribute_category => p_rec.per_information_category
5043: ,p_attribute1_name => 'PER_INFORMATION1'

Line 7648: hr_dflex_utility.ins_or_upd_descflex_attribs

7644: -- a) During update, the structure column value or any
7645: -- of the attribute values have actually changed.
7646: -- b) During insert.
7647: --
7648: hr_dflex_utility.ins_or_upd_descflex_attribs
7649: (p_appl_short_name => 'PER'
7650: ,p_descflex_name => 'PER_PEOPLE'
7651: ,p_attribute_category => p_rec.attribute_category
7652: ,p_attribute1_name => 'ATTRIBUTE1'