Search Results igs_ad_prd_ps_of_opt
Overview
The IGS_AD_PRD_PS_OF_OPT table is a core data entity within the Oracle E-Business Suite Student System (IGS) module, specifically for releases 12.1.1 and 12.2.2. Its primary function is to define and manage the permissible relationships between key components of the admissions lifecycle. As documented, it describes the relationship among admission periods, admission process types, admission categories, and program offering options. This table acts as a critical junction, enforcing business rules that dictate which specific program offerings (courses) can be applied to, under which admission categories and processes, and within a defined admission calendar period. It is essential for configuring and controlling the valid pathways an applicant can take through the admissions system.
Key Information Stored
The table's composite primary key defines the unique relationship it stores. The key columns are ADM_CAL_TYPE and ADM_CI_SEQUENCE_NUMBER (identifying the admission period), ADMISSION_CAT, S_ADMISSION_PROCESS_TYPE, COURSE_CD and VERSION_NUMBER (identifying the program), and ACAD_CAL_TYPE and SEQUENCE_NUMBER (identifying the specific offering of that program). Beyond these identifiers, the table typically includes foreign key columns that further refine the offering options available for admission. Based on the provided foreign key metadata, these include ATTENDANCE_MODE, ATTENDANCE_TYPE, and LOCATION_CD. These columns allow the admissions configuration to specify not just the program, but also the permissible modes of study, types of attendance, and locations for each combination of admission period, category, and process.
Common Use Cases and Queries
A primary use case is validating an applicant's program choice during the application entry process. The system queries this table to ensure the selected program offering, attendance mode, location, and admission category are valid for the current admission period and process. Another key use is in generating administrative reports to audit or list all configured admission pathways for a given term or program. A common query pattern involves joining to related master tables to retrieve descriptive names. For example:
- To list all valid program offerings for a specific admission period and category:
SELECT poo.* FROM igs_ad_prd_ps_of_opt poo WHERE poo.adm_cal_type = :p_cal_type AND poo.adm_ci_sequence_number = :p_sequence AND poo.admission_cat = :p_adm_cat; - To report on full configuration details, a query would join to IGS_PS_OFR_ALL for the program title, IGS_AD_PRD_AD_PRC_CA for the admission period description, and IGS_EN_ATD_MODE_ALL for the attendance mode description.
Related Objects
The table maintains integral foreign key relationships with several master tables, ensuring referential integrity and enabling data validation. As per the documented metadata:
- IGS_AD_PRD_AD_PRC_CA: Links to the admission period, category, and process type master. Joined via ADM_CAL_TYPE, ADM_CI_SEQUENCE_NUMBER, ADMISSION_CAT, and S_ADMISSION_PROCESS_TYPE.
- IGS_PS_OFR_ALL: Links to the Program Offering (course version and offering) master. Joined via COURSE_CD, VERSION_NUMBER, ACAD_CAL_TYPE, and SEQUENCE_NUMBER.
- IGS_EN_ATD_MODE_ALL: Links to the valid Attendance Modes. Joined via the ATTENDANCE_MODE column.
- IGS_EN_ATD_TYPE_ALL: Links to the valid Attendance Types. Joined via the ATTENDANCE_TYPE column.
- IGS_AD_LOCATION_ALL: Links to the valid Admission Locations. Joined via the LOCATION_CD column.
-
Table: IGS_AD_PRD_PS_OF_OPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_PS_OF_OPT, object_name:IGS_AD_PRD_PS_OF_OPT, status:VALID, product: IGS - Student System , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: IGS.IGS_AD_PRD_PS_OF_OPT ,
-
Table: IGS_AD_PRD_PS_OF_OPT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_AD_PRD_PS_OF_OPT
12.1.1
-
APPS.IGS_AD_VAL_APAC dependencies on IGS_AD_PRD_PS_OF_OPT
12.1.1
-
APPS.IGS_AD_VAL_APCOO dependencies on IGS_AD_PRD_PS_OF_OPT
12.1.1
-
APPS.IGS_AD_VAL_CRS_ADMPERD dependencies on IGS_AD_PRD_PS_OF_OPT
12.1.1
-
APPS.IGS_AD_VAL_APCOOD dependencies on IGS_AD_PRD_PS_OF_OPT
12.1.1
-
APPS.IGS_AD_PRD_PS_OF_OPT_PKG dependencies on IGS_AD_PRD_PS_OF_OPT
12.1.1
-
VIEW: APPS.IGSBV_PGM_OFR_PAT_ADM_PERD
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
-
APPS.IGS_AD_PRD_PS_OF_OPT_PKG dependencies on IGS_AD_PRD_PS_OF_OPT_PKG
12.1.1
-
APPS.IGS_AD_PRD_PS_OF_OPT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_APCOO dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
SYNONYM: APPS.IGS_AD_PRD_PS_OF_OPT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRD_PS_OF_OPT, status:VALID,
-
VIEW: APPS.IGSBV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
-
APPS.IGS_AD_VAL_CRS_ADMPERD SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
-
View: IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_PERD, object_name:IGSFV_PGM_OFR_PAT_ADM_PERD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD ,
-
Table: IGS_AD_PRD_AD_PRC_CA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_AD_PRC_CA, object_name:IGS_AD_PRD_AD_PRC_CA, status:VALID, product: IGS - Student System , description: Holds the record that describes the relationship among admission periods, admission process types, and admission categories , implementation_dba_data: IGS.IGS_AD_PRD_AD_PRC_CA ,
-
TABLE: IGS.IGS_AD_PRD_PS_OF_OPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_PS_OF_OPT, object_name:IGS_AD_PRD_PS_OF_OPT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_CRS_ADMPERD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_CRS_ADMPERD, status:VALID,
-
Table: IGS_PS_OFR_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes an offering of a university program within a calendar type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PGM_OFR_ADM_PAT_RESTRCTN, object_name:IGSBV_PGM_OFR_ADM_PAT_RESTRCTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_PGM_OFR_ADM_PAT_RESTRCTN ,
-
View: IGSBV_PGM_OFR_PAT_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PGM_OFR_PAT_ADM_PERD, object_name:IGSBV_PGM_OFR_PAT_ADM_PERD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_PGM_OFR_PAT_ADM_PERD ,
-
Table: IGS_PS_OFR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_ALL, object_name:IGS_PS_OFR_ALL, status:VALID, product: IGS - Student System , description: This entity describes an offering of a university program within a calendar type. , implementation_dba_data: IGS.IGS_PS_OFR_ALL ,
-
View: IGSBV_PGM_OFR_ADM_PAT_RESTRCTN
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, object_name:IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN ,
-
View: IGSBV_PGM_OFR_PAT_ADM_PERD
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_PRD_PS_OF_OPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRD_PS_OF_OPT_PKG, status:VALID,
-
APPS.IGS_AD_VAL_APCOO SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PRD_PS_OF_OPT_PKG
12.1.1
-
APPS.IGS_AD_VAL_CRS_ADMPERD dependencies on IGS_PS_OFR_OPT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCOOD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APCOOD, status:VALID,
-
Table: IGS_AD_PRD_AD_PRC_CA
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the record that describes the relationship among admission periods, admission process types, and admission categories , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCOO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APCOO, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_INS_ADMPERD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_INS_ADMPERD, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_APAC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APAC, 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 ,
-
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 ,
-
View: IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGSFV_PGM_OFR_PAT_ADM_PERD
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PGM_OFR_PAT_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PGM_OFR_PAT_ADM_PERD, object_name:IGSBV_PGM_OFR_PAT_ADM_PERD, status:VALID,
-
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_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 ,
-
VIEW: APPS.IGSBV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PGM_OFR_ADM_PAT_RESTRCTN, object_name:IGSBV_PGM_OFR_ADM_PAT_RESTRCTN, status:VALID,
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_PERD, object_name:IGSFV_PGM_OFR_PAT_ADM_PERD, status:VALID,
-
VIEW: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, object_name:IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, status:VALID,
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_CA_INST
12.1.1