DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on HR_DFLEX_UTILITY

Line 1053: hr_dflex_utility.ins_or_upd_descflex_attribs

1049: fnd_profile.value('PER_ORG_INFORMATION_ID'),80);
1050: hr_utility.set_location('PER_ORGANIZATION_ID'||
1051: fnd_profile.value('PER_ORGANIZATION_ID'),80);
1052:
1053: hr_dflex_utility.ins_or_upd_descflex_attribs
1054: (p_appl_short_name => 'PER'
1055: ,p_descflex_name => 'Org Developer DF'
1056: ,p_attribute_category => p_rec.org_information_context
1057: ,p_attribute1_name => 'ORG_INFORMATION1'

Line 1190: hr_dflex_utility.ins_or_upd_descflex_attribs

1186: -- a) During update, the structure column value or any
1187: -- of the attribute values have actually changed.
1188: -- b) During insert.
1189: --
1190: hr_dflex_utility.ins_or_upd_descflex_attribs
1191: (p_appl_short_name => 'PER'
1192: ,p_descflex_name => 'HR_ORGANIZATION_INFORMATION'
1193: ,p_attribute_category =>p_rec.attribute_category
1194: ,p_attribute1_name => 'ATTRIBUTE1'