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 ,
-
Table: IGS_AD_PECRS_OFOP_DT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PECRS_OFOP_DT, object_name:IGS_AD_PECRS_OFOP_DT, status:VALID, product: IGS - Student System , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: IGS.IGS_AD_PECRS_OFOP_DT ,
-
APPS.IGS_AD_PECRS_OFOP_DT_PKG dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_AD_GEN_003 dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_AD_VAL_APCOOD dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_AD_GEN_007 dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_AD_PECRS_OFOP_DT
12.1.1
-
APPS.IGS_AD_PECRS_OFOP_DT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_PECRS_OFOP_DT_PKG dependencies on IGS_AD_PECRS_OFOP_DT_PKG
12.1.1
-
VIEW: APPS.IGSBV_PGM_OFR_PAT_ADM_DT
12.1.1
-
SYNONYM: APPS.IGS_AD_PECRS_OFOP_DT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PECRS_OFOP_DT, status:VALID,
-
VIEW: APPS.IGS_AD_PERD_PS_OF_PAT_V
12.1.1
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_AD_VAL_APCOOD SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_CAL_CONF_PERDADM_V
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_CA_DA_INST
12.1.1
-
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 ,
-
View: IGSBV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PGM_OFR_PAT_ADM_DT, object_name:IGSBV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_PGM_OFR_PAT_ADM_DT ,
-
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 ,
-
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_AD_PERD_AD_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PERD_AD_CAT, object_name:IGS_AD_PERD_AD_CAT, status:VALID, product: IGS - Student System , description: Describes admission category and admission calendar instance that define admission period , implementation_dba_data: IGS.IGS_AD_PERD_AD_CAT ,
-
APPS.IGS_AD_GEN_003 SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_PECRS_OFOP_DT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PECRS_OFOP_DT, object_name:IGS_AD_PECRS_OFOP_DT, status:VALID,
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_CA_GEN_002
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PECRS_OFOP_DT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PECRS_OFOP_DT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCOOD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APCOOD, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PECRS_OFOP_DT_PKG
12.1.1
-
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_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_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_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 ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_DT, object_name:IGSFV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_DT ,
-
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: IGS_AD_PERD_PS_OF_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PERD_PS_OF_PAT_V, object_name:IGS_AD_PERD_PS_OF_PAT_V, status:VALID, product: IGS - Student System , description: Describes a further breakdown of the program , implementation_dba_data: APPS.IGS_AD_PERD_PS_OF_PAT_V ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_003, status:VALID,
-
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: IGS_AD_CAL_CONF_PERDADM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CAL_CONF_PERDADM_V, object_name:IGS_AD_CAL_CONF_PERDADM_V, status:VALID, product: IGS - Student System , description: View of adm_perd_admission_cat and date aliases from dt_alias_instance. , implementation_dba_data: APPS.IGS_AD_CAL_CONF_PERDADM_V ,
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_CA_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_VAL_QLITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_QLITY, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_UPD_PAGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_APPL_UPD_PAGE, 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 ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_007, 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,