DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on HR_DFLEX_UTILITY

Line 1272: hr_dflex_utility.ins_or_upd_descflex_attribs

1268: -- a) During update, the structure column value or any
1269: -- of the attribute values have actually changed.
1270: -- b) During insert.
1271: --
1272: hr_dflex_utility.ins_or_upd_descflex_attribs
1273: (p_appl_short_name => 'PER'
1274: ,p_descflex_name => 'Address Location'
1275: ,p_attribute_category => p_rec.style
1276: ,p_attribute1_name => 'ADDRESS_LINE_1'

Line 1374: hr_dflex_utility.ins_or_upd_descflex_attribs

1370: -- a) During update, the structure column value or any
1371: -- of the attribute values have actually changed.
1372: -- b) During insert.
1373: --
1374: hr_dflex_utility.ins_or_upd_descflex_attribs
1375: (p_appl_short_name => 'PER'
1376: ,p_descflex_name => 'HR_LOCATIONS'
1377: ,p_attribute_category => p_rec.attribute_category
1378: ,p_attribute1_name => 'ATTRIBUTE1'

Line 1476: hr_dflex_utility.ins_or_upd_descflex_attribs

1472: -- a) During update, the structure column value or any
1473: -- of the attribute values have actually changed.
1474: -- b) During insert.
1475: --
1476: hr_dflex_utility.ins_or_upd_descflex_attribs
1477: (p_appl_short_name => 'JG'
1478: ,p_descflex_name => 'JG_HR_LOCATIONS'
1479: ,p_attribute_category => p_rec.global_attribute_category
1480: ,p_attribute1_name => 'GLOBAL_ATTRIBUTE1'