DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_CANCELLED_PKG dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 943: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',

939: /* Create an assignment action for this person */
940: hr_utility.trace('get_latest_rl1_cancelled_dtls found ');
941: hr_utility.trace('Report Type: '||lv_report_type);
942:
943: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',
944: 'PRINT',
945: 'ASSIGNMENT',
946: ln_primary_assignment_id,
947: l_effective_end_date),'Y') = 'Y' then

Line 1004: end if; --pay_us_employee_payslip_web.get_doc_eit

1000: hr_nonrun_asact.insint(ln_rl1_cancelled_asg_action,ln_arch_act_to_lock);
1001: hr_utility.trace('Locking the Archiver Assignment Action');
1002: hr_utility.trace('Locking Action'||ln_rl1_cancelled_asg_action);
1003: hr_utility.trace('Locked Action = ' || to_char(ln_arch_act_to_lock));
1004: end if; --pay_us_employee_payslip_web.get_doc_eit
1005:
1006: end if; /* get_latest_rl1_cancelled_dtls found*/
1007:
1008: end loop; /* get_latest_rl1_cancelled_dtls loop */

Line 1092: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',

1088: /* Create an assignment action for this person */
1089: hr_utility.trace('get_reprint_RL1amendpdf_dtls found ');
1090: hr_utility.trace('Report Type: '||lv_report_type);
1091:
1092: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',
1093: 'PRINT',
1094: 'ASSIGNMENT',
1095: ln_primary_assignment_id,
1096: l_effective_end_date),'Y') = 'Y' then

Line 1136: end if; --pay_us_employee_payslip_web.get_doc_eit

1132: where aa.assignment_action_id = ln_rl1_cancelled_asg_action;
1133: hr_utility.trace('lv_prov_of_emp :'||substr(ln_serial_number,1,2));
1134: hr_utility.trace('Archiver Asg Act :'||substr(ln_serial_number,3,14));
1135: hr_utility.trace('Archiver PactID :'||substr(ln_serial_number,17,14));
1136: end if; --pay_us_employee_payslip_web.get_doc_eit
1137:
1138: end if; /* get_reprint_RL1amendpdf_dtls found*/
1139:
1140: end loop; /* get_reprint_Rl1amendpdf_dtls loop */