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


TABLE: IGS.IGS_GE_S_LOG

Object Details
Object Name: IGS_GE_S_LOG
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_GE_S_LOG
Subobject Name:
Status: VALID


IGS_GE_S_LOG describes the system log details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_GE_S_LOG_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnS_LOG_TYPE
ColumnCREATION_DT
Columns
Name Datatype Length Mandatory Comments
S_LOG_TYPE VARCHAR2 (30) Yes Describes the type of system log which the record is against
CREATION_DT DATE
Yes Desribes the creation date of the log
KEY VARCHAR2 (255)
Describes the optional key record for the log. This is inserted by the process keeping the log, and is typically concatenated information used to identify the log. For example, calendar type and sequencenumber may be stored as ACAD-YR, 28.
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
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
Query Text

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


SELECT S_LOG_TYPE
,      CREATION_DT
,      KEY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM IGS.IGS_GE_S_LOG;

Dependencies

[top of page]

IGS.IGS_GE_S_LOG does not reference any database object

IGS.IGS_GE_S_LOG is referenced by following:

SchemaAPPS
SynonymIGS_GE_S_LOG