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


TABLE: APPS.IEC_TZ_OFFSET_MAP_CACHE

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

Temporary Table Details

APPS.IEC_TZ_OFFSET_MAP_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
OFFSET VARCHAR2 (500)
TIMEZONE_ID NUMBER

SECURITY_GROUP_ID NUMBER (15)
Query Text

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


SELECT OFFSET
,      TIMEZONE_ID
,      SECURITY_GROUP_ID
FROM APPS.IEC_TZ_OFFSET_MAP_CACHE;

Dependencies

[top of page]

APPS.IEC_TZ_OFFSET_MAP_CACHE does not reference any database object

APPS.IEC_TZ_OFFSET_MAP_CACHE is referenced by following:

SchemaAPPS
Package BodyIEC_VALIDATE_PVT - show dependent code