DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on HR_LOOKUPS

Line 1316: from hr_lookups

1312: if g_tax_status is null or g_tax_status <> l_tax_status then
1313:
1314: select meaning
1315: into g_tax_status_meaning
1316: from hr_lookups
1317: where lookup_type = 'ZA_TAX_STATUS'
1318: and application_id = 800
1319: and lookup_code = l_tax_status;
1320: