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


TABLE: IEC.IEC_G_REGION_MAPPINGS

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


The IEC_G_REGION_MAPPINGS table stores information about mapping a phone area code (defined in HZ_PHONE_AREA_CODES) to a region (defined in JTF_LOC_AREAS_B).


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_G_REGION_MAPPINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTERRITORY_CODE
ColumnPHONE_AREA_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
TERRITORY_CODE VARCHAR2 (2) Yes ISO country code, this column is a foreign key to FND_TERRITORIES.
PHONE_AREA_CODE VARCHAR2 (30) Yes Phone area code.
REGION_ID NUMBER (15) Yes The particular region which is used in combination with the country code and time zone to represent a callable area for the marketing item that this entry represents.
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.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT TERRITORY_CODE
,      PHONE_AREA_CODE
,      REGION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IEC.IEC_G_REGION_MAPPINGS;

Dependencies

[top of page]

IEC.IEC_G_REGION_MAPPINGS does not reference any database object

IEC.IEC_G_REGION_MAPPINGS is referenced by following:

SchemaIEC
ViewIEC_G_REGION_MAPPINGS#