[Home] [Help]
[Dependency Information]
Object Name: | FND_TERRITORIES_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_TERRITORIES_TL stores translated information for countries,
alternatively known as territories. Each row includes the two-letter
upper case ISO (International Standards Organization) 3166 entity
name as the territory code, the short name for the territory,
an Oracle internal territory code, and a description of the
territory. Each row also includes an Oracle internal language
code specifying what language the information in the row is in.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_TERRITORIES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_TERRITORIES_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERRITORY_CODE | VARCHAR2 | (2) | Yes | The code for the territory |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | Yes | The short name that stands for the territory |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
Cut, paste (and edit) the following text to query this object:
SELECT TERRITORY_CODE
, LANGUAGE
, TERRITORY_SHORT_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DESCRIPTION
, SOURCE_LANG
FROM APPLSYS.FND_TERRITORIES_TL;
APPLSYS.FND_TERRITORIES_TL does not reference any database object
APPLSYS.FND_TERRITORIES_TL is referenced by following:
|
|
|