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


VIEW: APPS.ASO_I_TAX_STATUSES_V

Object Details
Object Name: ASO_I_TAX_STATUSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_TAX_STATUSES_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_STATUS VARCHAR2 (80) Yes Poulated from Meaning of AR_LOOKUPS to show the TAX STATUS
TAX_EXEMPT_FLAG VARCHAR2 (30) Yes lookup code from AR_LOOKUPS where lookup_type = 'TAX_CONTROL_FLAG'
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag
START_DATE_ACTIVE DATE

Activation Start Date for Tax Status
END_DATE_ACTIVE DATE

End Date for Activation of Tax Status Code
Query Text

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


SELECT TAX_STATUS
,      TAX_EXEMPT_FLAG
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.ASO_I_TAX_STATUSES_V;

Dependencies

[top of page]

APPS.ASO_I_TAX_STATUSES_V references the following:

SchemaAPPS
ViewAR_LOOKUPS

APPS.ASO_I_TAX_STATUSES_V is not referenced by any database object