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


VIEW: APPS.IC_TAXN_CLS_VW

Object Details
Object Name: IC_TAXN_CLS_VW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMI.IC_TAXN_CLS_VW
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

A public view which may be useful for custom reporting or other data
requirements.


This view is used for backward compatibility for tax classes. It provides the tax class details in the same format as the old IC_TAXN_CLS table by selecting the data from the OPM Item Category assignments.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ICTAX_CLASS VARCHAR2 (8)
TAX_CATEGORY_ID NUMBER
Yes
ICTAX_CLASS_DESC VARCHAR2 (70)
CREATION_DATE DATE
Yes
LAST_UPDATE_DATE DATE
Yes
CREATED_BY NUMBER
Yes
LAST_UPDATED_BY NUMBER
Yes
IN_USE NUMBER

DELETE_MARK NUMBER

TEXT_CODE NUMBER

LAST_UPDATE_LOGIN NUMBER

Query Text

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


SELECT ICTAX_CLASS
,      TAX_CATEGORY_ID
,      ICTAX_CLASS_DESC
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      IN_USE
,      DELETE_MARK
,      TEXT_CODE
,      LAST_UPDATE_LOGIN
FROM APPS.IC_TAXN_CLS_VW;

Dependencies

[top of page]

APPS.IC_TAXN_CLS_VW references the following:

SchemaAPPS
SynonymGMI_CATEGORY_SETS
ViewMTL_CATEGORIES_V
SynonymMTL_CATEGORY_SETS
APPS.IC_TAXN_CLS_VW is referenced by following:

SchemaAPPS
SynonymIC_TAXN_CLS