DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on ZX_INPUT_CLASSIFICATIONS_V

Line 662: FROM zx_input_classifications_v

658: -- Start of the bug#11705804
659:
660: cursor csr_valid_tax_name IS
661: SELECT NULL
662: FROM zx_input_classifications_v
663: WHERE nvl(end_date_active, hr_api.g_eot ) >= p_effective_date
664: AND lookup_type = 'ZX_INPUT_CLASSIFICATIONS'
665: AND lookup_code = p_tax_name ;
666: -- AND tax_class = 'INPUT';