Search Results coo_id
Overview
The IGS_PS_OFR_OPT_NOTE table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically in the Oracle Student Management (OSM) product family under the IGS (iGrants) schema. It functions as the central repository for storing descriptive notes and comments associated with specific program offering options. A program offering option defines the precise delivery mode, location, and attendance pattern for an academic program (course) within a given academic calendar. This table enables institutions to attach contextual information—such as administrative notes, handbook entries, or special instructions—to these granular offerings, ensuring relevant details are maintained and accessible throughout the student lifecycle and administrative processes.
Key Information Stored
The table's structure combines identifiers for the program offering option with note metadata. The primary key is a composite of columns identifying the specific offering: COURSE_CD, VERSION_NUMBER, CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, and ATTENDANCE_TYPE, along with a REFERENCE_NUMBER for the note itself. A critical foreign key column is COO_ID (Program Offering Option ID), which provides a direct numeric reference to the parent offering option record, facilitating efficient joins. Other significant columns include CRS_NOTE_TYPE, which classifies the note's purpose (e.g., 'HANDBOOK'), and the standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing. The table is indexed to optimize queries on COO_ID, REFERENCE_NUMBER, and CRS_NOTE_TYPE.
Common Use Cases and Queries
This table is primarily accessed for reporting, data validation, and integration processes. Common scenarios include generating official program handbooks by extracting notes of a specific type, or validating note completeness during offering setup. A frequent query pattern involves joining to the main program offering option table via COO_ID or the composite key to retrieve notes for a specific offering.
- Retrieve all notes for a specific Program Offering Option ID:
SELECT * FROM IGS.IGS_PS_OFR_OPT_NOTE WHERE COO_ID = :p_coo_id ORDER BY REFERENCE_NUMBER; - Find handbook notes for a set of offerings:
SELECT n.* FROM IGS.IGS_PS_OFR_OPT_NOTE n, IGS.IGS_PS_OFR_OPT o WHERE n.COO_ID = o.COO_ID AND n.CRS_NOTE_TYPE = 'HANDBOOK' AND o.COURSE_CD = :p_course_cd;
Related Objects
The IGS_PS_OFR_OPT_NOTE table maintains a direct relationship with the core program offering option table, which is inferred from the COO_ID column and the composite primary key structure. The unique index (IGS_PS_OFR_OPT_NOTE_U1) suggests the table is a child of the entity defining COURSE_CD, VERSION_NUMBER, CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, and ATTENDANCE_TYPE—typically a table like IGS_PS_OFR_OPT (Program Offering Option). The non-unique index on COO_ID (IGS_PS_OFR_OPT_NOTE_N3) explicitly supports this foreign key relationship. The table is also related to the institution's note type lookup values (for CRS_NOTE_TYPE) and is referenced by any reports, forms, or APIs that display or manage notes for academic offerings within the Student Management system.
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_DCNT_REASONCD
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_PS_GEN_003 dependencies on IGS_PS_OFR_OPT
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PS_OF_OPT_AD_CAT
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_PS_OFR_OPT
12.1.1
-
APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_EN_DCNT_REASONCD
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_PS_OFR_OPT
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_OFR_OPT
12.1.1
-
APPS.IGS_RE_GEN_001 dependencies on IGS_PS_GEN_002
12.1.1
-
TABLE: IGS.IGS_PS_OFR_OPT_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_OPT_NOTE, object_name:IGS_PS_OFR_OPT_NOTE, status:VALID,
-
VIEW: APPS.IGS_PR_SCA_US_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SCA_US_V, object_name:IGS_PR_SCA_US_V, status:VALID,
-
View: IGS_PR_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PS_ATT_V, object_name:IGS_PR_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_STDNT_PS_ATT_V ,
-
View: IGS_PS_OFR_OPT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_OFR_OPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT, object_name:IGS_PS_OFR_OPT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_OFR_OPT ,
-
View: IGS_PR_STDNT_PS_ATT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_OFR_OPT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
-
View: IGS_PS_OFR_OPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT_V, object_name:IGS_PS_OFR_OPT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_OFR_OPT_V ,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PS_OF_OPT_UNT_ST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OF_OPT_UNT_ST, object_name:IGS_PS_OF_OPT_UNT_ST, status:VALID,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_SV, object_name:IGS_EN_STDNT_PS_ATT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_SV ,
-
APPS.IGS_EN_GEN_009 dependencies on IGS_PS_OFR_OPT
12.1.1
-
TABLE: IGS.IGS_PS_ENT_PT_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_ENT_PT_REF_CD, object_name:IGS_PS_ENT_PT_REF_CD, status:VALID,
-
APPS.IGS_EN_GEN_LEGACY dependencies on IGS_PS_OFR_OPT
12.1.1
-
View: IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID, product: IGS - Student System , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT ,
-
View: IGS_EN_STDNT_PS_ATT
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_STDNT_PS_ATT_V
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_PS_OF_OPT_UNT_ST_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_PS_OFR_OPT_ALL
12.1.1
-
VIEW: APPS.IGS_PS_OFR_OPT
12.1.1
-
VIEW: APPS.IGS_PS_OFR_OPT_V
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PATTERN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PATTERN_V, object_name:IGS_PS_OFR_PATTERN_V, status:VALID,
-
TABLE: IGS.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,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
-
VIEW: APPS.IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT_UNIT_SET_V, object_name:IGS_PS_OFR_OPT_UNIT_SET_V, status:VALID,
-
VIEW: APPS.IGS_PS_OFR_OPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT_V, object_name:IGS_PS_OFR_OPT_V, status:VALID,
-
APPS.IGS_PS_OF_OPT_UNT_ST_PKG dependencies on IGS_PS_OF_OPT_UNT_ST
12.1.1
-
View: IGS_AS_SCA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SCA_H_V
12.1.1
-
View: IGSBV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PROGRAM_TERMS, object_name:IGSBV_STUDENT_PROGRAM_TERMS, status:VALID, product: IGS - Student System , description: This view lists program attempt attributes based on Term Calendar. , implementation_dba_data: APPS.IGSBV_STUDENT_PROGRAM_TERMS ,
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_HE_CODE_MAP_VAL
12.1.1
-
APPS.IGS_PS_OF_OPT_AD_CAT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PR_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PS_ATT_V, object_name:IGS_PR_STDNT_PS_ATT_V, status:VALID,
-
VIEW: APPS.IGS_AD_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_STDNT_PS_ATT_V, object_name:IGS_AD_STDNT_PS_ATT_V, status:VALID,
-
View: IGS_AS_SCA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCA_H_V, object_name:IGS_AS_SCA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: APPS.IGS_AS_SCA_H_V ,