DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on HR_LOOKUPS

Line 1451: from hr_lookups

1447: if g_tax_status is null or g_tax_status <> l_tax_status then
1448:
1449: select meaning
1450: into g_tax_status_meaning
1451: from hr_lookups
1452: where lookup_type = 'ZA_TAX_STATUS'
1453: and application_id = 800
1454: and lookup_code = l_tax_status;
1455: