DBA Data[Home] [Help]

APPS.PAY_GB_EPS_13 dependencies on HR_ORGANIZATION_INFORMATION

Line 1294: from hr_organization_information hoi

1290: l_current_tax_year varchar2(4);
1291:
1292: cursor csr_sender_id is
1293: select nvl(UPPER(substr(hoi.org_information11,1,35)),' ') SENDER_ID
1294: from hr_organization_information hoi
1295: where hoi.org_information_context = 'Tax Details References'
1296: and nvl(hoi.org_information10,'UK') = 'UK'
1297: and hoi.org_information1 = emp_paye_reference;
1298: