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


VIEW: APPS.ASO_I_TAX_EXEMPT_REASONS_V

Object Details
Object Name: ASO_I_TAX_EXEMPT_REASONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_TAX_EXEMPT_REASONS_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_EXEMPT_REASON VARCHAR2 (80) Yes Meaning from AR Lookups for the lookup_type 'TAX_REASON'
TAX_EXEMPT_REASON_CODE VARCHAR2 (30) Yes Lookup code from AR Lookups for the lookup_type 'TAX_REASON'
ENABLED_FLAG VARCHAR2 (1) Yes Enabled flag from AR Lookups for the lookup_type 'TAX_REASON'
START_DATE_ACTIVE DATE

Start date active from AR Lookups for the lookup_type 'TAX_REASON'
END_DATE_ACTIVE DATE

End date active from AR Lookups for the lookup_type 'TAX_REASON'
Query Text

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


SELECT TAX_EXEMPT_REASON
,      TAX_EXEMPT_REASON_CODE
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.ASO_I_TAX_EXEMPT_REASONS_V;

Dependencies

[top of page]

APPS.ASO_I_TAX_EXEMPT_REASONS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS

APPS.ASO_I_TAX_EXEMPT_REASONS_V is not referenced by any database object