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


TABLE: IGS.IGS_GE_S_ERROR_LOG

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


IGS_GE_S_ERROR_LOG contains errors that have been logged by PL/SQL procedures or functions that have unhandled exception.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_GE_S_ERROR_LOG_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEQUENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
SEQUENCE_NUMBER NUMBER (6) Yes Identifies each and every row uniquely. It contains sequence generated data
PROGRAM_UNIT VARCHAR2 (70)
Contains name of the PLSQL procedures and functions
SQL_ERROR_NUM NUMBER

Contains number of the SQL error that is displayed due to the unhandled exception
SQL_ERROR_MESSAGE VARCHAR2 (512)
Contains message of the SQL error which is displayed due to the unhandled exception
OTHER_DETAIL VARCHAR2 (255)
Contains details of the SQL error other than the error number and error message, that is displayed due to the unhandled exception.
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 SEQUENCE_NUMBER
,      PROGRAM_UNIT
,      SQL_ERROR_NUM
,      SQL_ERROR_MESSAGE
,      OTHER_DETAIL
,      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_ERROR_LOG;

Dependencies

[top of page]

IGS.IGS_GE_S_ERROR_LOG does not reference any database object

IGS.IGS_GE_S_ERROR_LOG is referenced by following:

SchemaAPPS
SynonymIGS_GE_S_ERROR_LOG