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


TABLE: GML.TX_TLOC_CDS

Object Details
Object Name: TX_TLOC_CDS
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
TX_TLOC_CDS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTAXLOC_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

GML.TX_TLOC_CDS does not reference any database object

GML.TX_TLOC_CDS is referenced by following:

SchemaAPPS
SynonymTX_TLOC_CDS