DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_DEDN dependencies on PAY_ELEMENT_TEMPLATE_API

Line 384: pay_element_template_api.create_user_structure

380: -- Config 2 - exclusion rule - create Total Owed related structures if 'Y'
381: -- Config 3 - exclusion rule - create SI and SF elements if 'R', no if 'N'
382: -- Config 4 - exclusion rule - create Earnings Threshold Input Value if 'Y'
383: --
384: pay_element_template_api.create_user_structure
385: (p_validate => false
386: ,p_effective_date => p_ele_eff_start_date
387: ,p_business_group_id => p_bg_id
388: ,p_source_template_id => l_source_template_id

Line 499: pay_element_template_api.generate_part1

495: end if;
496: --
497: hr_utility.trace('HR ONLY is :'||chk_ca_pay_installed);
498: --
499: pay_element_template_api.generate_part1
500: (p_validate => false
501: ,p_effective_date => p_ele_eff_start_date
502: ,p_hr_only => l_hr_only
503: ,p_hr_to_payroll => false

Line 509: pay_element_template_api.generate_part2

505: --
506: hr_utility.set_location('pay_ca_user_init_dedn.create_user_init_deduction',12);
507: --
508: if l_hr_only = FALSE then
509: pay_element_template_api.generate_part2
510: (p_validate => false
511: ,p_effective_date => p_ele_eff_start_date
512: ,p_template_id => l_template_id);
513: end if;

Line 863: pay_element_template_api.create_user_structure

859: ---------------------- Get Element Type ID of new Template-----------------
860: --
861: hr_utility.set_location('pay_ca_user_init_garn.create_user_init_garnishment',7);
862: --
863: pay_element_template_api.create_user_structure
864: (p_validate => false
865: ,p_effective_date => p_ele_eff_start_date
866: ,p_business_group_id => p_bg_id
867: ,p_source_template_id => l_source_template_id

Line 1060: pay_element_template_api.generate_part1

1056: end if;
1057: --
1058: hr_utility.trace('HR ONLY is :'||chk_ca_pay_installed);
1059: --
1060: pay_element_template_api.generate_part1
1061: (p_validate => false
1062: ,p_effective_date => p_ele_eff_start_date
1063: ,p_hr_only => l_hr_only
1064: ,p_hr_to_payroll => false

Line 1071: pay_element_template_api.generate_part2

1067: hr_utility.set_location('pay_ca_user_init_garn.create_user_init_garnishment',12);
1068:
1069: --
1070: if l_hr_only = FALSE then
1071: pay_element_template_api.generate_part2
1072: (p_validate => false
1073: ,p_effective_date => p_ele_eff_start_date
1074: ,p_template_id => l_template_id);
1075: end if;

Line 1288: pay_element_template_api.delete_user_structure

1284: exception
1285: when others then
1286: null;
1287: end;
1288: pay_element_template_api.delete_user_structure
1289: (p_validate => false
1290: ,p_drop_formula_packages => true
1291: ,p_template_id => l_template_id);
1292: --

Line 1354: pay_element_template_api.delete_user_structure

1350: when others then
1351: null;
1352: end;
1353:
1354: pay_element_template_api.delete_user_structure
1355: (p_validate => false
1356: ,p_drop_formula_packages => true
1357: ,p_template_id => l_template_id);
1358: --