Search Results igs_en_spl_perm_h
Overview
The IGS_EN_SPL_PERM_H table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It functions as a historical audit trail for all transactions related to special permission requests. While the main transactional table (IGS_EN_SPL_PERM) holds the current state of a request, this history table captures a complete record of changes over time. Its role is critical for compliance, auditing, and tracking the full lifecycle of a student's special permission, such as a course waiver, overload request, or prerequisite exception, from its initial submission through any subsequent approvals, denials, or modifications.
Key Information Stored
The table's primary purpose is to log each discrete event or state change for a permission request. The most critical column is SPL_PERM_REQUEST_H_ID, which serves as the unique primary key for each historical record. The table is linked to the main transaction via the SPL_PERM_REQUEST_ID foreign key, which points to the IGS_EN_SPL_PERM table. While the provided metadata does not list all columns, a typical history table in this context would store data such as the date and time of the change, the system or user who initiated it, the old status, the new status, and potentially a text field for comments or reason codes associated with the transition. This structure allows for the reconstruction of the request's complete history.
Common Use Cases and Queries
This table is primarily accessed for audit reports and troubleshooting student request timelines. Common operational and reporting scenarios include generating a complete audit trail for a specific request, analyzing processing times by calculating durations between status changes, and identifying patterns in permission approvals or denials. A typical query would join the history table to the main request table to get student and request details.
Sample Query: Retrieve Full History for a Request
- SELECT h.*, p.PERSON_ID, p.REQUEST_NUMBER
- FROM IGS.IGS_EN_SPL_PERM_H h,
- IGS.IGS_EN_SPL_PERM p
- WHERE h.SPL_PERM_REQUEST_ID = p.SPL_PERM_REQUEST_ID
- AND p.REQUEST_NUMBER = 'SPR100256'
- ORDER BY h.CREATION_DATE;
Related Objects
The IGS_EN_SPL_PERM_H table has a direct and essential relationship with the IGS_EN_SPL_PERM table, as defined by its foreign key constraint. The history table's SPL_PERM_REQUEST_ID column references the primary key of the IGS_EN_SPL_PERM table. This table is likely referenced by various standard and custom reports within the Student System for audit purposes. Furthermore, it may be populated or accessed by PL/SQL APIs or concurrent programs within the IGS module that manage the workflow of special permission requests, ensuring a historical entry is created with every status update.
-
Table: IGS_EN_SPL_PERM_H
12.2.2
product: IGS - Student System (Obsolete) , description: This table maintains the history of special permission request transactions. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SPL_PERM_H
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPL_PERM_H, object_name:IGS_EN_SPL_PERM_H, status:VALID, product: IGS - Student System , description: This table maintains the history of special permission request transactions. , implementation_dba_data: IGS.IGS_EN_SPL_PERM_H ,
-
APPS.IGS_EN_SPL_PERM_PKG dependencies on IGS_EN_SPL_PERM_H
12.1.1
-
APPS.IGS_EN_SPL_PERM_H_PKG dependencies on IGS_EN_SPL_PERM_H
12.1.1
-
APPS.IGS_AU_GEN_003 dependencies on IGS_EN_SPL_PERM_H
12.1.1
-
SYNONYM: APPS.IGS_EN_SPL_PERM_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SPL_PERM_H, status:VALID,
-
APPS.IGS_EN_SPL_PERM_H_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_SPL_PERM_H_PKG dependencies on IGS_EN_SPL_PERM_H_PKG
12.1.1
-
TABLE: IGS.IGS_EN_SPL_PERM_H
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPL_PERM_H, object_name:IGS_EN_SPL_PERM_H, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SPL_PERM_H_PKG
12.1.1
-
Table: IGS_EN_SPL_PERM
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the latest transaction of special permission request. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SPL_PERM_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the history of special permission request transactions. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AU_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SPL_PERM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SPL_PERM_PKG, status:VALID,
-
Table: IGS_EN_SPL_PERM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPL_PERM, object_name:IGS_EN_SPL_PERM, status:VALID, product: IGS - Student System , description: Contains the latest transaction of special permission request. , implementation_dba_data: IGS.IGS_EN_SPL_PERM ,
-
VIEW: APPS.IGS_EN_SPL_PERM_H_V
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SPL_PERM_H_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SPL_PERM_H_PKG, status:VALID,
-
View: IGS_EN_SPL_PERM_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPL_PERM_H_V, object_name:IGS_EN_SPL_PERM_H_V, status:VALID, product: IGS - Student System , description: This view contains the history of special permission request transactions. , implementation_dba_data: APPS.IGS_EN_SPL_PERM_H_V ,
-
APPS.IGS_EN_SPL_PERM_PKG dependencies on IGS_EN_SPL_PERM
12.1.1
-
VIEW: APPS.IGS_EN_SPL_PERM_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPL_PERM_H_V, object_name:IGS_EN_SPL_PERM_H_V, status:VALID,
-
APPS.IGS_AU_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_EN_SPL_PERM_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SPL_PERM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_003
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,