DBA Data[Home] [Help]

APPS.PAY_CA_RL1_REG dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 666: if (l_report_type = 'RL1PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',

662: close c_get_asg_id;
663: end if;
664: end if;
665:
666: if (l_report_type = 'RL1PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',
667: 'PRINT',
668: 'ASSIGNMENT',
669: l_primary_asg,
670: l_effective_end_date),'Y') = 'Y') or l_report_type <> 'RL1PAPERPDF' then

Line 710: end if; --pay_us_employee_payslip_web.get_doc_eit

706: l_prev_pre_organization_id := l_pre_organization_id;
707:
708: end if;
709: close c_archived_person_info;
710: end if; --pay_us_employee_payslip_web.get_doc_eit
711: end loop;
712: end if;
713:
714: end loop;

Line 854: if (l_report_type = 'RL1PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',

850: close c_get_asg_id;
851: end if;
852: end if;
853:
854: if (l_report_type = 'RL1PAPERPDF' and nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',
855: 'PRINT',
856: 'ASSIGNMENT',
857: l_primary_asg,
858: l_effective_end_date),'Y') = 'Y') or l_report_type <> 'RL1PAPERPDF' then

Line 898: end if; --pay_us_employee_payslip_web.get_doc_eit

894: l_prev_pre_organization_id := l_pre_organization_id;
895:
896: end if;
897: close c_archived_person_info;
898: end if; --pay_us_employee_payslip_web.get_doc_eit
899: end loop;
900: end if;
901:
902: end loop;