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


TABLE: APPS.IEC_TZ_MAPPING_CACHE

Object Details
Object Name: IEC_TZ_MAPPING_CACHE
Object Type: TABLE
Owner: APPS
Subobject Name:
Status: VALID

Temporary Table Details

APPS.IEC_TZ_MAPPING_CACHE is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
TERRITORY_CODE VARCHAR2 (2)
AREA_CODE VARCHAR2 (10)
POSTAL_CODE VARCHAR2 (60)
TIMEZONE_ID NUMBER

SECURITY_GROUP_ID NUMBER (15)
Query Text

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


SELECT TERRITORY_CODE
,      AREA_CODE
,      POSTAL_CODE
,      TIMEZONE_ID
,      SECURITY_GROUP_ID
FROM APPS.IEC_TZ_MAPPING_CACHE;

Dependencies

[top of page]

APPS.IEC_TZ_MAPPING_CACHE does not reference any database object

APPS.IEC_TZ_MAPPING_CACHE is referenced by following:

SchemaAPPS
Package BodyIEC_VALIDATE_PVT - show dependent code