Search Results igs_ss_admappl_setup_pk
Overview
The IGS_SS_ADMAPPL_SETUP table is a configuration table within the Oracle E-Business Suite's now-obsolete Student System (IGS) module. Its primary role is to store the central system administration parameters for the self-service admission application functionality. As indicated by the documentation, this table is designed to hold a single configuration record, establishing a singleton pattern for managing global setup details related to the admission process. This setup would have been critical for defining the default behaviors, linked document types, and identifier rules governing the online application workflow for prospective students.
Key Information Stored
While the full column list is not provided in the excerpt, the primary and foreign key relationships reveal the core configuration data points the table manages. The primary key, ADMAPPL_SETUP_ID, uniquely identifies the single setup record. The table's purpose is further clarified by its foreign keys, which link to note types and identifier types. Specifically, it stores references to different categories of notes (ACT_NOTE_TYPE_ID, PS_NOTE_TYPE_ID, WE_NOTE_TYPE_ID) likely used for application comments, personal statements, and work experience, respectively. It also holds a reference to a default person identifier type (PERSON_ID_TYPE), which would define the standard ID used for applicants within the self-service context.
Common Use Cases and Queries
The singular nature of this table means it is typically queried to retrieve the global admission application settings for runtime processes or configuration screens. A common use case would be an application engine or a PL/SQL package fetching the setup values to apply business rules during an applicant's session. For reporting or verification, a straightforward SELECT statement would be used. Given the documentation states it is "Not implemented in this database," these use cases are theoretical for this specific environment.
- Retrieving the complete setup configuration:
SELECT * FROM IGS_SS_ADMAPPL_SETUP; - Finding the linked note types for application components:
SELECT act_note_type_id, ps_note_type_id, we_note_type_id FROM IGS_SS_ADMAPPL_SETUP; - Joining to get the description of the default person ID type:
SELECT s.person_id_type, t.description FROM IGS_SS_ADMAPPL_SETUP s, IGS_PE_PERSON_ID_TYP t WHERE s.person_id_type = t.person_id_type(+);
Related Objects
The table maintains defined relationships with other entities in the Student System, primarily for data validation and referential integrity. The documented foreign key relationships are as follows:
- IGS_AD_NOTE_TYPES: Linked via three separate foreign keys.
- Column ACT_NOTE_TYPE_ID references IGS_AD_NOTE_TYPES
- Column PS_NOTE_TYPE_ID references IGS_AD_NOTE_TYPES
- Column WE_NOTE_TYPE_ID references IGS_AD_NOTE_TYPES
- IGS_PE_PERSON_ID_TYP: Linked via one foreign key.
- Column PERSON_ID_TYPE references IGS_PE_PERSON_ID_TYP
The primary key constraint, IGS_SS_ADMAPPL_SETUP_PK, on the ADMAPPL_SETUP_ID column ensures the uniqueness of the singleton record.
-
Table: IGS_SS_ADMAPPL_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP, object_name:IGS_SS_ADMAPPL_SETUP, status:VALID, product: IGS - Student System , description: This table holds the system administration setup details for self service admission application. There will be only one record in this table , implementation_dba_data: IGS.IGS_SS_ADMAPPL_SETUP ,
-
Table: IGS_SS_ADMAPPL_SETUP
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the system administration setup details for self service admission application. There will be only one record in this table , implementation_dba_data: Not implemented in this database ,
-
INDEX: IGS.IGS_SS_ADMAPPL_SETUP_PK
12.1.1
owner:IGS, object_type:INDEX, object_name:IGS_SS_ADMAPPL_SETUP_PK, status:VALID,
-
TABLE: IGS.IGS_SS_ADMAPPL_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADMAPPL_SETUP, object_name:IGS_SS_ADMAPPL_SETUP, status:VALID,
-
12.1.1 DBA Data
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'. ,