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


TABLE: GML.TX_TLOC_ASC

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


This table contains the Tax Authorities (TAXAUTH_ID) that apply for a pair of tax locations. Any number of tax authorities can be defined for a pair of tax locations. The "pairing" of tax locations is maintained in the table TX_TOFR_ASC. The CALC_SEQUENCE determines the order in which taxes will be calculated; if the order is not important, then the CALC_SEQUENCE will equal zero. Calculation sequence is used mostly in Canada where taxes from one authority are included in calculating taxes for another authority.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
TX_TLOC_ASC_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTAXLOC_ID
ColumnTAXAUTH_ID
Columns
Name Datatype Length Mandatory Comments
TAXLOC_ID NUMBER (10) Yes In tx_tofr_asc.
TAXAUTH_ID NUMBER (10) Yes In tx_taxa_mst.
CALC_SEQUENCE NUMBER (5) Yes Order of calculation or 0 if not relevant.
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
Query Text

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


SELECT TAXLOC_ID
,      TAXAUTH_ID
,      CALC_SEQUENCE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      DELETE_MARK
,      TEXT_CODE
FROM GML.TX_TLOC_ASC;

Dependencies

[top of page]

GML.TX_TLOC_ASC does not reference any database object

GML.TX_TLOC_ASC is referenced by following:

SchemaAPPS
SynonymTX_TLOC_ASC