Search Results course_group_cd
Overview
The IGS_PS_GRP_MBR table is a core data entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or Campus Solutions product, residing under the IGS (Integrated Global Systems) schema. Its primary function is to define membership relationships between academic programs (courses) and program groupings. The table acts as a junction entity, linking individual program offerings to user-defined groups that share common properties. This structure is fundamental for administrative processes that require treating multiple programs as a collective unit, enabling efficient management of academic rules and student progression pathways.
Key Information Stored
The table's structure is focused on establishing the membership link and maintaining audit trails. The key columns are:
- COURSE_CD and VERSION_NUMBER: Together, these columns uniquely identify a specific program (course) that is a member of a group. The COURSE_CD is a unique identifier for the program.
- COURSE_GROUP_CD: This is a critical 10-character identifier for the program group itself. As per the documentation, program groups are used to link programs with user-defined common properties for purposes such as student progression and permitted double degree combinations. This is the column referenced in the user's search.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): These columns provide essential audit information, tracking who created or last modified each membership record and when.
Common Use Cases and Queries
This table is central to queries that need to list or analyze programs belonging to a particular functional group. A common use case is generating reports for academic advisors or administrators to view all programs within a group designated for a specific progression rule or double-degree combination. For instance, to find all members of a specific program group, a straightforward SELECT statement is used:
SELECT COURSE_CD, VERSION_NUMBER FROM IGS.IGS_PS_GRP_MBR WHERE COURSE_GROUP_CD = '&GROUP_CODE';Conversely, to find all groups a specific program belongs to:
SELECT COURSE_GROUP_CD FROM IGS.IGS_PS_GRP_MBR WHERE COURSE_CD = '&COURSE_CODE' AND VERSION_NUMBER = &VERSION_NUM;This data is often joined with the main program/course table (e.g., IGS_PS_VER) to retrieve descriptive details about the member programs for comprehensive reporting.
Related Objects
While the provided dependency information states the table does not reference other objects, it is a foundational table referenced by higher-level application logic. The key related object is the entity that defines the program group header information, which likely has a code matching the COURSE_GROUP_CD (e.g., a table like IGS_PS_GRP). The membership records in IGS_PS_GRP_MBR are children of such a header record. Furthermore, the table is referenced by the APPS synonym IGS_PS_GRP_MBR, which is used by the EBS application code and custom reports to access this data through a consistent public name, insulating them from the underlying schema.
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_PS_GRP
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_PS_GRP_TYPE
12.1.1
-
TABLE: IGS.IGS_PS_GRP_MBR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_MBR, object_name:IGS_PS_GRP_MBR, status:VALID,
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_PS_GRP_MBR
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_PS_GRP_TYPE
12.1.1
-
APPS.IGS_PS_VAL_CGM dependencies on IGS_PS_GRP
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_PS_GRP
12.1.1
-
APPS.IGS_PS_GRP_PKG dependencies on IGS_PS_GRP_ALL
12.1.1
-
APPS.IGS_PR_VAL_SPO dependencies on IGS_PS_GRP
12.1.1
-
TABLE: IGS.IGS_PE_CRS_GRP_EXCL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_CRS_GRP_EXCL, object_name:IGS_PE_CRS_GRP_EXCL, status:VALID,
-
VIEW: APPS.IGS_PS_GRP
12.1.1
-
APPS.IGS_EN_VAL_PCGE SQL Statements
12.1.1
-
APPS.IGS_PS_VAL_CRV dependencies on IGS_PS_GRP_MBR
12.1.1
-
View: IGS_PS_GRP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_GRP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_GRP, object_name:IGS_PS_GRP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_GRP ,
-
TABLE: IGS.IGS_PS_GRP_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_FEE_TRG, object_name:IGS_PS_GRP_FEE_TRG, status:VALID,
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_PS_GRP_MBR
12.1.1
-
TABLE: IGS.IGS_PS_GRP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_ALL, object_name:IGS_PS_GRP_ALL, status:VALID,
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
VIEW: APPS.IGS_PS_GRP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_GRP, object_name:IGS_PS_GRP, status:VALID,
-
APPS.IGS_FI_VAL_CGFT dependencies on IGS_PS_GRP_FEE_TRG
12.1.1
-
APPS.IGS_PS_VAL_CGM SQL Statements
12.1.1
-
APPS.IGS_ST_GEN_001 SQL Statements
12.1.1
-
Table: IGS_PE_CRS_GRP_EXCL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_CRS_GRP_EXCL, object_name:IGS_PE_CRS_GRP_EXCL, status:VALID, product: IGS - Student System , description: This entity describes a course group from which a person has been excluded. , implementation_dba_data: IGS.IGS_PE_CRS_GRP_EXCL ,
-
Table: IGS_PS_GRP_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_FEE_TRG, object_name:IGS_PS_GRP_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the program group based fee triggers. It is used during fee assessment processing to indicate a program group based fee applies for a fee type. , implementation_dba_data: IGS.IGS_PS_GRP_FEE_TRG ,
-
APPS.IGS_HE_EXTRACT_PKG dependencies on IGS_HE_EXT_RUN_PRMS
12.1.1
-
APPS.IGS_PS_GRP_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
APPS.IGS_PS_GRP_MBR_PKG SQL Statements
12.1.1
-
APPS.IGS_PR_GEN_005 dependencies on IGS_PS_GRP_MBR
12.1.1
-
APPS.IGS_PS_GRP_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_GRP_MBR_PKG dependencies on IGS_PS_GRP_MBR
12.1.1
-
APPS.IGS_PS_GRP_FEE_TRG_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_PS_VAL_CRV dependencies on IGS_PS_VAL_CGM
12.1.1
-
Table: IGS_PS_GRP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a grouping of programs, which are used for a variety of purposes within the system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_GRP_MBR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_MBR, object_name:IGS_PS_GRP_MBR, status:VALID, product: IGS - Student System , description: This entity describes the programs, which are members in a program grouping. , implementation_dba_data: IGS.IGS_PS_GRP_MBR ,
-
Table: IGS_PS_GRP_MBR
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the programs, which are members in a program grouping. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GRP_FEE_TRG_PKG SQL Statements
12.1.1
-
Table: IGS_PE_CRS_GRP_EXCL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a course group from which a person has been excluded. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_GRP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_ALL, object_name:IGS_PS_GRP_ALL, status:VALID, product: IGS - Student System , description: This entity describes a grouping of programs, which are used for a variety of purposes within the system. , implementation_dba_data: IGS.IGS_PS_GRP_ALL ,
-
Table: IGS_PS_GRP_FEE_TRG
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the program group based fee triggers. It is used during fee assessment processing to indicate a program group based fee applies for a fee type. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VAL_CRV dependencies on IGS_PS_REF_CD
12.1.1
-
APPS.IGS_EN_VAL_PCGE dependencies on IGS_PS_GRP
12.1.1
-
APPS.IGS_EN_VAL_SCT dependencies on IGS_PS_GRP_MBR
12.1.1
-
APPS.IGS_PE_CRS_GRP_EXCL_PKG SQL Statements
12.1.1
-
APPS.IGS_PR_GEN_005 dependencies on HZ_PARTIES
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GRP_MBR_PKG
12.1.1
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_PS_GRP_MBR
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_CGM
12.1.1
-
APPS.IGS_AD_VAL_ACA SQL Statements
12.1.1
-
APPS.IGS_PS_GRP_FEE_TRG_PKG dependencies on IGS_PS_GRP_FEE_TRG
12.1.1