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


TABLE: APPS.IEC_TC_TZ_PAIRS_CACHE

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

Temporary Table Details

APPS.IEC_TC_TZ_PAIRS_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
SUBSET_ID NUMBER

TERRITORY_CODE VARCHAR2 (2)
REGION_ID NUMBER

TIMEZONE_ID NUMBER

TC_TZ_PAIR_ID NUMBER

RECORD_COUNT NUMBER

CACHE_ONLY_FLAG VARCHAR2 (1)
SECURITY_GROUP_ID NUMBER (15)
Query Text

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


SELECT SUBSET_ID
,      TERRITORY_CODE
,      REGION_ID
,      TIMEZONE_ID
,      TC_TZ_PAIR_ID
,      RECORD_COUNT
,      CACHE_ONLY_FLAG
,      SECURITY_GROUP_ID
FROM APPS.IEC_TC_TZ_PAIRS_CACHE;

Dependencies

[top of page]

APPS.IEC_TC_TZ_PAIRS_CACHE does not reference any database object

APPS.IEC_TC_TZ_PAIRS_CACHE is referenced by following:

SchemaAPPS
Package BodyIEC_VALIDATE_PVT - show dependent code