DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on HR_DFLEX_UTILITY

Line 1063: hr_dflex_utility.ins_or_upd_descflex_attribs

1059: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);
1060: hr_utility.set_location('PER_ORGANIZATION_ID'||
1061: fnd_profile.value('PER_ORGANIZATION_ID'),80);
1062:
1063: hr_dflex_utility.ins_or_upd_descflex_attribs
1064: (p_appl_short_name => 'PER'
1065: ,p_descflex_name => 'Org Developer DF'
1066: ,p_attribute_category => p_rec.org_information_context
1067: ,p_attribute1_name => 'ORG_INFORMATION1'

Line 1200: hr_dflex_utility.ins_or_upd_descflex_attribs

1196: -- a) During update, the structure column value or any
1197: -- of the attribute values have actually changed.
1198: -- b) During insert.
1199: --
1200: hr_dflex_utility.ins_or_upd_descflex_attribs
1201: (p_appl_short_name => 'PER'
1202: ,p_descflex_name => 'HR_ORGANIZATION_INFORMATION'
1203: ,p_attribute_category =>p_rec.attribute_category
1204: ,p_attribute1_name => 'ATTRIBUTE1'