Search Results course_version
Overview
IGS_GR_CRMN_ROUND_V is an Oracle E-Business Suite (EBS) view owned by the APPS schema and defined within the Student System / Graduation Management (IGS) product family. It presents a consolidated, hierarchical listing of graduation ceremony scheduling data, combining four levels of granularity into a single reporting structure: the graduation round, the ceremony, the award-level ceremony association, and the award/course-version ceremony unit/group association. This UNION-based design allows a single query to traverse the graduation ceremony hierarchy without the caller needing to understand the individual base tables involved.
The view is typically used in graduation management reporting, ceremony rosters, and downstream integrations where a flattened listing of ceremony-related records — including identifying the course version associated with an award — is required. It is read-only reference data and is not designed for direct DML.
Underlying Base Objects
The view is defined as a four-way UNION over the following base tables:
- IGS_GR_AWD_CRM_US_GP — Award/ceremony unit-group associations. This is the most detailed level and contributes the award code, award course code, award course version number, and unit-set group number.
- IGS_GR_AWD_CEREMONY — Award-to-ceremony associations, contributing award and course-version details without a unit-set group.
- IGS_GR_CRMN — Ceremony header records, populated only with the graduation calendar/sequence and ceremony identifiers.
- IGS_GR_CRMN_ROUND — Graduation round records, the highest-level grouping, carrying only the graduation calendar type and sequence number.
The UNION progressively nullifies lower-level attributes as it moves up the hierarchy, so each row reflects its true level of granularity. The ETRM documentation records no explicitly documented referenced base objects beyond the view text itself.
Key Columns
- GRD_CAL_TYPE / GRD_CI_SEQUENCE_NUMBER — Graduation calendar type and sequence; the top-level round identifier.
- CEREMONY_NUMBER — Identifies the ceremony within the round (null at round level).
- AWARD_CD — Award code associated with the ceremony (null above award level).
- AWARD_COURSE_CD / AWARD_CRS_VERSION_NUMBER — The award course and its version number, identifying the specific course version.
- COURSE_VERSION — A derived concatenation of AWARD_COURSE_CD and AWARD_CRS_VERSION_NUMBER, provided for convenient display of the course version.
- US_GROUP_NUMBER — Unit-set group number, populated only from IGS_GR_AWD_CRM_US_GP.
- TITLE — A derived description obtained via IGS_GR_GEN_001.GRDP_GET_ACUSG_TITLE, returning the award/course-version/unit-set-group title.
- Standard audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
A frequent requirement is to list all ceremonies and their associated course versions for a given graduation round:
- Reporting course versions tied to a specific ceremony.
- Resolving award titles via the TITLE column for output listings.
- Feeding ceremony rosters or attendance systems with course-version identifiers.
Sample query:
SELECT GRD_CAL_TYPE, GRD_CI_SEQUENCE_NUMBER, CEREMONY_NUMBER, AWARD_CD, COURSE_VERSION, US_GROUP_NUMBER, TITLE FROM APPS.IGS_GR_CRMN_ROUND_V WHERE GRD_CAL_TYPE = :calendar AND GRD_CI_SEQUENCE_NUMBER = :seq AND COURSE_VERSION IS NOT NULL ORDER BY CEREMONY_NUMBER, AWARD_CD;
Because COURSE_VERSION and TITLE are derived, filtering on them directly avoids callers having to invoke the underlying GRDP_GET_ACUSG_TITLE function themselves. Rows where COURSE_VERSION is null represent higher hierarchy levels (ceremony or round) and should be excluded when the report focuses strictly on course versions.
-
VIEW: APPS.IGS_GR_CRMN_ROUND_V
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.1.1
-
View: IGS_GR_CRMN_ROUND_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_CRMN_ROUND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_CRMN_ROUND_V, object_name:IGS_GR_CRMN_ROUND_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_CRMN_ROUND_V ,
-
View: IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CDT_CTXT_V, object_name:IGS_AD_PS_APPL_INST_CDT_CTXT_V, status:VALID, product: IGS - Student System , description: This will display the context of a research candidature. If the candidature is only linked to an applicant, then it will display Admission Application Instance details, otherwise the candidature must be linked to a student course attempt, a , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V ,
-
View: IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This will display the context of a research candidature. If the candidature is only linked to an applicant, then it will display Admission Application Instance details, otherwise the candidature must be linked to a student course attempt, a , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_CRMN_ROUND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_CRMN_ROUND_V, object_name:IGS_GR_CRMN_ROUND_V, status:VALID,
-
VIEW: APPS.IGS_PR_STDNT_PR_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PR_OU_V, object_name:IGS_PR_STDNT_PR_OU_V, status:VALID,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V ,
-
VIEW: APPS.IGS_PR_STD_PRG_AWD_AIM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STD_PRG_AWD_AIM_V, object_name:IGS_PR_STD_PRG_AWD_AIM_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CONTEXT_V, object_name:IGS_AD_PS_APPL_INST_CONTEXT_V, status:VALID,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_STD_PRG_AWD_AIM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STD_PRG_AWD_AIM_V, object_name:IGS_PR_STD_PRG_AWD_AIM_V, status:VALID, product: IGS - Student System , description: This view stores the information about maintenance of a student's targeted awards for each student program attempt, including start/end dates and completion flag. , implementation_dba_data: APPS.IGS_PR_STD_PRG_AWD_AIM_V ,
-
View: IGS_PR_STD_PRG_AWD_AIM_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores the information about maintenance of a student's targeted awards for each student program attempt, including start/end dates and completion flag. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CDT_CTXT_V, object_name:IGS_AD_PS_APPL_INST_CDT_CTXT_V, status:VALID,
-
View: IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CONTEXT_V, object_name:IGS_AD_PS_APPL_INST_CONTEXT_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_APLINST_V for forms requiring this table as a context block. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V ,
-
View: IGS_AD_PS_APPL_INST_CONTEXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_APLINST_V for forms requiring this table as a context block. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_STDNT_PR_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PR_OU_V, object_name:IGS_PR_STDNT_PR_OU_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_STDNT_PR_OU_V ,
-
View: IGS_PR_STDNT_PR_OU_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_VAL_POC
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_003
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,