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


TABLE: IEC.IEC_O_RELEASE_CTLS_TL

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


The translation table used for storing the individual release control algorithms.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_RELEASE_CTLS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELEASE_CONTROL_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
RELEASE_CONTROL_ID NUMBER (15) Yes Unique Identifier
RELEASE_CONTROL_NAME VARCHAR2 (64) Yes The unique name of the release control algorithm.
LANGUAGE VARCHAR2 (4) Yes Language of the current record
SOURCE_LANG VARCHAR2 (4) Yes The language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
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 (9) Yes Used for locking in HTML applications.
SECURITY_GROUP_ID NUMBER (15)
Standard Who column.
Query Text

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


SELECT RELEASE_CONTROL_ID
,      RELEASE_CONTROL_NAME
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_O_RELEASE_CTLS_TL;

Dependencies

[top of page]

IEC.IEC_O_RELEASE_CTLS_TL does not reference any database object

IEC.IEC_O_RELEASE_CTLS_TL is referenced by following:

SchemaAPPS
SynonymIEC_O_RELEASE_CTLS_TL