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


TABLE: AR.HZ_PHONE_COUNTRY_CODES

Object Details
Object Name: HZ_PHONE_COUNTRY_CODES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_PHONE_COUNTRY_CODES
Subobject Name:
Status: VALID


The HZ_PHONE_COUNTRY_CODES table stores information about the country code telephone prefix. For example, the country code prefix for France is 33.
.
The primary key for this table is TERRITORY_CODE.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_PHONE_COUNTRY_CODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTERRITORY_CODE
HZ_PHONE_COUNTRY_CODES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPHONE_COUNTRY_CODE
HZ_PHONE_COUNTRY_CODES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTIMEZONE_ID
Columns
Name Datatype Length Mandatory Comments
TERRITORY_CODE VARCHAR2 (2) Yes Foreign key to the FND_TERRITORIES table
PHONE_COUNTRY_CODE VARCHAR2 (30) Yes Country prefix for international phone numbers, such as 33 for France
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
PHONE_LENGTH NUMBER

Number of fixed telephone number digits
AREA_CODE_LENGTH NUMBER

Number of fixed area code digits
TRUNK_PREFIX VARCHAR2 (5)
Long distance telephone number prefix
INTL_PREFIX VARCHAR2 (5)
International telephone number prefix
VALIDATION_PROC VARCHAR2 (30)
PL/SQL validation procedure for telephone numbers of this country
OBJECT_VERSION_NUMBER NUMBER

Version number for locking purposes
TIMEZONE_ID NUMBER (15)
Foreign key to HZ_TIMEZONES
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TERRITORY_CODE
,      PHONE_COUNTRY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      PHONE_LENGTH
,      AREA_CODE_LENGTH
,      TRUNK_PREFIX
,      INTL_PREFIX
,      VALIDATION_PROC
,      OBJECT_VERSION_NUMBER
,      TIMEZONE_ID
FROM AR.HZ_PHONE_COUNTRY_CODES;

Dependencies

[top of page]

AR.HZ_PHONE_COUNTRY_CODES does not reference any database object

AR.HZ_PHONE_COUNTRY_CODES is referenced by following:

SchemaAPPS
SynonymHZ_PHONE_COUNTRY_CODES