DBA Data[Home] [Help]

APPS.HR_US_GARN_GEN dependencies on PAY_ELEMENT_TEMPLATE_API

Line 5434: pay_element_template_api.delete_user_structure(

5430: if v_template_id is not null then
5431: hr_utility.set_location('hr_us_garn_gen.delete_dedn', 45);
5432: -- Bug 4680388
5433: -- Modified the code to use delete_user_structure
5434: pay_element_template_api.delete_user_structure(
5435: p_drop_formula_packages => TRUE
5436: ,p_template_id => v_template_id);
5437: end if;
5438: