Search Results igs_ps_type_grp
Overview
The IGS_PS_TYPE_GRP table is a core reference table within the Oracle E-Business Suite Student System (IGS). It defines logical groupings for different program (or course) types, primarily for funding and reporting purposes. Its central role is to categorize academic programs according to funding models, such as those defined by the Australian Department of Employment, Education, Training and Youth Affairs (DEET). By associating individual program types with a broader group, the system enables standardized financial analysis, government reporting, and the allocation of approved Equivalent Full-Time Student Unit (EFTSU) funding across related programs.
Key Information Stored
The table's primary function is to store a controlled list of program type group codes and their descriptions. The key column is COURSE_TYPE_GROUP_CD, which serves as the unique identifier for each funding category. A corresponding DESCRIPTION field would typically provide the full name of the group, such as "Higher Degree by Research" or "Other Postgraduate." While the explicit column list is not detailed in the provided metadata, the table's definition as a reference entity implies it contains standard audit and control columns (e.g., CREATION_DATE, LAST_UPDATE_DATE) in addition to the core code and description.
Common Use Cases and Queries
This table is essential for generating funding and statistical reports that aggregate data at the program type group level. Administrators use it to ensure program types are correctly categorized for compliance reporting. A common query involves joining this table to the program type master to list all categorized types.
- Listing All Program Type Groups:
SELECT course_type_group_cd, description FROM igs.igs_ps_type_grp ORDER BY 1; - Finding Programs in a Specific Funding Group:
SELECT pt.course_cd, pt.version_number FROM igs.igs_ps_type_all pt JOIN igs.igs_ps_type_grp ptg ON pt.course_type_group_cd = ptg.course_type_group_cd WHERE ptg.course_type_group_cd = 'HDR'; - Reporting EFTSU by Funding Category: This table would be joined through IGS_PS_TYPE_ALL to student enrollment and unit attempt tables to summarize total funded load by group.
Related Objects
The IGS_PS_TYPE_GRP table is a parent reference for several other key entities in the Student System, as defined by its foreign key relationships.
- IGS_PS_TYPE_ALL: This is the primary child table. Each program type record can be linked to a funding group via the foreign key
IGS_PS_TYPE_ALL.COURSE_TYPE_GROUP_CDreferencingIGS_PS_TYPE_GRP.COURSE_TYPE_GROUP_CD. - IGS_AD_SBMAO_FN_CTTT: This table, related to admissions and funding, also references the program type group using the column
IGS_AD_SBMAO_FN_CTTT.COURSE_TYPE_GROUP_CD. This indicates the group code is used in broader financial and admissions configuration contexts.
The primary key constraint IGS_PS_TYPE_GRP_PK on COURSE_TYPE_GROUP_CD enforces the integrity of these relationships.
-
Table: IGS_PS_TYPE_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_GRP, object_name:IGS_PS_TYPE_GRP, status:VALID, product: IGS - Student System , description: This table describes a program grouping of program types relating to the way DEET funds (approved EFTSU) programs. E.g. Higher Degree by Research, Higher Degree by Coursework, Other Postgraduate. , implementation_dba_data: IGS.IGS_PS_TYPE_GRP ,
-
Table: IGS_PS_TYPE_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes a program grouping of program types relating to the way DEET funds (approved EFTSU) programs. E.g. Higher Degree by Research, Higher Degree by Coursework, Other Postgraduate. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VAL_CTY dependencies on IGS_PS_TYPE_GRP
12.1.1
-
APPS.IGS_AD_VAL_SAFT dependencies on IGS_PS_TYPE_GRP
12.1.1
-
APPS.IGS_PS_TYPE_GRP_PKG dependencies on IGS_PS_TYPE_GRP
12.1.1
-
APPS.IGS_PS_TYPE_GRP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS
12.1.1
-
APPS.IGS_PS_VAL_CTY dependencies on IGS_PS_TYPE
12.1.1
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_TYP_GROUPS
12.1.1
-
SYNONYM: APPS.IGS_PS_TYPE_GRP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TYPE_GRP, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_TYPE_GRP_PKG
12.1.1
-
VIEW: APPS.IGS_EN_TIMESLOT_PARA_V
12.1.1
-
View: IGSBV_HIGH_EDU_PRG_TYP_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS, object_name:IGSBV_HIGH_EDU_PRG_TYP_GROUPS, status:VALID, product: IGS - Student System , description: This is a base view, which describes a grouping of program , implementation_dba_data: APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS ,
-
View: IGSFV_HIGH_EDU_PRG_TYP_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes a grouping of program types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBMAO_FN_CTTT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes submission period academic organizational unit targets , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PS_TYPE_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_GRP, object_name:IGS_PS_TYPE_GRP, status:VALID,
-
APPS.IGS_PS_TYPE_GRP_PKG dependencies on IGS_PS_TYPE_GRP_PKG
12.1.1
-
VIEW: APPS.IGS_EN_TIMESLOT_STUP_V
12.1.1
-
Table: IGS_AD_SBMAO_FN_CTTT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMAO_FN_CTTT, object_name:IGS_AD_SBMAO_FN_CTTT, status:VALID, product: IGS - Student System , description: Describes submission period academic organizational unit targets , implementation_dba_data: IGS.IGS_AD_SBMAO_FN_CTTT ,
-
View: IGSFV_HIGH_EDU_PRG_TYP_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_TYP_GROUPS, object_name:IGSFV_HIGH_EDU_PRG_TYP_GROUPS, status:VALID, product: IGS - Student System , description: This is a full view, which describes a grouping of program types , implementation_dba_data: APPS.IGSFV_HIGH_EDU_PRG_TYP_GROUPS ,
-
View: IGSBV_HIGH_EDU_PRG_TYP_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes a grouping of program , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_CTY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_CTY, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_SAFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_SAFT, status:VALID,
-
APPS.IGS_PS_VAL_CTY SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_SAFT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_TYPE_GRP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_TYPE_GRP_PKG, status:VALID,
-
View: IGS_EN_TIMESLOT_PARA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_PARA_V, object_name:IGS_EN_TIMESLOT_PARA_V, status:VALID, product: IGS - Student System , description: To capture the Timeslot Parameters of running the process. , implementation_dba_data: APPS.IGS_EN_TIMESLOT_PARA_V ,
-
Table: IGS_PS_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_ALL, object_name:IGS_PS_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_TYPE_ALL ,
-
View: IGS_EN_TIMESLOT_STUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_STUP_V, object_name:IGS_EN_TIMESLOT_STUP_V, status:VALID, product: IGS - Student System , description: This view is used to capture all the details regarding a Timeslot Setup. , implementation_dba_data: APPS.IGS_EN_TIMESLOT_STUP_V ,
-
View: IGS_EN_TIMESLOT_PARA_V
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Timeslot Parameters of running the process. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS, object_name:IGSBV_HIGH_EDU_PRG_TYP_GROUPS, status:VALID,
-
View: IGS_EN_TIMESLOT_STUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to capture all the details regarding a Timeslot Setup. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_HIGH_EDU_PRG_TYP_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_EDU_PRG_TYP_GROUPS, object_name:IGSFV_HIGH_EDU_PRG_TYP_GROUPS, status:VALID,
-
VIEW: APPS.IGS_EN_TIMESLOT_STUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_STUP_V, object_name:IGS_EN_TIMESLOT_STUP_V, status:VALID,
-
VIEW: APPS.IGS_EN_TIMESLOT_PARA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_PARA_V, object_name:IGS_EN_TIMESLOT_PARA_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VAL_CTY
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_SAFT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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'. ,