Search Results igs_ss_app_pgm_stg
Overview
The IGS_SS_APP_PGM_STG table is a core staging entity within the Oracle E-Business Suite Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. As a staging table, its primary role is to serve as a temporary data repository during the processing of student admission applications. It holds detailed information for individual program instances associated with an application, acting as a child record to the main application staging header (IGS_SS_ADM_APPL_STG). This structure facilitates the validation, transformation, and eventual migration of application data into the core transactional tables of the Student System, ensuring data integrity and supporting complex admission workflows.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships, which indicate the critical data points it captures for each application program instance. The primary key, SS_ADMAPPL_PGM_ID, uniquely identifies each staged program record. Essential foreign key columns define the context of the application: SS_ADM_APPL_ID links to the parent application, PERSON_ID references the applicant party in HZ_PARTIES, and NOMINATED_COURSE_CD with CRV_VERSION_NUMBER specify the proposed program of study from IGS_PS_VER_ALL. Additional key columns store the applicant's preferences and institutional decisions, such as LOCATION_CD (campus), ATTENDANCE_MODE, ATTENDANCE_TYPE, SCH_APL_TO_ID (application term), and FINAL_UNIT_SET_CD (major or specialization). The EDU_GOAL_PRIOR_ENROLL column captures coded educational goals.
Common Use Cases and Queries
This table is central to admission batch processing and reporting on in-progress applications. Common operational use cases include validating the completeness of application program data before submission, generating lists of applicants for a specific course or location, and tracking application statuses during an intake cycle. For reporting, analysts frequently join this table to its parent and related code tables to analyze applicant demographics and preferences. A typical query pattern involves selecting application program details for a specific admission cycle or course:
- SELECT app_pgm.*, appl.application_number, crs.course_cd, loc.location_name FROM igs_ss_app_pgm_stg app_pgm JOIN igs_ss_adm_appl_stg appl ON app_pgm.ss_adm_appl_id = appl.ss_adm_appl_id JOIN igs_ps_ver_all crs ON app_pgm.nominated_course_cd = crs.course_cd AND app_pgm.crv_version_number = crs.version_number JOIN igs_ad_location_all loc ON app_pgm.location_cd = loc.location_cd WHERE appl.admission_cat = '<CATEGORY>' AND appl.adm_cal_type = '<CALENDAR>';
Data from this staging table is ultimately processed by Student System concurrent programs to create or update official application records in the transactional schema.
Related Objects
The IGS_SS_APP_PGM_STG table has extensive relationships within the Student System, as documented by its foreign keys. It is a central hub in the admission staging data model. Key dependencies include:
- Parent/Dependent Tables: It is a direct child of IGS_SS_ADM_APPL_STG via SS_ADM_APPL_ID and is itself a parent to IGS_SS_AD_EDUGOA_STG and IGS_SS_AD_UNITSE_STG via SS_ADMAPPL_PGM_ID, storing related educational goals and unit set details.
- Core Reference Tables: It references fundamental setup data: HZ_PARTIES (Person), IGS_PS_VER_ALL (Program), IGS_AD_LOCATION_ALL (Campus), IGS_EN_ATD_MODE_ALL and IGS_EN_ATD_TYPE_ALL (Attendance), IGS_AD_SCHL_APLY_TO (Term), IGS_AD_CODE_CLASSES (Goals), and IGS_EN_UNIT_SET_ALL (Unit Set/Major).
These relationships enforce business rules and ensure that staged application data aligns with the institution's configured academic structure, making the table integral to a valid and consistent admission process.
-
Table: IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID, product: IGS - Student System , description: Staging Table for Application Program Instance in SS , implementation_dba_data: IGS.IGS_SS_APP_PGM_STG ,
-
Table: IGS_SS_APP_PGM_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging Table for Application Program Instance in SS , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_WF_P2A dependencies on IGS_SS_APP_PGM_STG
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_SS_APP_PGM_STG
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_SS_APP_PGM_STG
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_APP_PGM_STG
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_AD_EDUGOA_STG
12.1.1
-
SYNONYM: APPS.IGS_SS_APP_PGM_STG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SS_APP_PGM_STG, status:VALID,
-
VIEW: APPS.IGS_SS_APP_PGM_STG_DFV
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_AD_UNITSE_STG
12.1.1
-
PACKAGE BODY: APPS.IGS_PRECREATE_APPL_PUB
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
Table: IGS_AD_SCHL_APLY_TO
12.2.2
product: IGS - Student System (Obsolete) , description: Stores information of school applied under different organization , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SCHL_APLY_TO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SCHL_APLY_TO, object_name:IGS_AD_SCHL_APLY_TO, status:VALID, product: IGS - Student System , description: Stores information of school applied under different organization , implementation_dba_data: IGS.IGS_AD_SCHL_APLY_TO ,
-
Table: IGS_SS_AD_EDUGOA_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for applicant education goals post enrollment details for a self service admission application program instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_AD_UNITSE_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for applicant desired unit set details for a self service admission application program instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_AD_UNITSE_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_UNITSE_STG, object_name:IGS_SS_AD_UNITSE_STG, status:VALID, product: IGS - Student System , description: Staging table for applicant desired unit set details for a self service admission application program instance , implementation_dba_data: IGS.IGS_SS_AD_UNITSE_STG ,
-
Table: IGS_SS_AD_EDUGOA_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_EDUGOA_STG, object_name:IGS_SS_AD_EDUGOA_STG, status:VALID, product: IGS - Student System , description: Staging table for applicant education goals post enrollment details for a self service admission application program instance , implementation_dba_data: IGS.IGS_SS_AD_EDUGOA_STG ,
-
Table: IGS_SS_ADM_APPL_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADM_APPL_STG, object_name:IGS_SS_ADM_APPL_STG, status:VALID, product: IGS - Student System , description: This table describes admission of applicant to institution , implementation_dba_data: IGS.IGS_SS_ADM_APPL_STG ,
-
PACKAGE BODY: APPS.IGS_PRECREATE_APPL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PRECREATE_APPL_PUB, status:VALID,
-
VIEW: APPS.IGS_SS_APP_PGM_STG_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGS_SS_APP_PGM_STG_DFV, status:VALID,
-
Table: IGS_EN_ATD_MODE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_MODE_ALL, object_name:IGS_EN_ATD_MODE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance modes , implementation_dba_data: IGS.IGS_EN_ATD_MODE_ALL ,
-
Table: IGS_EN_ATD_MODE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance modes , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_WRKFLOW_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_WRKFLOW_PKG, status:VALID,
-
Table: IGS_SS_ADM_APPL_STG
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes admission of applicant to institution , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ATD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_ALL, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance types , implementation_dba_data: IGS.IGS_EN_ATD_TYPE_ALL ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_WF_P2A
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_WF_P2A, status:VALID,
-
Table: IGS_EN_ATD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_AD_OTHINS_STG
12.1.1
-
Table: IGS_EN_UNIT_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_ALL ,
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
Table: IGS_PS_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_AD_ACADIN_STG
12.1.1
-
Table: IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_VER_ALL ,
-
Table: IGS_AD_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
APPS.IGS_PRECREATE_APPL_PUB SQL Statements
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_SS_GEN_001 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_WRKFLOW_PKG
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,