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


TABLE: IEC.IEC_G_CC_AC_TC_MAPS

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


The IEC_G_CC_AC_TC_MAPS table stores information about mapping a phone country code and phone area code to a territory code.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_G_CC_AC_TC_MAPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCC_AC_TC_MAP_ID
IEC_G_CC_AC_TC_MAPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTERRITORY_CODE
IEC_G_CC_AC_TC_MAPS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPHONE_COUNTRY_CODE
ColumnPHONE_AREA_CODE
ColumnREGION_ID
Columns
Name Datatype Length Mandatory Comments
CC_AC_TC_MAP_ID NUMBER (15) Yes Unique Identifier
PHONE_COUNTRY_CODE VARCHAR2 (240) Yes Country prefix for dialing international phone numbers.
PHONE_AREA_CODE VARCHAR2 (240) Yes Phone area code.
TERRITORY_CODE VARCHAR2 (240) Yes ISO country code, this column is a foreign key to FND_TERRITORIES.
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.
REGION_ID NUMBER (15)
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.
Query Text

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


SELECT CC_AC_TC_MAP_ID
,      PHONE_COUNTRY_CODE
,      PHONE_AREA_CODE
,      TERRITORY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      REGION_ID
FROM IEC.IEC_G_CC_AC_TC_MAPS;

Dependencies

[top of page]

IEC.IEC_G_CC_AC_TC_MAPS does not reference any database object

IEC.IEC_G_CC_AC_TC_MAPS is referenced by following:

SchemaAPPS
SynonymIEC_G_CC_AC_TC_MAPS