[Home] [Help]
[Dependency Information]
| Object Name: | TX_TLOC_CDS |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.TX_TLOC_CDS
|
| Subobject Name: | |
| Status: | VALID |
This table holds the definition of Tax Locations. A Tax Location is assigned to a customer and warehouse to determine which tax authorities pertain to the ship-from warehouse/customer combination. The pairing of Tax Locations is done in the table TX_TOFR_ASC.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| TX_TLOC_CDS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
TAXLOC_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAXLOC_CODE | VARCHAR2 | (10) | Yes | Tax location code. Indicates tax jurisdiction/geographic location. |
| TAXLOC_DESC | VARCHAR2 | (70) | Yes | User entered description for the tax location |
| 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 TAXLOC_CODE
, TAXLOC_DESC
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
FROM GML.TX_TLOC_CDS;
GML.TX_TLOC_CDS does not reference any database object
GML.TX_TLOC_CDS is referenced by following:
GML
TX_TLOC_CDS#
|
|
|
|