DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_CANCEL_PKG dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 926: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',

922: ln_tax_unit_id := ln_pre_id_null;
923: end if;
924:
925:
926: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',
927: 'PRINT',
928: 'ASSIGNMENT',
929: ln_primary_assignment_id,
930: l_effective_end_date),'Y') = 'Y' then

Line 992: end if; -- pay_us_employee_payslip_web.get_doc_eit

988: hr_utility.trace('Locking the Archiver Assignment Action');
989: hr_utility.trace('Locking Action'||ln_rl2_cancel_asg_action);
990: hr_utility.trace('Locked Action = ' || to_char(ln_arch_act_to_lock));
991:
992: end if; -- pay_us_employee_payslip_web.get_doc_eit
993:
994: end if; /* get_latest_rl2_cancel_dtls found*/
995:
996: end loop; /* get_latest_rl2_cancel_dtls loop */

Line 1075: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',

1071: if ln_pre_parameter is NULL then
1072: ln_tax_unit_id := ln_pre_id_null;
1073: end if;
1074:
1075: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',
1076: 'PRINT',
1077: 'ASSIGNMENT',
1078: ln_primary_assignment_id,
1079: l_effective_end_date),'Y') = 'Y' then

Line 1119: end if; -- pay_us_employee_payslip_web.get_doc_eit

1115: where aa.assignment_action_id = ln_rl2_cancel_asg_action;
1116: hr_utility.trace('lv_prov_of_emp :'||substr(ln_serial_number,1,2));
1117: hr_utility.trace('Archiver Asg Act :'||substr(ln_serial_number,3,14));
1118: hr_utility.trace('Archiver PactID :'||substr(ln_serial_number,17,14));
1119: end if; -- pay_us_employee_payslip_web.get_doc_eit
1120:
1121: end if; /* get_reprint_rl2amendpdf_dtls found*/
1122:
1123: end loop; /* get_reprint_rl2amendpdf_dtls loop */