Search Results igs_ps_of_opt_ad_cat
Overview
The table IGS_PS_OF_OPT_AD_CAT is a core entity within the Oracle E-Business Suite Student System (IGS) module. It functions as a cross-reference or junction table that defines the valid relationships between specific program offering options and the admission categories permitted to enroll in them. In the context of academic program management, a program offering option (e.g., a specific major, location, and attendance mode for a degree) can have restrictions or allowances on which types of applicants (defined by their admission category, such as "Freshman," "Transfer," or "International") are eligible. This table enforces those business rules, ensuring that student applications and enrollments align with institutional policies. Its role is critical for maintaining data integrity in the student lifecycle from admission through enrollment.
Key Information Stored
The table's structure is primarily composed of foreign key columns that uniquely identify a program offering option and an admission category. The primary key is a composite of the following fields, which together enforce uniqueness for each valid combination:
- COURSE_CD and VERSION_NUMBER: Identify the academic program (course) and its version.
- CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, and ATTENDANCE_TYPE: Define the specific offering characteristics (calendar, location, mode, and type of attendance).
- ADMISSION_CAT: The admission category code permitted for the offering option defined by the other columns.
An additional column, COO_ID, is also referenced as a foreign key, providing an alternative identifier for the program offering option.
Common Use Cases and Queries
This table is central to admission and enrollment validation processes. A common use case is during the application submission, where the system must verify if an applicant's selected admission category is valid for their chosen program offering. Administrators also use this data to generate reports on enrollment eligibility rules or to maintain the configuration of program offerings. A typical query would retrieve all admission categories allowed for a specific program offering:
SELECT admission_cat FROM igs.igs_ps_of_opt_ad_cat WHERE course_cd = 'BSC' AND version_number = 1 AND cal_type = 'SEMESTER' AND location_cd = 'MAIN';
Conversely, to find all offering options open to a particular admission category like 'TRANSFER':
SELECT course_cd, version_number, cal_type, location_cd FROM igs.igs_ps_of_opt_ad_cat WHERE admission_cat = 'TRANSFER';
Related Objects
IGS_PS_OF_OPT_AD_CAT is intrinsically linked to several key master tables via foreign key relationships, as documented in the ETRM:
- IGS_PS_OFR_OPT_ALL: The master table for Program Offering Options. The relationship is defined through the composite key (COURSE_CD, VERSION_NUMBER, CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, ATTENDANCE_TYPE) and also via the COO_ID column. This ensures every record in IGS_PS_OF_OPT_AD_CAT points to a valid, existing offering.
- IGS_AD_CAT_ALL: The master table for Admission Categories. The ADMISSION_CAT column references this table, ensuring only defined admission categories are used.
- IGS_PS_COO_AD_UNIT_S: This table, which likely manages admission unit sets for offering options, references IGS_PS_OF_OPT_AD_CAT. The join uses the same composite key columns (COURSE_CD, CRV_VERSION_NUMBER, CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, ATTENDANCE_TYPE, ADMISSION_CAT), indicating a dependent relationship where admission unit rules are scoped to specific offering-option-and-category combinations.
-
Table: IGS_PS_OF_OPT_AD_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OF_OPT_AD_CAT, object_name:IGS_PS_OF_OPT_AD_CAT, status:VALID, product: IGS - Student System , description: This entity describes the set of admission categories, which may enroll in the particular program offering option. , implementation_dba_data: IGS.IGS_PS_OF_OPT_AD_CAT ,
-
Table: IGS_PS_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_OPT_ALL, object_name:IGS_PS_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each program offering. , implementation_dba_data: IGS.IGS_PS_OFR_OPT_ALL ,
-
Table: IGS_PS_COO_AD_UNIT_S
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_COO_AD_UNIT_S, object_name:IGS_PS_COO_AD_UNIT_S, status:VALID, product: IGS - Student System , description: This entity describes the admission categories assigned to a program offering option unit set. , implementation_dba_data: IGS.IGS_PS_COO_AD_UNIT_S ,
-
Table: IGS_AD_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CAT_ALL, object_name:IGS_AD_CAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined categories of applicant that identify different processing requirements of applicants to institution , implementation_dba_data: IGS.IGS_AD_CAT_ALL ,
-
View: IGS_PS_OFR_PAT_ADM_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_ADM_PERD_V, object_name:IGS_PS_OFR_PAT_ADM_PERD_V, status:VALID, product: IGS - Student System , description: This view is used to display for the admission period Program Offering Pattern in form ADMF2M61. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_ADM_PERD_V ,
-
View: IGS_PS_OFR_PAT_CRSVRSN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_CRSVRSN_V, object_name:IGS_PS_OFR_PAT_CRSVRSN_V, status:VALID, product: IGS - Student System , description: This view describes the offering pattern of a program offering option. It also describes the relationship between admission periods, admission process types and admission categories. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_CRSVRSN_V ,
-
View: IGS_PS_OFR_PAT_APCOO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOO_V, object_name:IGS_PS_OFR_PAT_APCOO_V, status:VALID, product: IGS - Student System , description: This view is used to display for the admission period program offering option - Program Offering LOV in form ADMF2M61. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_APCOO_V ,
-
View: IGS_PS_OFR_PAT_OFERPAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_OFERPAT_V, object_name:IGS_PS_OFR_PAT_OFERPAT_V, status:VALID, product: IGS - Student System , description: View of the program offering pattern table. Required for program offering pattern LOV in ADMF3240 , implementation_dba_data: APPS.IGS_PS_OFR_PAT_OFERPAT_V ,
-
View: IGS_PS_OFR_PAT_APCOOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOOD_V, object_name:IGS_PS_OFR_PAT_APCOOD_V, status:VALID, product: IGS - Student System , description: This view describes the offering pattern of a program offering option. It also describes the relationship between admission periods, admission process types and admission categories. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_APCOOD_V ,
-
View: IGSFV_PGM_OFR_PATTERN_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PATTERN_ADM_PERD, object_name:IGSFV_PGM_OFR_PATTERN_ADM_PERD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PATTERN_ADM_PERD ,
-
View: IGS_PS_OFR_PAT_APCOOD_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOOD_PAT_V, object_name:IGS_PS_OFR_PAT_APCOOD_PAT_V, status:VALID, product: IGS - Student System , description: This view is used to display the admission period program offering pattern dates in ADMF2M62. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_APCOOD_PAT_V ,