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


TABLE: IGS.IGS_GE_S_LOG_ENTRY

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


IGS_GE_S_LOG_ENTRY describes the log entry details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_GE_S_LOG_ENTRY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnS_LOG_TYPE
ColumnCREATION_DT
ColumnSEQUENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
S_LOG_TYPE VARCHAR2 (30) Yes Describes the log type for which the entry exists
CREATION_DT DATE
Yes Describes the creation date of the log
SEQUENCE_NUMBER NUMBER
Yes Describes the internal sequence number of the log entry
KEY VARCHAR2 (255) Yes Describes the key of the log entry. This is a concatenated string created by the process entering records into the log. For example, it can be the concatenation of person ID, course code and unit code.For example, 9876543, A300, ABC123.
MESSAGE_NAME VARCHAR2 (30)
Describes the optional message number of the log entry. If the entry is a system message then the message number is entered rather than entering the text for every record.
TEXT VARCHAR2 (2000)
Describes the text of the log entry
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
,      SEQUENCE_NUMBER
,      KEY
,      MESSAGE_NAME
,      TEXT
,      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_ENTRY;

Dependencies

[top of page]

IGS.IGS_GE_S_LOG_ENTRY does not reference any database object

IGS.IGS_GE_S_LOG_ENTRY is referenced by following:

SchemaAPPS
SynonymIGS_GE_S_LOG_ENTRY