DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_DEDN dependencies on PAY_ELEMENT_TEMPLATE_API

Line 387: pay_element_template_api.create_user_structure

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

Line 502: pay_element_template_api.generate_part1

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

Line 512: pay_element_template_api.generate_part2

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

Line 866: pay_element_template_api.create_user_structure

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

Line 1063: pay_element_template_api.generate_part1

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

Line 1074: pay_element_template_api.generate_part2

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

Line 1291: pay_element_template_api.delete_user_structure

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

Line 1357: pay_element_template_api.delete_user_structure

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