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


VIEW: APPS.IGS_GE_S_LOG_ENTRY_V

Object Details
Object Name: IGS_GE_S_LOG_ENTRY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_GE_S_LOG_ENTRY_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Represents the S_LOG_ENTRY table with the key seperated into fields


[View Source]

Columns
Name Datatype Length Mandatory Comments
CREATION_DT DATE
Yes Describes the creation date of the log
S_LOG_TYPE VARCHAR2 (30) Yes Describes the log type that the entry exists
SEQUENCE_NUMBER NUMBER
Yes Describes the internal sequence number of the log entry
FIELD_1 VARCHAR2 (4000)
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, program code and unit code, 9876543,A300, ABC123.
FIELD_2 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_3 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_4 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_5 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_6 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_7 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_8 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_9 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_10 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_11 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_12 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_13 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_14 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_15 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_16 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_17 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_18 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
FIELD_19 VARCHAR2 (4000)
Dscribes the key of the log entry. This is a concatenated
FIELD_20 VARCHAR2 (4000)
Describes the key of the log entry. This is a concatenated
TEXT VARCHAR2 (30)
Describes the text of the log entry.
MESSAGE_NAME VARCHAR2 (2000)
Describes the optional message number 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
Query Text

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


SELECT CREATION_DT
,      S_LOG_TYPE
,      SEQUENCE_NUMBER
,      FIELD_1
,      FIELD_2
,      FIELD_3
,      FIELD_4
,      FIELD_5
,      FIELD_6
,      FIELD_7
,      FIELD_8
,      FIELD_9
,      FIELD_10
,      FIELD_11
,      FIELD_12
,      FIELD_13
,      FIELD_14
,      FIELD_15
,      FIELD_16
,      FIELD_17
,      FIELD_18
,      FIELD_19
,      FIELD_20
,      TEXT
,      MESSAGE_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_GE_S_LOG_ENTRY_V;

Dependencies

[top of page]

APPS.IGS_GE_S_LOG_ENTRY_V references the following:

SchemaAPPS
PL/SQL PackageIGS_GE_GEN_002 - show dependent code
SynonymIGS_GE_S_LOG_ENTRY

APPS.IGS_GE_S_LOG_ENTRY_V is not referenced by any database object