Search Results igs_ad_pecrs_ofop_dt
Overview
The table IGS_AD_PECRS_OFOP_DT is a core data structure within the Oracle E-Business Suite's now-obsolete Student System (IGS). It functioned as a junction table to define and manage the specific program (course) offering options that were available for selection during a defined admission period. Its primary role was to establish a detailed link between an admission calendar, an admission category, and the precise academic offerings—including version, attendance mode, and location—that an applicant could apply to. The metadata explicitly notes this table was "Not implemented in this database," indicating it may have been part of a data model that was not deployed in some instances or is a remnant of a legacy design.
Key Information Stored
The table's composite primary key reveals the granularity of the data it was designed to hold. It uniquely identifies a record through a combination of admission period details and a specific offering instance. The key columns are ADM_CAL_TYPE, ADM_CI_SEQUENCE_NUMBER, ADMISSION_CAT, DT_ALIAS, DAI_SEQUENCE_NUMBER, and SEQUENCE_NUMBER. Important descriptive columns include COURSE_CD and VERSION_NUMBER to specify the academic program, and ATTENDANCE_MODE, ATTENDANCE_TYPE, and LOCATION_CD to define the modality and place of study. The ACAD_CAL_TYPE column would typically store the academic calendar type for the offering.
Common Use Cases and Queries
This table was central to configuring the application pathways within the student lifecycle. Common operational and reporting use cases would have included generating a list of all available programs for a given admission intake period, validating applicant selections against configured options, and setting up admission rules. A typical query would join this table to related master tables to produce a readable catalog of offerings.
- Sample Query: Retrieving all configured program options for a specific admission period and category.
SELECT pecrs.course_cd, pecrs.version_number, pecrs.attendance_mode, pecrs.location_cd, ofr.title FROM igs_ad_pecrs_ofop_dt pecrs JOIN igs_ps_ofr_all ofr ON pecrs.course_cd = ofr.course_cd AND pecrs.version_number = ofr.version_number WHERE pecrs.adm_cal_type = '&ADM_CAL_TYPE' AND pecrs.adm_ci_sequence_number = &CI_SEQ_NUM AND pecrs.admission_cat = '&ADM_CAT';
Related Objects
As indicated by its foreign key constraints, IGS_AD_PECRS_OFOP_DT is deeply integrated with the Student System's foundation tables. Key related objects include:
- IGS_AD_PRD_AD_CAT & IGS_AD_PRD_AD_PRC_CA: These tables define the admission period and category, forming the parent context for the offering options.
- IGS_PS_OFR_ALL: The master table for program (course) offerings, providing details like the title and status.
- IGS_EN_ATD_MODE_ALL & IGS_EN_ATD_TYPE_ALL: Reference tables for valid attendance modes and types.
- IGS_AD_LOCATION_ALL: The master table for location codes.
- IGS_CA_DA_INST: The date alias instance table, likely used to tie offerings to specific calendar dates.
-
Table: IGS_AD_PECRS_OFOP_DT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PERD_AD_CAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission category and admission calendar instance that define admission period , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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: IGS_AD_CAL_CONF_PERDADM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of adm_perd_admission_cat and date aliases from dt_alias_instance. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGS_AD_PERD_PS_OF_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a further breakdown of the program , 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 ,
-
Table: IGS_CA_DA_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a date alias in a calendar instance , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , 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 ,