[Home] [Help]
[Dependency Information]
Object Name: | TX_TAXA_STS |
---|---|
Object Type: | TABLE |
Owner: | GML |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains user-defined tax status codes which are assigned during tax calculation and tax entry. If a status code of "exempt" or "export" is assigned, then no tax is calculated or a zero tax is assigned. Only one indicator (EXEMPT_IND, TAXABLE_IND, EXPORT_IND) may have a value of one for any record.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
TX_TAXA_STS_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TAX_STATUS | VARCHAR2 | (4) | Yes | User defined tax status code. |
STATUS_DESC | VARCHAR2 | (70) | Yes | Description of the status code |
EXEMPT_IND | NUMBER | (5) | Yes | 0=not tax exempt status; 1=tax exempt status. |
TAXABLE_IND | NUMBER | (5) | Yes | 0=not taxable status; 1=taxable status. |
EXPORT_IND | NUMBER | (5) | Yes | 0=not export status; 1=export status. |
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 |
LAST_UPDATE_LOGIN | NUMBER | (15) | 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 |
Cut, paste (and edit) the following text to query this object:
SELECT TAX_STATUS
, STATUS_DESC
, EXEMPT_IND
, TAXABLE_IND
, EXPORT_IND
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
FROM GML.TX_TAXA_STS;
GML.TX_TAXA_STS does not reference any database object
GML.TX_TAXA_STS is referenced by following:
|
|
|