DBA Data[Home] [Help]

APPS.PAY_ZA_EOY_VAL dependencies on HR_LOOKUPS

Line 1820: from hr_lookups

1816:
1817: --Certificate Type
1818: select meaning
1819: into l_cert_type
1820: from hr_lookups
1821: where lookup_type='ZA_TAX_CERTIFICATES' and lookup_code=P_CERT_TYPE;
1822:
1823: hr_utility.set_location('l_legal_entity: '||l_legal_entity,10);
1824: hr_utility.set_location('l_cert_type: '||l_cert_type,10);