[Home] [Help]
[Dependency Information]
Object Name: | TX_TOFR_ASC |
---|---|
Object Type: | TABLE |
Owner: | GML |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
TX_TOFR_ASC_PK | NORMAL | UNIQUE |
![]() |
![]() |
TX_TOFR_ASC_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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. |
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;
GML.TX_TOFR_ASC does not reference any database object
GML.TX_TOFR_ASC is referenced by following:
|
|
|