Search Results igs_ge_s_log_entry
Overview
IGS_GE_S_LOG_ENTRY is a table in the IGS (Student System) product schema of Oracle E-Busines Suite, holding detail-level log entry records generated by the Student System's general engine logging framework. Per the ETRM metadata, the object describes "log entry details" and is owned by the IGS schema with a VALID status. Its structure—a primary key composed of S_LOG_TYPE, CREATION_DT, and SEQUENCE_NUMBER combined with a foreign key back to IGS_GE_S_LOG—indicates that each row represents one discrete message appended to a parent log header. Based on the mined foreign key topology, the heuristic Data Vault classification for this object is satellite-leaning, suggesting that in a dimensional or Data Vault model it would typically be modeled as a satellite table attached to the IGS_GE_S_LOG hub, capturing descriptive and sequential attributes over time rather than serving as an independent business entity or a pure relationship link.
Key Information Stored
The table's identity is defined by the composite primary key IGS_GE_S_LOG_ENTRY_PK on (S_LOG_TYPE, CREATION_DT, SEQUENCE_NUMBER). The matching unique index IGS_GE_S_LOG_ENTRY_U1 shares these same three columns, reinforcing this triplet as the business-key candidate that uniquely positions an entry within a given log run. The most significant columns include:
- S_LOG_TYPE – Log type identifier; part of the primary key and the foreign key column joining to IGS_GE_S_LOG.
- CREATION_DT – Creation date of the log entry; part of the composite key and FK to the parent log.
- SEQUENCE_NUMBER – Ordinal within the log, preserving message ordering.
- KEY – Key value associating the entry with the specific record or process being logged.
- MESSAGE_NAME – Name of the message template or event that produced the entry.
- TEXT – Free-form message text or detail payload of the log entry.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard EBS WHO columns for auditability and concurrency control.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE – Concurrent program context identifying the batch job that generated the entry.
These 15 columns distinguish the surrogate/business keys from the descriptive payload and provide full audit and concurrent-manager lineage.
Common Use Cases and Queries
Because the table records detailed log messages, the typical queries filter by log type and date to reconstruct the sequence of events for a batch or process. A standard pattern joining to the parent header is:
- SELECT e.s_log_type, e.sequence_number, e.message_name, e.text FROM igs_ge_s_log_entry e WHERE e.s_log_type = :p_type AND e.creation_dt = :p_date ORDER BY e.sequence_number;
- Diagnostic reporting by concurrent request: filter on REQUEST_ID, PROGRAM_ID, or PROGRAM_APPLICATION_ID to trace which program wrote the entries.
- Correlation by business record: use the KEY column to find all log messages relating to a particular student, application, or record.
- Time-series analysis: aggregate entries by CREATION_DT to detect error spikes or throughput trends per log type.
Reporting use cases include error-triage dashboards for Student System batch processes, audit trails for data changes, and reconciliation reports tied back to the originating concurrent request.
Related Objects
The dominant relationship is the foreign key from IGS_GE_S_LOG_ENTRY (S_LOG_TYPE, CREATION_DT) to the parent table IGS_GE_S_LOG, which stores the log header. The key related objects are:
- IGS_GE_S_LOG – Parent log header; joined on S_LOG_TYPE and CREATION_DT.
- IGS_GE_S_LOG_ENTRY_PK – Primary key constraint enforcing uniqueness on (S_LOG_TYPE, CREATION_DT, SEQUENCE_NUMBER).
- IGS_GE_S_LOG_ENTRY_U1 – Unique index supporting the business-key candidate.
- Concurrent program reference objects (FND_CONCURRENT_REQUESTS, FND_CONCURRENT_PROGRAMS) – linked logically via REQUEST_ID and PROGRAM_ID.
These objects collectively support the logging, retrieval, and audit lifecycle of Student System processes in Oracle EBS 12.1.1 and 12.2.2.
-
Table: IGS_GE_S_LOG_ENTRY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_S_LOG_ENTRY, object_name:IGS_GE_S_LOG_ENTRY, status:VALID, product: IGS - Student System , description: Describes the log entry details. , implementation_dba_data: IGS.IGS_GE_S_LOG_ENTRY ,
-
Table: IGS_GE_S_LOG_ENTRY
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the log entry details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_GE_S_LOG_ENTRY_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_GE_S_LOG_ENTRY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GE_S_LOG_ENTRY, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_INS_SLE
12.1.1
-
APPS.IGS_GE_INS_SLE SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_GE_INS_SLE
12.1.1
-
TABLE: IGS.IGS_GE_S_LOG_ENTRY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_S_LOG_ENTRY, object_name:IGS_GE_S_LOG_ENTRY, status:VALID,
-
Table: IGS_GE_S_LOG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_S_LOG, object_name:IGS_GE_S_LOG, status:VALID, product: IGS - Student System , description: Describes the system log details. , implementation_dba_data: IGS.IGS_GE_S_LOG ,
-
PACKAGE: APPS.IGS_FI_PRC_FEE_ROLLV
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_FEE_ROLLV, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_S_LOG_ENTRY_PKG
12.1.1
-
PACKAGE: APPS.IGS_GE_INS_SLE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_INS_SLE, status:VALID,
-
VIEW: APPS.IGS_GE_S_LOG_ENTRY_V
12.1.1
-
APPS.IGS_CA_INS_ROLL_CI SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_CA_INS_ROLL_CI
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CA_INS_ROLL_CI, status:VALID,
-
Table: IGS_GE_S_LOG
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the system log details. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_GE_S_LOG_ENTRY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_S_LOG_ENTRY_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_006, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_INS_ROLL_CI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_INS_ROLL_CI, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_002, status:VALID,
-
View: IGS_GE_S_LOG_ENTRY_V
12.2.2
product: IGS - Student System (Obsolete) , description: Represents the S_LOG_ENTRY table with the key seperated into fields. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_007, status:VALID,
-
View: IGS_GE_S_LOG_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GE_S_LOG_ENTRY_V, object_name:IGS_GE_S_LOG_ENTRY_V, status:VALID, product: IGS - Student System , description: Represents the S_LOG_ENTRY table with the key seperated into fields. , implementation_dba_data: APPS.IGS_GE_S_LOG_ENTRY_V ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_011, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_INS_ROLL_CI
12.1.1
-
VIEW: APPS.IGS_GE_S_LOG_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GE_S_LOG_ENTRY_V, object_name:IGS_GE_S_LOG_ENTRY_V, status:VALID,
-
APPS.IGS_GE_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_GE_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_006
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_AS_GEN_007 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_EN_GEN_002 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_GE_GEN_003 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_FI_GEN_006 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_GE_INS_SLE dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_GE_S_LOG_ENTRY_PKG dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_007
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_002
12.1.1
-
12.1.1 DBA Data
12.1.1