Search Results igs_gr_testamur_type
Overview
The IGS_GR_TESTAMUR_TYPE table is a core reference entity within the Oracle E-Business Suite Student System (IGS) module, specifically governing graduation and award processes. It defines the distinct types or styles of testamurs (official award certificates) that an institution can issue. As a master data table, it provides a controlled list of valid testamur types, such as standard university-issued certificates or specialized versions for entrepreneurial clients or partner organizations. Its primary role is to ensure data integrity and consistency when generating and recording award documentation, serving as a key lookup for the system's graduation and credentialing functions.
Key Information Stored
The table's central column is the TESTAMUR_TYPE, which serves as the primary key and uniquely identifies each testamur style. Based on the provided metadata, a critical foreign key relationship exists via the CORRESPONDENCE_TYPE column, which references the IGS_CO_TYPE table. This link associates each testamur type with a specific correspondence or document template, indicating that the physical layout and content of the certificate are managed through the system's correspondence engine. This structure allows institutions to manage the visual and textual presentation of different certificate types separately from the award logic itself.
Common Use Cases and Queries
This table is essential during the award conferral process. When a student's award is processed, the system references the TESTAMUR_TYPE associated with their award (via the IGS_PS_AWD table) to determine the correct certificate style for printing. Common administrative tasks include maintaining the list of available certificate types and auditing which awards use which styles. A typical query would retrieve all configured testamur types along with their linked correspondence templates:
- SELECT tt.testamur_type, ct.correspondence_type, ct.description FROM igs_gr_testamur_type tt, igs_co_type ct WHERE tt.correspondence_type = ct.correspondence_type;
Another frequent reporting use case involves listing all academic awards (from IGS_PS_AWD) and their designated testamur types for verification and batch processing of certificate generation.
Related Objects
The IGS_GR_TESTAMUR_TYPE table has defined relationships with several other key entities in the Student System. Its primary foreign key dependency is on the IGS_CO_TYPE table, which stores correspondence types. Most importantly, the IGS_PS_AWD (Academic Award) table holds a foreign key, IGS_PS_AWD.TESTAMUR_TYPE, referencing this table. This establishes that each academic award record is configured to produce a specific type of testamur. Consequently, any process or report generating graduation certificates will traverse this relationship from the award to the testamur type and finally to the corresponding document template.
-
Table: IGS_GR_TESTAMUR_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the types of a testamur e.g. the style could be for the University or for an entrepreneurial client. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_GR_TESTAMUR_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_TESTAMUR_TYPE, object_name:IGS_GR_TESTAMUR_TYPE, status:VALID, product: IGS - Student System , description: This entity describes the types of a testamur e.g. the style could be for the University or for an entrepreneurial client. , implementation_dba_data: IGS.IGS_GR_TESTAMUR_TYPE ,
-
APPS.IGS_PS_VAL_AW dependencies on IGS_GR_TESTAMUR_TYPE
12.1.1
-
APPS.IGS_PS_VAL_AW dependencies on IGS_GR_TESTAMUR_TYPE
12.1.1
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG dependencies on IGS_GR_TESTAMUR_TYPE
12.1.1
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG dependencies on IGS_GR_TESTAMUR_TYPE_PKG
12.1.1
-
VIEW: APPS.IGSFV_AWARDS
12.1.1
-
SYNONYM: APPS.IGS_GR_TESTAMUR_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_TESTAMUR_TYPE, status:VALID,
-
VIEW: APPS.IGS_PS_AWD_V
12.1.1
-
TABLE: IGS.IGS_GR_TESTAMUR_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_TESTAMUR_TYPE, object_name:IGS_GR_TESTAMUR_TYPE, status:VALID,
-
PACKAGE BODY: APPS.IGS_GR_TESTAMUR_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_TESTAMUR_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_TESTAMUR_TYPE_PKG, status:VALID,
-
Table: IGS_PS_AWD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_AWD, object_name:IGS_PS_AWD, status:VALID, product: IGS - Student System , description: This entity describes an award offered by the university. , implementation_dba_data: IGS.IGS_PS_AWD ,
-
View: IGSFV_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AWARDS, object_name:IGSFV_AWARDS, status:VALID, product: IGS - Student System , description: This is the full view which describes the awards offered by the university. , implementation_dba_data: APPS.IGSFV_AWARDS ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_AW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_AW, status:VALID,
-
View: IGSFV_AWARDS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view which describes the awards offered by the university. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_TYPE, object_name:IGS_CO_TYPE, status:VALID, product: IGS - Student System , description: Describes available system-defined correspondence types , implementation_dba_data: IGS.IGS_CO_TYPE ,
-
PACKAGE: APPS.IGS_PS_VAL_AW
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_VAL_AW, status:VALID,
-
Table: IGS_CO_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available system-defined correspondence types , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_AWD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the award setup , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_AWD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_V, object_name:IGS_PS_AWD_V, status:VALID, product: IGS - Student System , description: Stores the award setup , implementation_dba_data: APPS.IGS_PS_AWD_V ,
-
APPS.IGS_PS_VAL_AW SQL Statements
12.1.1
-
Table: IGS_PS_AWD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes an award offered by the university. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_AWD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_V, object_name:IGS_PS_AWD_V, status:VALID,
-
VIEW: APPS.IGSFV_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AWARDS, object_name:IGSFV_AWARDS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VAL_AW
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
-
12.1.1 DBA Data
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'. ,
-
12.1.1 DBA Data
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'. ,