Search Results igs_gr_crmn
Overview
IGS_GR_CRMN is a secure, operational view owned by the APPS schema within the Oracle E-Business Suite Student System (IGS) product family. In the context of Oracle EBS 12.1.1 and 12.2.2, this view exposes information concerning graduation ceremony records maintained by the institution. It provides a filtered presentation of the graduation ceremony entity, presenting venue assignments, ceremony scheduling attributes, date alias references, fee information, and guest allowances associated with each graduation ceremony instance.
The view serves as the primary read interface through which graduation ceremony data is accessed for reporting, inquiry forms, and integration touchpoints. Because it is defined with a Multi-Org filter predicate, it implements the standard Oracle EBS operating unit (ORG_ID) security model, ensuring that a session only sees ceremony rows belonging to the operating unit context stored in the user's client information. This makes it suitable for both online form-based access and concurrent-program reporting within a multi-org enabled installation.
Underlying Base Objects
IGS_GR_CRMN is defined over a single base table, IGS_GR_CRMN_ALL. The "_ALL" suffix follows the Oracle EBS Multi-Org convention, indicating that the table stores rows across multiple operating units and that the corresponding non-suffixed view applies row-level security to restrict visibility. The view projects the base table's columns and appends a ROWID-derived ROW_ID column, which supplies a stable row identifier for the underlying physical record.
The security predicate compares the ORG_ID column of IGS_GR_CRMN_ALL against the value derived from USERENV('CLIENT_INFO'). The client information string is parsed using SUBSTRB to extract the operating unit identifier from the first ten bytes, with a leading space treated as NULL and a fallback sentinel value of -99 applied via NVL on both sides of the comparison. This pattern is characteristic of the standard Oracle EBS Multi-Org views and reflects the 11i/12.x client-info mechanism used prior to the full multi-org session context.
Key Columns
- ROW_ID — The ROWID of the underlying IGS_GR_CRMN_ALL row, useful as a unique technical identifier.
- ORG_ID — Operating unit identifier driving the Multi-Org security filter.
- GRD_CAL_TYPE — Graduation calendar type, identifying which graduation calendar the ceremony belongs to.
- GRD_CI_SEQUENCE_NUMBER — Sequence number of the graduation calendar instance (calendar instance within the calendar type).
- CEREMONY_NUMBER — The ceremony number within the graduation calendar instance.
- VENUE_CD — Code identifying the venue where the ceremony is held.
- CEREMONY_DT_ALIAS and CEREMONY_DAI_SEQUENCE_NUMBER — The date alias and date alias instance sequence defining the ceremony date.
- CLOSING_DT_ALIAS and CLOSING_DAI_SEQUENCE_NUMBER — Date alias and instance sequence defining the closing date for the ceremony.
- CEREMONY_START_TIME and CEREMONY_END_TIME — Scheduled start and end times for the ceremony.
- CEREMONY_FEE — Fee charged in association with the ceremony.
- NUMBER_OF_GUESTS — The number of guests permitted or associated with the ceremony.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard Oracle EBS auditing columns.
Common Use Cases and Queries
Typical uses include listing ceremonies for a graduation instance, retrieving venue and scheduling details, and reporting fees and guest allowances. A representative query follows:
SELECT ceremony_number, venue_cd, ceremony_dt_alias, ceremony_start_time, ceremony_end_time, ceremony_fee, number_of_guests FROM igs_gr_crmn WHERE grd_cal_type = :p_cal_type AND grd_ci_sequence_number = :p_ci_seq;SELECT venue_cd, count(*) FROM igs_gr_crmn GROUP BY venue_cd;— venue utilisation reporting.
Because the ORG_ID predicate is applied automatically, queries executed through the view respect the caller's operating unit context without additional filtering, aligning the view with standard EBS multi-org reporting practice.
-
View: IGS_GR_CRMN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_CRMN, object_name:IGS_GR_CRMN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_CRMN ,
-
View: IGS_GR_CRMN
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_GRD_PERD_V
12.1.1
-
VIEW: APPS.IGS_GR_GRD_PERD_ABBRVTN_V
12.1.1
-
VIEW: APPS.IGS_GR_CRMN_ROUND_V
12.1.1
-
SYNONYM: APPS.IGS_GR_CRMN_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_CRMN_ALL, status:VALID,
-
VIEW: APPS.IGS_GR_GRADUATE_REGISTER_RPT_V
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_VAL_GC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_VAL_GC, status:VALID,
-
APPS.IGS_GR_VAL_GC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_PRC_GAC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_PRC_GAC, status:VALID,
-
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_GRD_PERD_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GR_GRD_PERD_V is used to maintain graduation period. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_GRD_PERD_ABBRVTN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRD_PERD_ABBRVTN_V, object_name:IGS_GR_GRD_PERD_ABBRVTN_V, status:VALID, product: IGS - Student System , description: IGS_GR_GRD_PERD_ABBRVTN_V is used to manipulate graduation period abbreviation. , implementation_dba_data: APPS.IGS_GR_GRD_PERD_ABBRVTN_V ,
-
PACKAGE BODY: APPS.IGS_GR_VAL_GAC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_VAL_GAC, status:VALID,
-
View: IGS_GR_GRD_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRD_PERD_V, object_name:IGS_GR_GRD_PERD_V, status:VALID, product: IGS - Student System , description: IGS_GR_GRD_PERD_V is used to maintain graduation period. , implementation_dba_data: APPS.IGS_GR_GRD_PERD_V ,
-
View: IGS_GR_GRD_PERD_ABBRVTN_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GR_GRD_PERD_ABBRVTN_V is used to manipulate graduation period abbreviation. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_GR_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_GR_VAL_GR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_VAL_GR, status:VALID,
-
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_GR_GRADUATE_REGISTER_RPT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_GRD_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRD_PERD_V, object_name:IGS_GR_GRD_PERD_V, status:VALID,
-
VIEW: APPS.IGS_GR_GRD_PERD_ABBRVTN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRD_PERD_ABBRVTN_V, object_name:IGS_GR_GRD_PERD_ABBRVTN_V, status:VALID,
-
View: IGS_GR_GRADUATE_REGISTER_RPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUATE_REGISTER_RPT_V, object_name:IGS_GR_GRADUATE_REGISTER_RPT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_GRADUATE_REGISTER_RPT_V ,
-
VIEW: APPS.IGS_GR_CRMN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_CRMN, object_name:IGS_GR_CRMN, status:VALID,
-
VIEW: APPS.IGS_GR_GRADUATE_REGISTER_RPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUATE_REGISTER_RPT_V, object_name:IGS_GR_GRADUATE_REGISTER_RPT_V, status:VALID,
-
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,
-
APPS.IGS_GR_VAL_GAC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_VAL_GC
12.1.1
-
APPS.IGS_GR_VAL_GR SQL Statements
12.1.1
-
APPS.IGS_GR_PRC_GAC SQL Statements
12.1.1
-
APPS.IGS_GR_VAL_GAC dependencies on IGS_GR_CRMN
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GR_CRMN
12.1.1
-
APPS.IGS_GR_VAL_GR dependencies on IGS_GR_CRMN
12.1.1
-
APPS.IGS_GR_VAL_GC dependencies on IGS_GR_CRMN
12.1.1
-
APPS.IGS_GR_GEN_002 dependencies on IGS_GR_CRMN
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_GEN_002
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.IGS_GR_GEN_002 SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGS_GR_VAL_GAC
12.1.1
-
APPS.IGS_GR_VAL_GC dependencies on IGS_CA_DA_INST_V
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_CA_DA_INST_V
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GR_VENUE
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_GR_VAL_GC dependencies on IGS_GR_AWD_CRMN
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_AD_LOCATION_REL
12.1.1
-
APPS.IGS_GR_GEN_002 dependencies on IGS_GR_AWD_CRMN
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GR_GRADUAND
12.1.1
-
APPS.IGS_GR_GEN_002 dependencies on IGS_GR_AWD_CEREMONY
12.1.1