[Home] [Help]
[Dependency Information]
| Object Name: | IC_TAXN_ASC |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.IC_TAXN_ASC
|
| Subobject Name: | |
| Status: | VALID |
Item tax class association. This table associates items to item tax classes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IC_TAXN_ASC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ICTAX_CLASS
ITEM_ID
|
| 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 |
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;
GMI.IC_TAXN_ASC does not reference any database object
GMI.IC_TAXN_ASC is referenced by following:
APPS
IC_TAXN_ASC
|
|
|
|