Search Results igs_ge_ref_cd_type_all
Overview
The IGS_GE_REF_CD_TYPE_ALL table is a core reference data object within the Oracle E-Business Suite Student System (IGS) module. It functions as a master repository for defining and categorizing the various types of reference codes that can be associated with academic offerings. Its primary role is to establish a controlled vocabulary of code types—such as TAC (Tertiary Admissions Centre), CRICOS (Commonwealth Register of Institutions and Courses for Overseas Students), and IVRS—which are then applied to course and unit offerings. This table provides the foundational structure that ensures consistency and validity in how external or institutional reference identifiers are linked to educational products across the system, enabling standardized reporting and regulatory compliance.
Key Information Stored
While the provided ETRM metadata does not list specific column names, the structure and purpose of the table can be inferred. The central piece of information stored is the reference code type itself, which serves as the table's primary key. This is likely stored in a column such as REFERENCE_CD_TYPE. The table would also contain descriptive columns to define each type, such as a meaningful name (e.g., DESCRIPTION) and potentially attributes controlling the code's format, validation rules, or status (e.g., ACTIVE_IND). As an "_ALL" table in the EBS architecture, it also contains the ORG_ID column to support multi-org functionality, allowing different business groups or operating units to maintain their own set of reference code types if required.
Common Use Cases and Queries
This table is primarily used in administrative and reporting contexts related to course and unit management. Common use cases include setting up new reference code types during system implementation, generating lists of valid code types for user interfaces, and auditing which code types are in use. For reporting, it is frequently joined to transactional tables to produce human-readable descriptions for code types. A typical query would retrieve all active reference code types for a specific operating unit:
- SELECT reference_cd_type, description FROM igs_ge_ref_cd_type_all WHERE org_id = :p_org_id AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
Another common pattern is to join this table to a transactional table like IGS_PS_REF_CD to resolve a code type for a specific course offering:
- SELECT rct.description, rc.reference_cd FROM igs_ps_ref_cd rc, igs_ge_ref_cd_type_all rct WHERE rc.course_cd = :p_course_cd AND rc.reference_cd_type = rct.reference_cd_type AND rc.org_id = rct.org_id;
Related Objects
The IGS_GE_REF_CD_TYPE_ALL table is a key parent table, referenced by several transactional and historical tables via foreign key relationships. These relationships document where specific reference code type values are applied. The documented foreign keys are:
- IGS_PS_REF_CD: References REFERENCE_CD_TYPE. Stores reference codes for course offerings.
- IGS_PS_REF_CD_HIST_ALL: References REFERENCE_CD_TYPE. Maintains history for course reference codes.
- IGS_GE_REF_CD: References REFERENCE_CD_TYPE. A more general reference code table.
- IGS_PS_USEC_REF_CD: References REFERENCE_CODE_TYPE. Stores reference codes for unit sections (usec).
- IGS_PS_UNIT_REF_CD: References REFERENCE_CD_TYPE. Stores reference codes for units.
- IGS_PS_UNIT_REF_HIST_ALL: References REFERENCE_CD_TYPE. Maintains history for unit reference codes.
-
Table: IGS_GE_REF_CD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_REF_CD_TYPE_ALL, object_name:IGS_GE_REF_CD_TYPE_ALL, status:VALID, product: IGS - Student System , description: IGS_GE_REF_CD_TYPE_ALL describes the types of reference codes which are applied to the course offering options. For example TAC, CRICOS, IVRS. , implementation_dba_data: IGS.IGS_GE_REF_CD_TYPE_ALL ,
-
Table: IGS_GE_REF_CD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GE_REF_CD_TYPE_ALL describes the types of reference codes which are applied to the course offering options. For example TAC, CRICOS, IVRS. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VER_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_ENT_PT_REF_CD_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_US_REQ_REF_CD_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_GEN_007 dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_USEC_OCUR_REF_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_UNIT_REF_CD_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_UNITREQREF_CD_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_OFR_OPT_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_GE_REF_CD_TYPE_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_GEN_007 dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_USEC_REF_CD_PKG dependencies on IGS_GE_REF_CD_TYPE_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_GE_REF_CD
12.1.1
-
VIEW: APPS.IGSFV_UNIT_PROG_STRUCT_REFS
12.1.1
-
VIEW: APPS.IGSFV_USEC_OCCUR_REFERENCES
12.1.1
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_REFERENCES
12.1.1
-
SYNONYM: APPS.IGS_GE_REF_CD_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GE_REF_CD_TYPE_ALL, status:VALID,
-
VIEW: APPS.IGSBV_UNIT_PROG_STRUCT_REFS
12.1.1
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_REFERENCES
12.1.1
-
VIEW: APPS.IGS_GE_REF_CD_TYPE
12.1.1
-
APPS.IGS_GE_REF_CD_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_OFR_OPT_PKG dependencies on IGS_GE_REF_CD
12.1.1
-
APPS.IGS_GE_REF_CD_TYPE_PKG dependencies on IGS_GE_REF_CD_TYPE_PKG
12.1.1
-
Table: IGS_PS_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a reference code(s), which relate to the program. E.g. IVRS code. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_PS_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_GEN_007, status:VALID,
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_OCUR_REF
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_US_REQ_REF_CD
12.1.1
-
TABLE: IGS.IGS_GE_REF_CD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_REF_CD_TYPE_ALL, object_name:IGS_GE_REF_CD_TYPE_ALL, status:VALID,
-
View: IGSFV_USEC_OCCUR_REFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_OCCUR_REFERENCES, object_name:IGSFV_USEC_OCCUR_REFERENCES, status:VALID, product: IGS - Student System , description: Full View for Unit Section Occurrence Reference , implementation_dba_data: APPS.IGSFV_USEC_OCCUR_REFERENCES ,
-
Table: IGS_PS_UNIT_REF_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_REF_HIST_ALL, object_name:IGS_PS_UNIT_REF_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's reference codes. , implementation_dba_data: IGS.IGS_PS_UNIT_REF_HIST_ALL ,
-
View: IGSFV_USEC_OCCUR_REFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Unit Section Occurrence Reference , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_REF_CD, object_name:IGS_PS_REF_CD, status:VALID, product: IGS - Student System , description: This entity describes a reference code(s), which relate to the program. E.g. IVRS code. , implementation_dba_data: IGS.IGS_PS_REF_CD ,
-
Table: IGS_PS_REF_CD_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of program reference code changes for a program version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a reference code or codes related to the unit. E.g. IVRS code. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the relation between Unit Sections Reference and Reference codes. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VER_PKG dependencies on IGS_GE_REF_CD
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_007, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_USEC_REF_CD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_REF_CD_PKG, status:VALID,
-
Table: IGS_PS_REF_CD_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_REF_CD_HIST_ALL, object_name:IGS_PS_REF_CD_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of program reference code changes for a program version. , implementation_dba_data: IGS.IGS_PS_REF_CD_HIST_ALL ,
-
Table: IGS_GE_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_REF_CD, object_name:IGS_GE_REF_CD, status:VALID, product: IGS - Student System , description: IGS_GE_REF_CD holds the reference codes for a particular reference code type , implementation_dba_data: IGS.IGS_GE_REF_CD ,
-
View: IGSBV_UNIT_PROG_STRUCT_REFS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_PROG_STRUCT_REFS, object_name:IGSBV_UNIT_PROG_STRUCT_REFS, status:VALID, product: IGS - Student System , description: This is the base view, which describes reference code or codes related to the unit. , implementation_dba_data: APPS.IGSBV_UNIT_PROG_STRUCT_REFS ,
-
Table: IGS_PS_USEC_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_REF_CD, object_name:IGS_PS_USEC_REF_CD, status:VALID, product: IGS - Student System , description: Entity to capture the relation between Unit Sections Reference and Reference codes. , implementation_dba_data: IGS.IGS_PS_USEC_REF_CD ,
-
Table: IGS_PS_UNIT_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_REF_CD, object_name:IGS_PS_UNIT_REF_CD, status:VALID, product: IGS - Student System , description: This entity describes a reference code or codes related to the unit. E.g. IVRS code. , implementation_dba_data: IGS.IGS_PS_UNIT_REF_CD ,
-
Table: IGS_PS_UNIT_REF_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of changes to a unit version's reference codes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_GE_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GE_REF_CD holds the reference codes for a particular reference code type , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_PROG_STRUCT_REFS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes reference code or codes related to the unit. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_UNITREQREF_CD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNITREQREF_CD_PKG, status:VALID,
-
View: IGSBV_HIGH_EDU_PRG_REFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_REFERENCES, object_name:IGSBV_HIGH_EDU_PRG_REFERENCES, status:VALID, product: IGS - Student System , description: This is a base view, which describes a reference code or codes that relates to the program. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_REFERENCES ,