DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on PAY_ELEMENT_TEMPLATE_API

Line 498: pay_element_template_api.create_user_structure

494: else
495: l_priority := p_ele_priority;
496: end if;
497: --
498: pay_element_template_api.create_user_structure
499: (p_validate => false
500: ,p_effective_date => p_ele_eff_start_date
501: ,p_business_group_id => p_bg_id
502: ,p_source_template_id => l_source_template_id

Line 642: pay_element_template_api.generate_part1

638: end if;
639: --
640: hr_utility.trace('HR ONLY is :'||chk_ca_pay_installed);
641: --
642: pay_element_template_api.generate_part1
643: (p_validate => false
644: ,p_effective_date => p_ele_eff_start_date
645: ,p_hr_only => l_hr_only
646: ,p_hr_to_payroll => false

Line 652: pay_element_template_api.generate_part2

648: --
649: hr_utility.set_location('pay_ca_user_init_earn.create_user_init_earning',11);
650: --
651: if l_hr_only = FALSE then
652: pay_element_template_api.generate_part2
653: (p_validate => false
654: ,p_effective_date => p_ele_eff_start_date
655: ,p_template_id => l_template_id);
656: --

Line 1153: pay_element_template_api.delete_user_structure

1149: when others then
1150: null;
1151: end;
1152:
1153: pay_element_template_api.delete_user_structure
1154: (p_validate => false
1155: ,p_drop_formula_packages => true
1156: ,p_template_id => l_template_id);
1157: --