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


TABLE: GMI.IC_TAXN_ASC

Object Details
Object Name: IC_TAXN_ASC
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.IC_TAXN_ASC
Subobject Name:
Status: VALID


Item tax class association. This table associates items to item tax classes.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IC_TAXN_ASC_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnICTAX_CLASS
ColumnITEM_ID
Columns
Name Datatype Length Mandatory Comments
ICTAX_CLASS VARCHAR2 (8) Yes Code for the tax class.
ITEM_ID NUMBER (10) Yes Surrogate key for the item.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
TRANS_CNT NUMBER (10)
Not currently used
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
TAX_CATEGORY_ID NUMBER

Category Id for TAX_CLASS
Query Text

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


SELECT ICTAX_CLASS
,      ITEM_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      TRANS_CNT
,      DELETE_MARK
,      TEXT_CODE
,      LAST_UPDATE_LOGIN
,      TAX_CATEGORY_ID
FROM GMI.IC_TAXN_ASC;

Dependencies

[top of page]

GMI.IC_TAXN_ASC does not reference any database object

GMI.IC_TAXN_ASC is referenced by following:

SchemaAPPS
SynonymIC_TAXN_ASC