[Home] [Help]
[Dependency Information]
Object Name: | FND_TERRITORIES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_TERRITORIES stores information for countries, alternatively
known as territories. Each row includes the two-letter upper case
ISO (International Standards Organization) 3166 entity name
(TERRITORY_CODE), such as 'US', the ISO numeric
entity code (ISO_NUMERIC_CODE), the European Union (EU) numeric
entity code, an alternative territory code,
and the style and validation required for addresses and bank
numbers in the territory. Each row also includes an
Oracle internal territory code (NLS_TERRITORY).
.
Tablespace: | ![]() |
---|---|
PCT Free: | 1 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_TERRITORIES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_TERRITORIES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERRITORY_CODE | VARCHAR2 | (2) | Yes | The code for the territory |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
ISO_NUMERIC_CODE | VARCHAR2 | (3) | The ISO numeric entity code | |
ALTERNATE_TERRITORY_CODE | VARCHAR2 | (30) | The 'VAT' member state code' for countries within the European Economic Community | |
ADDRESS_STYLE | VARCHAR2 | (30) | The style of address used in a given country | |
ADDRESS_VALIDATION | VARCHAR2 | (30) | Validation that is required for addresses in a particular country | |
BANK_INFO_STYLE | VARCHAR2 | (30) | Style for bank numbers used in a particular country | |
BANK_INFO_VALIDATION | VARCHAR2 | (30) | Validation that is required for banks in a particular country | |
NLS_TERRITORY | VARCHAR2 | (30) | The territory using the language | |
EU_CODE | VARCHAR2 | (3) | The EU numeric entity code | |
OBSOLETE_FLAG | VARCHAR2 | (1) | Yes | Y or N (Y for obsolete territories) |
ISO_TERRITORY_CODE | VARCHAR2 | (3) | The ISO 3 character code for the territory | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TERRITORY_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ISO_NUMERIC_CODE
, ALTERNATE_TERRITORY_CODE
, ADDRESS_STYLE
, ADDRESS_VALIDATION
, BANK_INFO_STYLE
, BANK_INFO_VALIDATION
, NLS_TERRITORY
, EU_CODE
, OBSOLETE_FLAG
, ISO_TERRITORY_CODE
, ZD_EDITION_NAME
FROM APPLSYS.FND_TERRITORIES;
APPLSYS.FND_TERRITORIES does not reference any database object
APPLSYS.FND_TERRITORIES is referenced by following:
|
|
|