DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on PAY_ELEMENT_TEMPLATE_API

Line 503: pay_element_template_api.create_user_structure

499: else
500: l_priority := p_ele_priority;
501: end if;
502: --
503: pay_element_template_api.create_user_structure
504: (p_validate => false
505: ,p_effective_date => p_ele_eff_start_date
506: ,p_business_group_id => p_bg_id
507: ,p_source_template_id => l_source_template_id

Line 650: pay_element_template_api.generate_part1

646: end if;
647: --
648: hr_utility.trace('HR ONLY is :'||chk_ca_pay_installed);
649: --
650: pay_element_template_api.generate_part1
651: (p_validate => false
652: ,p_effective_date => p_ele_eff_start_date
653: ,p_hr_only => l_hr_only
654: ,p_hr_to_payroll => false

Line 660: pay_element_template_api.generate_part2

656: --
657: hr_utility.set_location('pay_ca_user_init_earn.create_user_init_earning',11);
658: --
659: if l_hr_only = FALSE then
660: pay_element_template_api.generate_part2
661: (p_validate => false
662: ,p_effective_date => p_ele_eff_start_date
663: ,p_template_id => l_template_id);
664: --

Line 1161: pay_element_template_api.delete_user_structure

1157: when others then
1158: null;
1159: end;
1160:
1161: pay_element_template_api.delete_user_structure
1162: (p_validate => false
1163: ,p_drop_formula_packages => true
1164: ,p_template_id => l_template_id);
1165: --