DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on HR_DFLEX_UTILITY

Line 2139: hr_dflex_utility.ins_or_upd_descflex_attribs

2135: -- a) During update, the structure column value or any
2136: -- of the attribute values have actually changed.
2137: -- b) During insert.
2138: --
2139: hr_dflex_utility.ins_or_upd_descflex_attribs
2140: (p_appl_short_name => 'PAY'
2141: ,p_descflex_name => 'Personal PayMeth Developer DF'
2142: ,p_attribute_category => p_rec.ppm_information_category
2143: ,p_attribute1_name => 'PPM_INFORMATION1'

Line 2270: hr_dflex_utility.ins_or_upd_descflex_attribs

2266: nvl(l_rec.attribute20, hr_api.g_varchar2))) or
2267: p_rec.personal_payment_method_id is null
2268: then
2269: hr_utility.set_location(l_proc, 20);
2270: hr_dflex_utility.ins_or_upd_descflex_attribs
2271: (p_appl_short_name => 'PAY'
2272: ,p_descflex_name => 'PAY_PERSONAL_PAYMENT_METHODS'
2273: ,p_attribute_category => p_rec.attribute_category
2274: ,p_attribute1_name => 'ATTRIBUTE1'