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


TABLE: AR.HZ_ADAPTER_TERRITORIES

Object Details
Object Name: HZ_ADAPTER_TERRITORIES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.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


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_ADAPTER_TERRITORIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnADAPTER_ID
ColumnTERRITORY_CODE
HZ_ADAPTER_TERRITORIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTERRITORY_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.HZ_ADAPTER_TERRITORIES does not reference any database object

AR.HZ_ADAPTER_TERRITORIES is referenced by following:

SchemaAR
ViewHZ_ADAPTER_TERRITORIES#