Search Results igs_ps_type_all
Overview
The IGS_PS_TYPE_ALL table is a core reference entity within the Oracle E-Business Suite Student System (IGS), which is now marked as obsolete. It serves as the master repository for defining and managing an institution's internal classification of academic program types. Its primary role is to establish a controlled vocabulary for categorizing courses or programs (e.g., Undergraduate Degree, Graduate Certificate, Doctoral Program) that is used across the student lifecycle. Crucially, this internal set is broader than the official government (DEET) reporting classifications. The table facilitates mapping between the university's own program types and the standardized government equivalents required for statutory reporting, acting as a critical translation layer between institutional data and external compliance requirements.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships define its core structure. The central column is COURSE_TYPE, which serves as the unique identifier (Primary Key: IGS_PS_TYPE_PK) for each program type record. Other significant columns, inferred from foreign key relationships, include COURSE_TYPE_GROUP_CD, which links a program type to a logical grouping via the IGS_PS_TYPE_GRP table, and GOVT_COURSE_TYPE, which stores the code for the corresponding government (DEET) course type as defined in the IGS_PS_GOVT_TYPE table. This structure allows the table to store the program type code, its descriptive name, its categorization within the university, and its mandated external reporting equivalent.
Common Use Cases and Queries
This table is primarily referenced in configuration, validation, and reporting scenarios. A common administrative use case is setting up or maintaining the valid program types available when creating a new course version (IGS_PS_VER_ALL). For reporting, a typical query would join program details to their internal and government classifications to generate compliance-ready extracts. For instance, to list all active courses with their internal and government types, a query might pattern:
- SELECT pt.course_type, pt.description, gt.govt_course_type, pv.version_number FROM igs_ps_type_all pt JOIN igs_ps_ver_all pv ON pt.course_type = pv.course_type JOIN igs_ps_govt_type gt ON pt.govt_course_type = gt.govt_course_type WHERE pv.status = 'ACTIVE';
It is also heavily used as a validation reference table in processes related to admissions categories, assessment rules, fee triggers, and financial aid packaging, ensuring data integrity across modules.
Related Objects
The IGS_PS_TYPE_ALL table has extensive relationships across the Student System and into Financial Aid, indicating its foundational role. Key documented foreign key relationships include:
- IGS_PS_VER_ALL: Links via COURSE_TYPE to define the type of each course version.
- IGS_PS_TYPE_GRP: Links via COURSE_TYPE_GROUP_CD to categorize program types.
- IGS_PS_GOVT_TYPE: Links via GOVT_COURSE_TYPE for government reporting mapping.
- IGS_AD_CAT_PS_TYPE: References COURSE_TYPE to restrict program types by admissions category.
- IGS_AS_COURSE_TYPE_ALL: References COURSE_TYPE for assessment rules.
- IGF_AP_FA_ANT_DATA & IGF_AW_COA_RATE_DET: Linked via PROGRAM_TYPE for financial aid anticipation and award calculations.
- IGS_PS_UNIT_LVL_ALL: References COURSE_TYPE to define allowable unit levels for a program type.
- IGS_EN_UNITSETPSTYPE: References COURSE_TYPE to control enrollment in unit sets.
-
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 ,
-
APPS.IGS_AS_VAL_ACOT dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_PS_TYPE_PKG dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_AD_ACAD_HISTORY_PKG dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_AU_GEN_001 dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_AU_GEN_001 dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_AD_WF_P2A dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGF_AW_FISAP_PKG dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_AD_IMP_008 dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_AS_VAL_ACOT dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_PS_TYPE
12.1.1
-
APPS.IGS_PS_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_CA_DA_PRT_OVD_VALS_V
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_PS_DEGREES
12.1.1
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
SYNONYM: APPS.IGS_PS_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TYPE_ALL, status:VALID,
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_PS_VER_ALL
12.1.1
-
VIEW: APPS.IGSFV_HGR_ED_PR_TY_UNT_LEVELS
12.1.1
-
VIEW: APPS.IGSFV_H_EDU_PGM_TYP_RESTRCTN
12.1.1
-
VIEW: APPS.IGSBV_H_EDU_PGM_TYP_RESTRCTN
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_AD_ACAD_HISTORY_V
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_EN_TIMESLOTS dependencies on HZ_PARTIES
12.1.1
-
APPS.IGF_AW_FISAP_PKG dependencies on IGS_PS_VER
12.1.1
-
View: IGS_PS_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Multi Org view for IGS_PS_TYPE_ALL table, which stores the information about the program types. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_TYPE
12.1.1
-
View: IGS_PS_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_TYPE, object_name:IGS_PS_TYPE, status:VALID, product: IGS - Student System , description: Multi Org view for IGS_PS_TYPE_ALL table, which stores the information about the program types. , implementation_dba_data: APPS.IGS_PS_TYPE ,
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
Table: IGS_AD_CAT_PS_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CAT_PS_TYPE, object_name:IGS_AD_CAT_PS_TYPE, status:VALID, product: IGS - Student System , description: Describes admission category course types used to validate program offering option admission category mapping , implementation_dba_data: IGS.IGS_AD_CAT_PS_TYPE ,
-
Table: IGS_PS_DEGREES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the various degrees offered by the university , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_VAH_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_VAH_CONF, object_name:IGS_AS_VAH_CONF, status:VALID, product: IGS - Student System , description: Program Type View Academic History Configuration , implementation_dba_data: IGS.IGS_AS_VAH_CONF ,
-
Table: IGS_AS_VAH_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: Program Type View Academic History Configuration , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_FISAP_PKG dependencies on IGS_AD_ACAD_HISTORY_V
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_PS_TYPE_PKG
12.1.1
-
Table: IGS_PS_GOVT_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Government set of program types. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STD_UNT_BASIS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STD_UNT_BASIS_ALL, object_name:IGS_AV_STD_UNT_BASIS_ALL, status:VALID, product: IGS - Student System , description: Describes the basis on which a unit has been granted as advanced standing , implementation_dba_data: IGS.IGS_AV_STD_UNT_BASIS_ALL ,
-
Table: IGS_PS_DEGREES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_DEGREES, object_name:IGS_PS_DEGREES, status:VALID, product: IGS - Student System , description: This entity describes the various degrees offered by the university , implementation_dba_data: IGS.IGS_PS_DEGREES ,
-
APPS.IGS_EN_TIMESLOTS dependencies on IGS_PS_VER
12.1.1
-
Table: IGS_PS_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LVL_ALL, object_name:IGS_PS_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the level of a unit within a particular university program type. This value will override the default value stored against the unit. , implementation_dba_data: IGS.IGS_PS_UNIT_LVL_ALL ,
-
Table: IGS_AV_STD_UNT_BASIS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the basis on which a unit has been granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_H_EDU_PGM_TYP_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_H_EDU_PGM_TYP_RESTRCTN, object_name:IGSFV_H_EDU_PGM_TYP_RESTRCTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_H_EDU_PGM_TYP_RESTRCTN ,
-
Table: IGS_AD_CAT_PS_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission category course types used to validate program offering option admission category mapping , implementation_dba_data: Not implemented in this database ,