[Home] [Help]
[Dependency Information]
| Object Name: | HZ_ADAPTER_TERRITORIES |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_ADAPTER_TERRITORIES
|
| Subobject Name: | |
| Status: | VALID |
The HZ_ADAPTER_TERRITORIES table stores information about the countries or territories that are supported for a particular data integration service adapter. The stored information includes the country or territory code and whether the adapter is enabled or the default to use for the country
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_ADAPTER_TERRITORIES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ADAPTER_ID
TERRITORY_CODE
|
| HZ_ADAPTER_TERRITORIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
TERRITORY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADAPTER_ID | NUMBER | (15) | Yes | The number that uniquely identifies this adapter |
| TERRITORY_CODE | VARCHAR2 | (30) | Yes | The country or territory that is supported by the adapter |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the adapter is enabled or not for this particular country or territory.Y denotes enabled, N denotes disabled. |
| DEFAULT_FLAG | VARCHAR2 | (1) | Yes | Indicates whether this adapter is the default adapter to use for this country or territory |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Version number for locking purposes | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ADAPTER_ID
, TERRITORY_CODE
, ENABLED_FLAG
, DEFAULT_FLAG
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
FROM AR.HZ_ADAPTER_TERRITORIES;
AR.HZ_ADAPTER_TERRITORIES does not reference any database object
AR.HZ_ADAPTER_TERRITORIES is referenced by following:
AR
HZ_ADAPTER_TERRITORIES#
|
|
|
|