DBA Data[Home] [Help]

APPS.PAY_GB_EPS dependencies on HR_ORGANIZATION_INFORMATION

Line 1159: from hr_organization_information hoi

1155: l_current_tax_year varchar2(4);
1156:
1157: cursor csr_sender_id is
1158: select nvl(UPPER(substr(hoi.org_information11,1,35)),' ') SENDER_ID
1159: from hr_organization_information hoi
1160: where hoi.org_information_context = 'Tax Details References'
1161: and nvl(hoi.org_information10,'UK') = 'UK'
1162: and hoi.org_information1 = emp_paye_reference;
1163: