Search Results igs_ge_gen_002
Overview
The view IGS_GE_S_LOG_ENTRY_V belongs to the IGS (Student System) product family, which is documented in Oracle E-Business Suite as obsolete. It is a reporting-oriented view defined over the general-purpose log entry table used by the IGS processing framework. Its principal purpose is to expose the contents of the S_LOG_ENTRY table while decomposing the concatenated KEY column into twenty individually addressable fields, thereby making the log data readable and queryable without requiring application-side parsing.
IGS log entries are written by the Student System's generic engine to record processing events, exception conditions, and diagnostic messages. In the raw table the identifying information for each entry is stored in a single delimited string. The view applies the database function IGS_GE_GEN_002.GENP_GET_DELIMIT_STR repeatedly to that string, splitting it on the pipe (|) character into FIELD_1 through FIELD_20. This design allows EBS reporting tools and integration interfaces to select specific positional components of the log key as discrete columns.
Underlying Base Objects
According to the ETRM metadata, the view is defined over a single base object: IGS_GE_S_LOG_ENTRY, aliased as SLE in the view text. The ETRM record notes that no base objects are separately documented as referenced, although the view SQL clearly identifies the source table. The view also depends on the PL/SQL function IGS_GE_GEN_002.GENP_GET_DELIMIT_STR, which is an IGS general utility packaged in the IGS_GE_GEN_002 package. That function accepts the delimited source string, an ordinal position, and a delimiter, and returns the corresponding token.
The ETRM implementation note states that the view is "Not implemented in this database," meaning it is not deployed in the environment from which the metadata was harvested. Consequently, no owner is recorded and the implementation status should be verified against the target instance before the view is referenced in custom code.
Key Columns
- CREATION_DT — Creation date attribute carried forward from the base log entry record.
- S_LOG_TYPE — Classifies the type of log entry written by the engine.
- SEQUENCE_NUMBER — Ordering sequence for entries of the same log type.
- FIELD_1 through FIELD_20 — Positional tokens extracted from the delimited KEY string using the pipe delimiter. Each field corresponds to a defined position within the composite key.
- MESSAGE_NAME — Name of the message or event associated with the log entry.
- TEXT — Free-text message body or detail recorded with the entry.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS WHO columns for auditing.
Common Use Cases and Queries
The view is typically used to investigate processing errors, trace message flows, and build ad hoc reports on Student System activity. A minimal query retrieves recent entries with their decomposed key fields:
SELECT creation_dt, s_log_type, sequence_number, FIELD_1, FIELD_2, MESSAGE_NAME, TEXT FROM IGS_GE_S_LOG_ENTRY_V ORDER BY creation_dt DESC;SELECT * FROM IGS_GE_S_LOG_ENTRY_V WHERE s_log_type = :type AND MESSAGE_NAME = :msg;SELECT FIELD_1, COUNT(*) FROM IGS_GE_S_LOG_ENTRY_V GROUP BY FIELD_1;
Because the view is reported as obsolete and not implemented, references to it should be validated against the actual database, and any new development should target the underlying table and utility package directly.
-
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 ,
-
View: IGS_PR_S_SCRATCH_PAD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GE_S_LOG_ENTRY_V
12.1.1
-
View: IGS_PR_S_SCRATCH_PAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_S_SCRATCH_PAD_V, object_name:IGS_PR_S_SCRATCH_PAD_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_S_SCRATCH_PAD_V ,
-
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 ,
-
VIEW: APPS.IGS_PR_S_SCRATCH_PAD_V
12.1.1
-
VIEW: APPS.IGS_PR_DISPLAY_V
12.1.1
-
View: IGS_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_DISPLAY_V ,
-
PACKAGE BODY: APPS.IGS_GE_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_002, status:VALID,
-
PACKAGE: APPS.IGS_GE_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_GEN_002, status:VALID,
-
View: IGS_PR_DISPLAY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_APPL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_PERSON_V
12.1.1
-
VIEW: APPS.IGS_PE_API_ALT_PERS_API_ID_V
12.1.1
-
SYNONYM: APPS.IGS_PE_PERSON_PE_ID_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PERSON_PE_ID_S, status:VALID,
-
VIEW: APPS.IGS_AD_SS_INTPER_V
12.1.1
-
SYNONYM: APPS.IGS_PE_LOCVENUE_USE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_LOCVENUE_USE, status:VALID,
-
PACKAGE: APPS.IGS_GE_GEN_002
12.1.1
-
SYNONYM: APPS.IGS_AD_LOCVENUE_ADDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_LOCVENUE_ADDR, status:VALID,
-
View: IGF_AP_PERSON_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_001, status:VALID,
-
View: IGF_AP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_V, object_name:IGF_AP_PERSON_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_PERSON_V ,
-
APPS.IGS_AD_SBMAO_FN_AMTT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_SBMAO_FN_UITT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_SBMAO_FN_CTTT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_002, status:VALID,
-
View: IGS_AD_SS_INTPER_V
12.2.2
product: IGS - Student System (Obsolete) , description: INS Dependent details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_API_ALT_PERS_API_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_API_ALT_PERS_API_ID_V, object_name:IGS_PE_API_ALT_PERS_API_ID_V, status:VALID, product: IGS - Student System , description: Alternate ID for API person id information. , implementation_dba_data: APPS.IGS_PE_API_ALT_PERS_API_ID_V ,
-
View: IGS_PE_API_ALT_PERS_API_ID_V
12.2.2
product: IGS - Student System (Obsolete) , description: Alternate ID for API person id information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID,
-
View: IGS_AD_SS_INTPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_INTPER_V, object_name:IGS_AD_SS_INTPER_V, status:VALID, product: IGS - Student System , description: INS Dependent details , implementation_dba_data: APPS.IGS_AD_SS_INTPER_V ,
-
VIEW: APPS.IGF_SL_PRK_LOAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PRK_LOAN_V, object_name:IGF_SL_PRK_LOAN_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
APPS.IGS_AD_SBM_AOU_FNDTT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SBMAO_FN_CTTT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_011, status:VALID,
-
VIEW: APPS.IGS_PR_S_SCRATCH_PAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_S_SCRATCH_PAD_V, object_name:IGS_PR_S_SCRATCH_PAD_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SBMAO_FN_AMTT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APPL_PKG
12.1.1
-
APPS.IGS_AD_APPL_LTR_PHR_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SBMAO_FN_UITT_PKG
12.1.1
-
VIEW: APPS.IGS_PE_API_ALT_PERS_API_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_API_ALT_PERS_API_ID_V, object_name:IGS_PE_API_ALT_PERS_API_ID_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_APPL_LTR_PHR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SBM_AOU_FNDTT_PKG
12.1.1
-
VIEW: APPS.IGS_AD_LOCATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCATION, object_name:IGS_AD_LOCATION, status:VALID,
-
VIEW: APPS.IGS_OR_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_ADDR, object_name:IGS_OR_ADDR, status:VALID,
-
VIEW: APPS.IGS_OR_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT, object_name:IGS_OR_UNIT, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, status:VALID,