[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GE_S_LOG |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_GE_S_LOG
|
| Subobject Name: | |
| Status: | VALID |
IGS_GE_S_LOG describes the system log details.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_GE_S_LOG_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
S_LOG_TYPE
CREATION_DT
|
| 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 |
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;
IGS.IGS_GE_S_LOG does not reference any database object
IGS.IGS_GE_S_LOG is referenced by following:
APPS
IGS_GE_S_LOG
|
|
|
|