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


TABLE: AR.HZ_PHONE_AREA_CODES

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


The HZ_PHONE_AREA_CODES table stores the telephone area
codes used for a particular country.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_PHONE_AREA_CODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTERRITORY_CODE
ColumnAREA_CODE
ColumnZD_EDITION_NAME
HZ_PHONE_AREA_CODES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPHONE_COUNTRY_CODE
ColumnAREA_CODE
HZ_PHONE_AREA_CODES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTIMEZONE_ID
Columns
Name Datatype Length Mandatory Comments
TERRITORY_CODE VARCHAR2 (2) Yes Territory or country of the area code
PHONE_COUNTRY_CODE VARCHAR2 (30) Yes Country prefix for international telephone numbers
AREA_CODE VARCHAR2 (30) Yes Telephone area code
DESCRIPTION VARCHAR2 (255)
Description of the ARea code .
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).
OBJECT_VERSION_NUMBER NUMBER

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

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


SELECT TERRITORY_CODE
,      PHONE_COUNTRY_CODE
,      AREA_CODE
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
,      TIMEZONE_ID
,      ZD_EDITION_NAME
FROM AR.HZ_PHONE_AREA_CODES;

Dependencies

[top of page]

AR.HZ_PHONE_AREA_CODES does not reference any database object

AR.HZ_PHONE_AREA_CODES is referenced by following:

SchemaAR
ViewHZ_PHONE_AREA_CODES#