Search Results igs_ps_uso_cm_grp
Overview
IGS_PS_USO_CM_GRP is a table within the Oracle Student System (IGS) product family, historically shipped as part of the Oracle E-Business Suite higher-education solution. Its documented purpose is to store information about all Class Meet Groups created in Oracle Student System. A Class Meet Group represents a logical grouping construct used to organize class meeting instances so that scheduling, enrollment capacity, and instructor assignment rules can be applied uniformly across a related set of meetings.
Within Oracle EBS 12.1.1 and 12.2.2, the IGS product line is classified as obsolete. The ETRM metadata explicitly records the implementation status as "Not implemented in this database," meaning the table is retained for reference and upgrade-continuity purposes but is not created or populated in a standard EBS installation. The heuristic Data Vault classification derived from the foreign-key structure is satellite-leaning, which suggests modeling this object as a satellite attached to a class-meeting or calendar-instance hub rather than as an independent hub or a linking table.
Key Information Stored
The documented physical schema for release 12.1.1 lists eleven columns owned by the IGS schema. The most significant of these are described below.
- CLASS_MEET_GROUP_ID — the surrogate primary key of the table, enforced through IGS_PS_USO_CM_GRP_PK and also exposed as unique index IGS_PS_USO_CM_GRP_U1. It uniquely identifies each class meet group record.
- CLASS_MEET_GROUP_NAME — the user-facing name assigned to the meet group.
- CAL_TYPE and CI_SEQUENCE_NUMBER — together these form part of the composite unique index IGS_PS_USO_CM_GRP_U2 (CLASS_MEET_GROUP_NAME, CAL_TYPE, CI_SEQUENCE_NUMBER), which functions as the business-key candidate. CAL_TYPE identifies the calendar type and CI_SEQUENCE_NUMBER identifies the associated calendar instance, linking the group to a specific academic calendar context.
- MAX_ENR_GROUP and MAX_OVR_GROUP — capacity-related attributes defining maximum enrollment and maximum override thresholds for the group.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard Oracle EBS audit columns capturing who created and last modified the record and when.
The distinction between the surrogate key (CLASS_MEET_GROUP_ID) and the business-key candidates is important: integrations and reporting should reference the surrogate identifier for joins, while the composite of name, calendar type, and sequence number governs uniqueness from a user perspective.
Common Use Cases and Queries
Because the object is obsolete, the primary practical scenarios are upgrade assessment, data archival, and historical reporting on legacy Student System installations. A typical reconciliation query joins the group to its child class meetings:
SELECT g.class_meet_group_id, g.class_meet_group_name, g.cal_type, g.ci_sequence_number, m.class_meet_id FROM igs_ps_uso_cm_grp g, igs_ps_uso_clas_meet m WHERE g.class_meet_group_id = m.class_meet_group_id;
Capacity analysis uses MAX_ENR_GROUP and MAX_OVR_GROUP against actual enrollment figures. Calendar-instance validation joins CAL_TYPE and CI_SEQUENCE_NUMBER to IGS_CA_INST_ALL to confirm that each group is anchored to a valid calendar instance.
Related Objects
- IGS_PS_USO_CLAS_MEET — the principal child table; its CLASS_MEET_GROUP_ID column references IGS_PS_USO_CM_GRP, so each class meeting is associated with its parent group.
- IGS_CA_INST_ALL — referenced by CAL_TYPE and CI_SEQUENCE_NUMBER, supplying the calendar instance definition.
- IGS_PS_USO_CM_GRP_PK and IGS_PS_USO_CM_GRP_U1 / U2 — the primary key and unique indexes that enforce record and business-key integrity.
- Broader IGS scheduling and enrollment objects that consume class meet group definitions for term-based capacity and instructor assignment reporting.
-
Table: IGS_PS_USO_CM_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about all Class Meet Groups created in Oracle Student System. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USO_CM_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USO_CM_GRP, object_name:IGS_PS_USO_CM_GRP, status:VALID, product: IGS - Student System , description: This table contains information about all Class Meet Groups created in Oracle Student System. , implementation_dba_data: IGS.IGS_PS_USO_CM_GRP ,
-
APPS.IGS_PS_USO_CM_GRP_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_USO_CM_GRP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USO_CM_GRP, status:VALID,
-
VIEW: APPS.IGS_PS_USO_CM_GRP_V
12.1.1
-
TABLE: IGS.IGS_PS_USO_CM_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USO_CM_GRP, object_name:IGS_PS_USO_CM_GRP, status:VALID,
-
VIEW: APPS.IGS_PS_USO_CLAS_MEET_V
12.1.1
-
Table: IGS_PS_USO_CLAS_MEET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USO_CLAS_MEET, object_name:IGS_PS_USO_CLAS_MEET, status:VALID, product: IGS - Student System , description: This table contains all Unit Section Occurrences that are part of the Class Meet Group. , implementation_dba_data: IGS.IGS_PS_USO_CLAS_MEET ,
-
Table: IGS_PS_USO_CLAS_MEET
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains all Unit Section Occurrences that are part of the Class Meet Group. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_USO_CM_GRP_PKG
12.1.1
-
PACKAGE: APPS.IGS_PS_CREATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_CREATE_GENERIC_PKG, status:VALID,
-
View: IGS_PS_USO_CM_GRP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_USO_CM_GRP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USO_CM_GRP_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SUA_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SUA_API, status:VALID,
-
View: IGS_PS_USO_CM_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USO_CM_GRP_V, object_name:IGS_PS_USO_CM_GRP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USO_CM_GRP_V ,
-
View: IGS_PS_USO_CLAS_MEET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USO_CLAS_MEET_V, object_name:IGS_PS_USO_CLAS_MEET_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USO_CLAS_MEET_V ,
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_GENERIC_PUB, status:VALID,
-
View: IGS_PS_USO_CLAS_MEET_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_USO_CM_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USO_CM_GRP_V, object_name:IGS_PS_USO_CM_GRP_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VALIDATE_GENERIC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_015, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_USEC_SCHEDULE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_SCHEDULE, status:VALID,
-
VIEW: APPS.IGS_PS_USO_CLAS_MEET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USO_CLAS_MEET_V, object_name:IGS_PS_USO_CLAS_MEET_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_ENR_DETAILS, status:VALID,
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_CREATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_CREATE_GENERIC_PKG, status:VALID,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SS_ENR_DETAILS SQL Statements
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_EN_SUA_API dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_PS_USO_CM_GRP_PKG dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_USO_CM_GRP
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_EN_SUA_API SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_015 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_GENERIC_PKG
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_USO_CLAS_MEET
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_USO_CLAS_MEET
12.1.1