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


TABLE: IEC.IEC_G_TIMEZONE_MAPPINGS

Object Details
Object Name: IEC_G_TIMEZONE_MAPPINGS
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


The IEC_G_TIMEZONE_MAPPINGS table stores information about mapping a phone country code, phone area code, territory code, state, and postal code to a time zone.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_G_TIMEZONE_MAPPINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTIMEZONE_MAPPING_ID
IEC_G_TIMEZONE_MAPPINGS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTERRITORY_CODE
ColumnPHONE_AREA_CODE
ColumnPOSTAL_CODE
Columns
Name Datatype Length Mandatory Comments
TIMEZONE_MAPPING_ID NUMBER
Yes Unique Identifier.
TERRITORY_CODE VARCHAR2 (2) Yes ISO country code, this column is a foreign key to FND_TERRITORIES.
STATE VARCHAR2 (60)
State or province name.
PHONE_AREA_CODE VARCHAR2 (10)
Phone area code.
POSTAL_CODE VARCHAR2 (60)
Postal code.
TIMEZONE_ID NUMBER

Timezone identifier. Foreign key to the HZ_TIMEZONES table.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Used for locking in HTML applications.
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments.
Query Text

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


SELECT TIMEZONE_MAPPING_ID
,      TERRITORY_CODE
,      STATE
,      PHONE_AREA_CODE
,      POSTAL_CODE
,      TIMEZONE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_G_TIMEZONE_MAPPINGS;

Dependencies

[top of page]

IEC.IEC_G_TIMEZONE_MAPPINGS does not reference any database object

IEC.IEC_G_TIMEZONE_MAPPINGS is referenced by following:

SchemaAPPS
SynonymIEC_G_TIMEZONE_MAPPINGS