DBA Data[Home] [Help]

APPS.PER_PPS_BUS dependencies on HR_DFLEX_UTILITY

Line 728: hr_dflex_utility.ins_or_upd_descflex_attribs

724: -- a) During update, the structure column value or any
725: -- of the attribute values have actually changed.
726: -- b) During insert.
727: --
728: hr_dflex_utility.ins_or_upd_descflex_attribs
729: (p_appl_short_name => 'PER'
730: ,p_descflex_name => 'PER_PARENT_SPINES'
731: ,p_attribute_category => p_rec.attribute_category
732: ,p_attribute1_name => 'ATTRIBUTE1'

Line 888: hr_dflex_utility.ins_or_upd_descflex_attribs

884: -- b) During insert.
885: --
886: hr_utility.set_location('Entering:'||l_proc,20);
887:
888: hr_dflex_utility.ins_or_upd_descflex_attribs
889: (p_appl_short_name => 'PER'
890: ,p_descflex_name => 'Further Parent Spine DF'
891: ,p_attribute_category => p_rec.INFORMATION_CATEGORY
892: ,p_attribute1_name => 'INFORMATION1'