Tax Classification value not showing up[
The Tax Classification under "TAX and REPORTING" tab of supplier page does not show the values.
but when querying the below query it shows the values. Please let me know how to debug the issues.
Select distinct LOOKUP_CODE tax_code,description,tax_type
From zx_output_classifications_v Where lookup_type = 'ZX_OUTPUT_CLASSIFICATIONS'
and org_id = 0 and enabled_flag = 'Y' and fnd_date.canonical_to_date(fnd_date.date_to_canonical('18-MAR-2016')) between nvl(start_date_active, fnd_date.canonical_to_date(fnd_date.date_to_canonical('07-APR-2016')))
and nvl(end_date_active, fnd_date.canonical_to_date