Search Results testamur_type
Overview
The IGS_GR_TESTAMUR_TYPE table is a core reference data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or Campus Solutions modules. It functions as a master repository for defining the different styles or formats of official degree certificates, known as testamurs, that an educational institution can issue. Its primary role is to provide a controlled list of testamur types, enabling the system to manage and generate distinct certificate documents for various award scenarios, such as standard university degrees, joint awards with external partners, or certificates for entrepreneurial clients.
Key Information Stored
The table stores the definitional attributes for each testamur type. The most critical columns include:
- TESTAMUR_TYPE (VARCHAR2(10), PK): The unique institution-defined code identifying the testamur style (e.g., 'UNIVERSITY', 'JOINT').
- DESCRIPTION (VARCHAR2(60)): A textual explanation of the testamur type.
- CORRESPONDENCE_TYPE (VARCHAR2(10), FK): A key column linking to a correspondence type (IGS_CO_TYPE), which dictates the formatting and mailing process when testamurs are generated for distribution.
- CLOSED_IND (VARCHAR2(1)): A flag indicating whether the testamur type is active ('N') or closed ('Y'), preventing its selection in new or modified award records.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, etc.): Audit columns tracking the creation and last update of each record.
Common Use Cases and Queries
This table is central to configuration and operational reporting for degree certification. Administrators use it to maintain the list of available certificate formats. A common operational use case is generating a list of all active testamur types for setup or audit purposes. When a student award is processed, the system references the TESTAMUR_TYPE from the IGS_PS_AWD table to determine the correct certificate template. A typical query to retrieve all active types with their linked correspondence data would be:
SELECT t.testamur_type, t.description, t.correspondence_type, c.description AS corr_desc
FROM igs.igs_gr_testamur_type t,
igs.igs_co_type c
WHERE t.correspondence_type = c.correspondence_type (+)
AND t.closed_ind = 'N'
ORDER BY t.testamur_type;
For data integrity checks, a query to find awards using a testamur type marked as closed is also valuable for cleanup activities.
Related Objects
The IGS_GR_TESTAMUR_TYPE table has defined relationships with other key entities in the student management schema:
- Primary Key: IGS_GR_TESTAMUR_TYPE_PK on the TESTAMUR_TYPE column.
- Foreign Key (Outgoing Reference): The CORRESPONDENCE_TYPE column references the IGS_CO_TYPE table, linking the certificate type to a specific correspondence or document generation template.
- Foreign Key (Incoming Reference): The table is referenced by the IGS_PS_AWD (Award) table via its TESTAMUR_TYPE column. This is the primary relationship, as each student award record stores which specific testamur type from this master table applies to that award.
-
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,
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG dependencies on IGS_GR_TESTAMUR_TYPE
12.1.1
-
APPS.IGS_PS_AWD_PKG SQL Statements
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG SQL Statements
12.1.1
-
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,
-
APPS.IGS_PS_VAL_AW dependencies on IGS_GR_TESTAMUR_TYPE
12.1.1
-
APPS.IGS_PS_AWD_PKG dependencies on IGS_PS_AWD
12.1.1
-
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 ,
-
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 ,
-
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
-
PACKAGE BODY: APPS.IGS_GR_TESTAMUR_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_AWD_PKG
12.1.1
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_GR_TESTAMUR_TYPE_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_AW
12.1.1
-
APPS.IGS_PS_AWD_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_PS_AWD_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_PS_AWD_PKG dependencies on FND_MESSAGE
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'. ,
-
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'. ,