DBA Data[Home] [Help]

APPS.PAY_CA_RL2_REG dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 527: if (l_report_type = 'RL2PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',

523: close c_get_asg_id;
524: end if;
525: end if;
526:
527: if (l_report_type = 'RL2PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',
528: 'PRINT',
529: 'ASSIGNMENT',
530: l_primary_asg,
531: l_effective_end_date),'Y') = 'Y') or l_report_type <> 'RL2PAPERPDF' then

Line 569: end if; --pay_us_employee_payslip_web.get_doc_eit

565: l_prev_pre_org_id := l_pre_org_id;
566:
567: end if;
568: close c_archived_person_info;
569: end if; --pay_us_employee_payslip_web.get_doc_eit
570: end loop;
571: end if;
572:
573: end loop;

Line 705: if (l_report_type = 'RL2PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',

701: close c_get_asg_id;
702: end if;
703: end if;
704:
705: if (l_report_type = 'RL2PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL2PDF',
706: 'PRINT',
707: 'ASSIGNMENT',
708: l_primary_asg,
709: l_effective_end_date),'Y') = 'Y') or l_report_type <> 'RL2PAPERPDF' then

Line 747: end if; --pay_us_employee_payslip_web.get_doc_eit

743: l_prev_pre_org_id := l_pre_org_id;
744:
745: end if;
746: close c_archived_person_info;
747: end if; --pay_us_employee_payslip_web.get_doc_eit
748: end loop;
749: end if;
750:
751: end loop;