DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on HR_DFLEX_UTILITY

Line 1238: hr_dflex_utility.ins_or_upd_descflex_attribs

1234: -- a) During update, the structure column value or any
1235: -- of the attribute values have actually changed.
1236: -- b) During insert.
1237: --
1238: hr_dflex_utility.ins_or_upd_descflex_attribs
1239: (p_appl_short_name => 'PER'
1240: ,p_descflex_name => 'Address Location'
1241: ,p_attribute_category => p_rec.style
1242: ,p_attribute1_name => 'ADDRESS_LINE_1'

Line 1340: hr_dflex_utility.ins_or_upd_descflex_attribs

1336: -- a) During update, the structure column value or any
1337: -- of the attribute values have actually changed.
1338: -- b) During insert.
1339: --
1340: hr_dflex_utility.ins_or_upd_descflex_attribs
1341: (p_appl_short_name => 'PER'
1342: ,p_descflex_name => 'HR_LOCATIONS'
1343: ,p_attribute_category => p_rec.attribute_category
1344: ,p_attribute1_name => 'ATTRIBUTE1'

Line 1442: hr_dflex_utility.ins_or_upd_descflex_attribs

1438: -- a) During update, the structure column value or any
1439: -- of the attribute values have actually changed.
1440: -- b) During insert.
1441: --
1442: hr_dflex_utility.ins_or_upd_descflex_attribs
1443: (p_appl_short_name => 'JG'
1444: ,p_descflex_name => 'JG_HR_LOCATIONS'
1445: ,p_attribute_category => p_rec.global_attribute_category
1446: ,p_attribute1_name => 'GLOBAL_ATTRIBUTE1'