DBA Data[Home] [Help]

APPS.PAY_PRF_BUS dependencies on HR_DFLEX_UTILITY

Line 267: hr_dflex_utility.ins_or_upd_descflex_attribs

263: -- a) During update, the structure column value or any
264: -- of the attribute values have actually changed.
265: -- b) During insert.
266: --
267: hr_dflex_utility.ins_or_upd_descflex_attribs
268: (p_appl_short_name => 'PAY'
269: ,p_descflex_name => 'Further Tax Table DF'
270: ,p_attribute_category => p_rec.ran_information_category
271: ,p_attribute1_name => 'RAN_INFORMATION1'

Line 444: hr_dflex_utility.ins_or_upd_descflex_attribs

440: -- a) During update, the structure column value or any
441: -- of the attribute values have actually changed.
442: -- b) During insert.
443: --
444: hr_dflex_utility.ins_or_upd_descflex_attribs
445: (p_appl_short_name => 'PAY'
446: ,p_descflex_name => 'Tax Table DF'
447: ,p_attribute_category => p_rec.attribute_category
448: ,p_attribute1_name => 'ATTRIBUTE1'