[Home] [Help]
[Dependency Information]
Object Name: | IC_COMD_CDS |
---|---|
Object Type: | TABLE |
Owner: | GMI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Commodity Codes Table. This table contains information about the commodity codes which are used by the Intrastat Module.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IC_COMD_CDS_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMMODITY_CODE | VARCHAR2 | (9) | Yes | Reference code associated with a product class. Used for exporting/importing among European countries. |
COMMODITY_DESC | VARCHAR2 | (72) | Yes | Description of the commodity code. |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT COMMODITY_CODE
, COMMODITY_DESC
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
FROM GMI.IC_COMD_CDS;
GMI.IC_COMD_CDS does not reference any database object
GMI.IC_COMD_CDS is referenced by following:
|
|
|