Search Results igs_en_enrolment_cat
Overview
The IGS_EN_ENROLMENT_CAT table is a core configuration entity within the Oracle E-Business Suite Student System (IGS). It defines distinct categories or types of student enrollment, such as standard, research, continuing education, or exchange. Its primary role is to govern and differentiate the business processes, validations, and workflow steps applied during the enrollment of students. By assigning a student or a course application to a specific enrollment category, the system can enforce tailored rules for fee assessment, unit selection, academic progression, and reporting, making it a critical control point for managing diverse student populations and program types within the institution.
Key Information Stored
While the provided metadata does not list specific columns, the primary key is documented as ENROLMENT_CAT, which is the unique code identifying the category (e.g., 'STANDARD', 'RESEARCH'). Based on its described purpose, the table likely contains descriptive and control columns such as a description field (e.g., ENROLMENT_CAT_DESC), status indicators (e.g., CLOSED_IND), and various flags that activate or deactivate specific enrollment sub-processes. These flags would determine behaviors like whether financial holds are checked, prerequisite validations are enforced, or specific approval workflows are triggered for enrollments classified under this category.
Common Use Cases and Queries
This table is central to setup and operational reporting. Administrators use it to define and maintain the enrollment pathways available in the system. A common operational query involves joining this table to student or application records to report on enrollment distributions or to validate category assignments. For example, to list all active enrollment categories and their descriptions, a basic query would be: SELECT enrolment_cat, description FROM igs.igs_en_enrolment_cat WHERE closed_ind = 'N';. For troubleshooting, one might join to the IGS_EN_CAT_PRC_DTL table to review all process details linked to a specific category: SELECT * FROM igs_en_enrolment_cat cat, igs_en_cat_prc_dtl prc WHERE cat.enrolment_cat = prc.enrolment_cat AND cat.enrolment_cat = '&CAT_CODE';.
Related Objects
The IGS_EN_ENROLMENT_CAT table is referenced by several key tables via foreign key relationships, primarily using the ENROLMENT_CAT column. These relationships integrate the category definition with application, enrollment, and assessment data:
- IGS_AD_PS_APPL_INST_ALL: Links the enrollment category to specific program application instances.
- IGS_EN_CPD_EXT_ALL: Associates the category with continuing professional development extensions.
- IGS_EN_CAT_MAPPING: Likely used for mapping enrollment categories to other system values or categories.
- IGS_EN_CAT_PRC_DTL: A critical child table that stores the detailed process rules (e.g., fee calculation, validation) defined for each enrollment category.
- IGS_AS_SC_ATMPT_ENR: Connects the enrollment category to student course attempt (enrollment) records in the assessment module.
-
Table: IGS_EN_ENROLMENT_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ENROLMENT_CAT, object_name:IGS_EN_ENROLMENT_CAT, status:VALID, product: IGS - Student System , description: This entity describes an enrolment category. This will define the processes which will be performed during enrolling of students controlled by this type. , implementation_dba_data: IGS.IGS_EN_ENROLMENT_CAT ,
-
Table: IGS_EN_ENROLMENT_CAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes an enrolment category. This will define the processes which will be performed during enrolling of students controlled by this type. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_ECM dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_AD_IMP_004 dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_EN_VAL_SCAE dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_EN_ENROLMENT_CAT_PKG dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_IN_GEN_001 dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_AD_GEN_005 dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_EN_ENROLMENT_CAT
12.1.1
-
APPS.IGS_EN_ENROLMENT_CAT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_EN_ENROLMENT_CAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ENROLMENT_CAT, status:VALID,
-
APPS.IGS_EN_ENROLMENT_CAT_PKG dependencies on IGS_EN_ENROLMENT_CAT_PKG
12.1.1
-
VIEW: APPS.IGS_EN_CAT_PRC_DTL_V
12.1.1
-
TABLE: IGS.IGS_EN_ENROLMENT_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ENROLMENT_CAT, object_name:IGS_EN_ENROLMENT_CAT, status:VALID,
-
VIEW: APPS.IGSFV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_GE_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ENROLMENT_CAT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCAE
12.1.1
-
APPS.IGS_EN_VAL_SCAE SQL Statements
12.1.1
-
Table: IGS_AS_SC_ATMPT_ENR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SC_ATMPT_ENR, object_name:IGS_AS_SC_ATMPT_ENR, status:VALID, product: IGS - Student System , description: Describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: IGS.IGS_AS_SC_ATMPT_ENR ,
-
Table: IGS_EN_CPD_EXT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the enrollment eligibility setup information. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_IN_GEN_001 dependencies on IGS_CA_INST
12.1.1
-
Table: IGS_EN_CAT_MAPPING
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_CAT_MAPPING, object_name:IGS_EN_CAT_MAPPING, status:VALID, product: IGS - Student System , description: Describes mapping of enrollment categories to admission categories , implementation_dba_data: IGS.IGS_EN_CAT_MAPPING ,
-
Table: IGS_EN_CAT_MAPPING
12.2.2
product: IGS - Student System (Obsolete) , description: Describes mapping of enrollment categories to admission categories , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_CAT_PRC_DTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_CAT_PRC_DTL, object_name:IGS_EN_CAT_PRC_DTL, status:VALID, product: IGS - Student System , description: Describes the detail of enrollment procedure type , implementation_dba_data: IGS.IGS_EN_CAT_PRC_DTL ,
-
Table: IGS_EN_CAT_PRC_DTL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the detail of enrollment procedure type , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_CPD_EXT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_CPD_EXT_ALL, object_name:IGS_EN_CPD_EXT_ALL, status:VALID, product: IGS - Student System , description: Contains the enrollment eligibility setup information. , implementation_dba_data: IGS.IGS_EN_CPD_EXT_ALL ,
-
APPS.IGS_AD_VAL_ECM SQL Statements
12.1.1
-
View: IGS_EN_CAT_PRC_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CAT_PRC_DTL_V, object_name:IGS_EN_CAT_PRC_DTL_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Details , implementation_dba_data: APPS.IGS_EN_CAT_PRC_DTL_V ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ECM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ECM, status:VALID,
-
PACKAGE: APPS.IGS_GE_VAL_PARAM
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_VAL_PARAM, status:VALID,
-
Table: IGS_AS_SC_ATMPT_ENR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCAE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCAE, status:VALID,
-
PACKAGE BODY: APPS.IGS_IN_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_IN_GEN_001, status:VALID,
-
APPS.IGS_IN_GEN_001 dependencies on IGS_AS_SC_ATMPT_ENR
12.1.1
-
APPS.IGS_AD_GEN_005 dependencies on IGS_EN_CAT_MAPPING
12.1.1
-
View: IGS_EN_CAT_PRC_DTL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_ENROLMENT_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ENROLMENT_CAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_VAL_PARAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_VAL_PARAM, status:VALID,
-
View: IGSFV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUD_PRG_PRE_ENROLLMENTS, object_name:IGSFV_STUD_PRG_PRE_ENROLLMENTS, status:VALID, product: IGS - Student System , description: This entity describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: APPS.IGSFV_STUD_PRG_PRE_ENROLLMENTS ,
-
View: IGSFV_STUD_PRG_PRE_ENROLLMENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_GEN_005 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_014, status:VALID,