DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ASO_I_TAX_CODES_V

Object Details
Object Name: ASO_I_TAX_CODES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_TAX_CODES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
TAX_CODE VARCHAR2 (50) Yes The tax code associated with a rate user specified in the Tax Codes and Rates window
TAX_RATE NUMBER

The tax rate associated with the tax code the user specified in the Tax Codes and Rates window
START_DATE DATE
Yes First date that the tax code is active
END_DATE DATE

Last date that the tax code is active
TAX_TYPE VARCHAR2 (30) Yes This is a lookup column that uses the lookup_type TAX_TYPE.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TAX_CODE
,      TAX_RATE
,      START_DATE
,      END_DATE
,      TAX_TYPE
FROM APPS.ASO_I_TAX_CODES_V;

Dependencies

[top of page]

APPS.ASO_I_TAX_CODES_V references the following:

SchemaAPPS
SynonymAR_SYSTEM_PARAMETERS
SynonymAR_VAT_TAX

APPS.ASO_I_TAX_CODES_V is not referenced by any database object