Search Results appl_perstat_id
Overview
The IGS_AD_APPL_PERSTAT table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Admissions (IGS) module. It serves as the definitive store for personal statement details associated with an applicant's admission application. Its primary role is to track and manage supplementary narrative materials submitted by prospective students, linking each statement to a specific applicant, application number, and defined statement type. This structured storage is critical for application completeness reviews, decision-making workflows, and maintaining a comprehensive applicant profile.
Key Information Stored
The table's structure captures the essential metadata for each personal statement record. The key business columns include APPL_PERSTAT_ID (the unique system-generated identifier), PERSON_ID and ADMISSION_APPL_NUMBER (which together link the statement to a specific application), and the pivotal PERSL_STAT_TYPE. The PERSL_STAT_TYPE column defines the category or purpose of the attached statement (e.g., Statement of Purpose, Diversity Essay). The DATE_RECEIVED column tracks when the statement was formally logged. Standard EBS WHO columns (CREATED_BY, CREATION_DATE, etc.) and Concurrent Program columns (REQUEST_ID, PROGRAM_ID, etc.) provide audit trails and process integration context.
Common Use Cases and Queries
A primary use case is generating reports on application document completeness, such as identifying applicants who have or have not submitted a required personal statement type. Administrators also query this table to retrieve statements for review by an admissions committee. Common SQL patterns involve joining to person and application header tables. For instance, to find all personal statements for a specific application, one would use:
- SELECT pst.PERSL_STAT_TYPE, pst.DATE_RECEIVED FROM IGS_AD_APPL_PERSTAT pst WHERE pst.PERSON_ID = :1 AND pst.ADMISSION_APPL_NUMBER = :2;
Another frequent query leverages the non-unique index on PERSL_STAT_TYPE (IGS_AD_APPL_PERSTAT_N2) to find all applications that include a particular type of statement, which is essential for batch processing or compliance checks.
Related Objects
The table maintains defined referential integrity through foreign key relationships, ensuring data consistency across the admissions subsystem. As documented in the relationship data:
- The PERSON_ID and ADMISSION_APPL_NUMBER columns reference the core application entity, TABLE: IGS.IGS_AD_APPL_ALL. This links each personal statement to its parent application record.
- The PERSL_STAT_TYPE column references TABLE: IGS.IGS_AD_PER_STM_TYP. This validates the statement type against a configured list of valid types maintained within the application.
The table's primary key, IGS_AD_APPL_PERSTAT_PK, is referenced by other objects within the APPS schema, indicating it is a foundational entity for building application personal statement functionality in the user interface and related processes.
-
APPS.IGS_AD_APPL_PERSTAT_PKG dependencies on IGS_AD_APPL_PERSTAT
12.1.1
-
TABLE: IGS.IGS_AD_APPL_PERSTAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_PERSTAT, object_name:IGS_AD_APPL_PERSTAT, status:VALID,
-
APPS.IGS_AD_APPL_PERSTAT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_APPL_PERSTAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_PERSTAT_V, object_name:IGS_AD_APPL_PERSTAT_V, status:VALID,
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_AD_APPL_PERSTAT
12.1.1
-
APPS.IGS_AD_APPL_PERSTAT_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGS_AD_APPL_PERSTAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Admission Application Personal Statement view , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_APPL_PERSTAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_PERSTAT, object_name:IGS_AD_APPL_PERSTAT, status:VALID, product: IGS - Student System , description: This table holds the Admission Application Personal Statement details , implementation_dba_data: IGS.IGS_AD_APPL_PERSTAT ,
-
APPS.IGS_AD_SS_APPL_UPD_PAGE SQL Statements
12.1.1
-
Table: IGS_AD_APPL_PERSTAT
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the Admission Application Personal Statement details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_APPL_PERSTAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_PERSTAT_V, object_name:IGS_AD_APPL_PERSTAT_V, status:VALID, product: IGS - Student System , description: Admission Application Personal Statement view , implementation_dba_data: APPS.IGS_AD_APPL_PERSTAT_V ,
-
PACKAGE BODY: APPS.IGS_AD_APPL_PERSTAT_PKG
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_APPL_PERSTAT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_UPD_PAGE
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER SQL Statements
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER SQL Statements
12.1.1
-
APPS.IGS_AD_SS_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
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'. ,