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


TABLE: GML.TX_TOFR_ASC

Object Details
Object Name: TX_TOFR_ASC
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.TX_TOFR_ASC
Subobject Name:
Status: VALID


This table maintains the pairing of Tax Locations as Ship-From (TAXLOC_FROM) and Ship-To (TAXLOC_TO) Locations. These pairings are then assigned Tax Authorities which will be used to calculate taxes. The assigned Tax Authorities are contained in the table TX_TLOC_ASC.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
TX_TOFR_ASC_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTAXLOC_ID
TX_TOFR_ASC_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTAXLOC_TO
ColumnTAXLOC_FROM
Columns
Name Datatype Length Mandatory Comments
TAXLOC_ID NUMBER (10) Yes Surrogate key for table.
TAXLOC_TO VARCHAR2 (10) Yes Tax location code for ship to 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
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
IN_USE 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
TAXLOC_FROM VARCHAR2 (10) Yes Tax location code for ship-from location.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TAXLOC_ID
,      TAXLOC_TO
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      IN_USE
,      DELETE_MARK
,      TEXT_CODE
,      TAXLOC_FROM
FROM GML.TX_TOFR_ASC;

Dependencies

[top of page]

GML.TX_TOFR_ASC does not reference any database object

GML.TX_TOFR_ASC is referenced by following:

SchemaAPPS
SynonymTX_TOFR_ASC