DBA Data[Home] [Help]

APPS.PAY_CA_T4_REG dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 857: if (l_report_type = 'T4_XML' and nvl(pay_us_employee_payslip_web.get_doc_eit('T4PDF',

853: if (lv_negative_bal_flag = 'N' or
854: lv_negative_bal_flag is null) then
855:
856: -- Changes for bug 15886428 starts
857: if (l_report_type = 'T4_XML' and nvl(pay_us_employee_payslip_web.get_doc_eit('T4PDF',
858: 'PRINT',
859: 'ASSIGNMENT',
860: l_asg_id,
861: l_effective_end_date),'Y') = 'Y') or l_report_type <> 'T4_XML' then

Line 1150: if (l_report_type = 'T4_XML' and nvl(pay_us_employee_payslip_web.get_doc_eit('T4PDF',

1146: if (lv_negative_bal_flag = 'N' or
1147: lv_negative_bal_flag is null) then
1148:
1149: -- Changes for bug 15886428 starts
1150: if (l_report_type = 'T4_XML' and nvl(pay_us_employee_payslip_web.get_doc_eit('T4PDF',
1151: 'PRINT',
1152: 'ASSIGNMENT',
1153: l_asg_id,
1154: l_effective_end_date),'Y') = 'Y') or l_report_type <> 'T4_XML' then