DBA Data[Home] [Help]

APPS.PER_GRD_BUS dependencies on HR_DFLEX_UTILITY

Line 936: hr_dflex_utility.ins_or_upd_descflex_attribs

932: -- a) During update, the structure column value or any
933: -- of the attribute values have actually changed.
934: -- b) During insert.
935: --
936: hr_dflex_utility.ins_or_upd_descflex_attribs
937: (p_appl_short_name => 'PER'
938: ,p_descflex_name => 'Grade Developer DF'
939: ,p_attribute_category => p_rec.INFORMATION_CATEGORY
940: ,p_attribute1_name => 'INFORMATION1'

Line 1073: hr_dflex_utility.ins_or_upd_descflex_attribs

1069: -- a) During update, the structure column value or any
1070: -- of the attribute values have actually changed.
1071: -- b) During insert.
1072: --
1073: hr_dflex_utility.ins_or_upd_descflex_attribs
1074: (p_appl_short_name => 'PER'
1075: ,p_descflex_name => 'PER_GRADES'
1076: ,p_attribute_category => p_rec.attribute_category
1077: ,p_attribute1_name => 'ATTRIBUTE1'