Search Results igs_ps_ofr_pat
Overview
The IGS_PS_OFR_PAT table is a core entity within the Oracle E-Business Suite Student System (IGS), now marked as obsolete. It serves as a junction table that defines the offering pattern for a specific program (course) offering option. Its primary role is to link a program offering option with a calendar instance, thereby specifying the precise temporal availability—such as the academic term or session—for that option. This table is essential for modeling when and where a particular program pathway, with its defined attendance mode and type, is offered within the institutional academic calendar.
Key Information Stored
The table stores composite identifiers that define a unique offering pattern. The primary key (IGS_PS_OFR_PAT_PK) is a combination of columns that identify the specific program offering instance and its attributes: COURSE_CD, VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, LOCATION_CD, ATTENDANCE_MODE, and ATTENDANCE_TYPE. A critical surrogate key is the COP_ID column, which serves as a unique identifier for each row and is the basis for the alternate unique key (IGS_PS_OFR_PAT_UK1). Other significant columns include COO_ID, which links to the parent offering option, and columns for associating a grading schema (GRADING_SCHEMA_CD, GS_VERSION_NUMBER) and an administrative contact person (ADM_CONTACT_PERSON_ID).
Common Use Cases and Queries
A primary use case is querying all available offering patterns for a specific program to support academic advising or enrollment planning. For instance, an administrator might need to list all the terms and locations where a Master's program is offered full-time. Given the user's search for "cop_id," a common query pattern involves retrieving a specific offering pattern record using this unique identifier for integration or data validation purposes.
- Retrieve a specific pattern by COP_ID:
SELECT * FROM IGS_PS_OFR_PAT WHERE cop_id = :p_cop_id; - List patterns for a program offering instance:
SELECT cop_id, location_cd, attendance_mode FROM IGS_PS_OFR_PAT WHERE course_cd = :p_crs_cd AND version_number = :p_ver AND cal_type = :p_cal_type AND ci_sequence_number = :p_ci_seq;
Related Objects
The table maintains several documented foreign key relationships, integrating it deeply within the Student System's data model. Key related objects include:
- IGS_PS_OFR_INST: Links to the parent program offering instance via COURSE_CD, VERSION_NUMBER, CAL_TYPE, and CI_SEQUENCE_NUMBER.
- IGS_PS_OFR_OPT_ALL: Has two relationships. One links via the business key columns (COURSE_CD, VERSION_NUMBER, etc.), and another links directly via the COO_ID column.
- IGS_AS_GRD_SCHEMA: Associates a grading schema via GRADING_SCHEMA_CD and GS_VERSION_NUMBER.
- HZ_PARTIES: Identifies an administrative contact via ADM_CONTACT_PERSON_ID.
- IGS_PS_OFR_PAT_NOTE: Child table storing notes; linked both by the composite primary key columns and by the COP_ID column.
-
Table: IGS_PS_OFR_PAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offering pattern of a program offering option. This is related to a calendar instance, nominating when each option is available. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_OFR_PAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_PAT, object_name:IGS_PS_OFR_PAT, status:VALID, product: IGS - Student System , description: This entity describes the offering pattern of a program offering option. This is related to a calendar instance, nominating when each option is available. , implementation_dba_data: IGS.IGS_PS_OFR_PAT ,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_PS_OFR_PAT_PKG dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_EN_VAL_SCA dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AS_FINALIZE_GRADE dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AS_SUAO_LGCY_PUB dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_EN_GEN_006 dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AD_VAL_APCOO dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AD_VAL_SCFT dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_AD_VAL_APCOOD dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_PS_GEN_003 dependencies on IGS_PS_OFR_PAT
12.1.1
-
APPS.IGS_EN_VAL_SCA dependencies on IGS_CA_STAT
12.1.1
-
APPS.IGS_PS_OFR_PAT_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_EN_SUA_V
12.1.1
-
Table: IGS_PS_OFR_PAT_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_PAT_NOTE, object_name:IGS_PS_OFR_PAT_NOTE, status:VALID, product: IGS - Student System , description: This table describes the notes associated with a Program Offering Pattern. , implementation_dba_data: IGS.IGS_PS_OFR_PAT_NOTE ,
-
Table: IGS_PS_OFR_PAT_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the notes associated with a Program Offering Pattern. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_OFR_PAT_V
12.1.1
-
APPS.IGS_AD_VAL_SCFT dependencies on IGS_CA_INST_REL
12.1.1
-
APPS.IGS_AD_VAL_SCFT dependencies on IGS_ST_GVTSEMLOAD_CA
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PATTERN_V
12.1.1
-
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 ,
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOO_V
12.1.1
-
SYNONYM: APPS.IGS_PS_OFR_PAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_OFR_PAT, status:VALID,
-
Table: IGS_PS_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each program offering. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_CRSVRSN_V
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_ADM_PERD_V
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
APPS.IGS_PS_OFR_PAT_NOTE_PKG dependencies on IGS_PS_GEN_003
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
APPS.IGS_AS_SUAO_LGCY_PUB dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_OFERPAT_V
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_PAT_PKG
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_V
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_AD_VAL_APCOO dependencies on IGS_CA_INST_REL
12.1.1
-
APPS.IGS_AS_SUAO_LGCY_PUB dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
APPS.IGS_AD_VAL_SCFT SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_PROG_OFFERING_PATTERNS
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_OFR_PAT_NOTE
12.1.1