Search Results igs_en_method_type
Overview
The IGS_EN_METHOD_TYPE table is a core reference table within the Oracle E-Business Suite (EBS) Student System (IGS) module. It functions as a master list defining the various channels or mechanisms through which a student's enrollment can be initiated and processed. This table standardizes the classification of enrollment origins, such as online self-service portals, interactive voice response systems (IVRS), or batch data entry. Its role is critical for tracking, reporting, and analyzing enrollment patterns based on the submission method, providing insight into student behavior and system utilization across different channels.
Key Information Stored
While the full column list is not detailed in the provided metadata, the structure centers on a primary key code that uniquely identifies each enrollment method. The most critical column is ENR_METHOD_TYPE, which serves as the unique identifier (primary key) for a method type, such as 'ONLINE' or 'IVRS'. Based on standard EBS design patterns, the table likely includes descriptive columns like a name or description (e.g., METHOD_DESCRIPTION) to provide a meaningful label for each code. It may also contain standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for auditing and a system flag to indicate active status.
Common Use Cases and Queries
This table is primarily used in enrollment transaction reporting and validation. A common use case is to generate a report showing the distribution of enrollments by method type for a given academic period. Administrators can analyze this to gauge the adoption of self-service channels. The table is also referenced when displaying or validating the enrollment method on student transaction forms. A typical query would join this table to enrollment detail tables to translate codes into human-readable descriptions.
- Sample Query: SELECT ext.student_id, mth.method_description FROM igs_en_cpd_ext_all ext, igs_en_method_type mth WHERE ext.enr_method_type = mth.enr_method_type AND ext.term_code = 'FALL2024';
- Reporting Use Case: Creating a summary report counting enrollments grouped by ENR_METHOD_TYPE to identify the most popular enrollment channels.
Related Objects
The IGS_EN_METHOD_TYPE table is referenced as a parent table in foreign key relationships, ensuring data integrity for enrollment method codes stored in transactional tables. The documented relationships are:
- IGS_EN_CPD_EXT_ALL: The column IGS_EN_CPD_EXT_ALL.ENR_METHOD_TYPE references IGS_EN_METHOD_TYPE.ENR_METHOD_TYPE. This links enrollment method data to student course planning details.
- IGS_EN_CAT_PRC_DTL: The column IGS_EN_CAT_PRC_DTL.ENR_METHOD_TYPE references IGS_EN_METHOD_TYPE.ENR_METHOD_TYPE. This links the method type to catalog process details within the enrollment system.
These relationships indicate that the ENR_METHOD_TYPE code is a critical attribute captured during the enrollment transaction process.
-
Table: IGS_EN_METHOD_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_METHOD_TYPE, object_name:IGS_EN_METHOD_TYPE, status:VALID, product: IGS - Student System , description: Describes the available method types that students can be enrolled to. For example, online, ivrs, batch key. This table is modified to capture the enrollment method type related to self service. , implementation_dba_data: IGS.IGS_EN_METHOD_TYPE ,
-
Table: IGS_EN_METHOD_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the available method types that students can be enrolled to. For example, online, ivrs, batch key. This table is modified to capture the enrollment method type related to self service. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_PLAN_UTILS dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_GEN_017 dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_REINSTATE_PKG dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_IVR_PUB dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_TRANSFER_APIS dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_METHOD_TYPE_PKG dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_VAL_ECPD dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_ELGBL_PERSON dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
APPS.IGS_EN_ADD_UNITS_API dependencies on IGS_EN_METHOD_TYPE
12.1.1
-
VIEW: APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS
12.1.1
-
APPS.IGS_EN_METHOD_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_ENRL_ELIGIBILITY_SETUPS
12.1.1
-
APPS.IGS_EN_METHOD_TYPE_PKG dependencies on IGS_EN_METHOD_TYPE_PKG
12.1.1
-
SYNONYM: APPS.IGS_EN_METHOD_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_METHOD_TYPE, status:VALID,
-
VIEW: APPS.IGS_EN_CAT_PRC_DTL_V
12.1.1
-
View: IGSBV_ENRL_ELIGIBILITY_SETUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ENRL_ELIGIBILITY_SETUPS, object_name:IGSBV_ENRL_ELIGIBILITY_SETUPS, status:VALID, product: IGS - Student System , description: This view queries the available method types that students can be enrolled to. , implementation_dba_data: APPS.IGSBV_ENRL_ELIGIBILITY_SETUPS ,
-
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 ,
-
View: IGSFV_ENRL_ELIGIBILITY_SETUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ENRL_ELIGIBILITY_SETUPS, object_name:IGSFV_ENRL_ELIGIBILITY_SETUPS, status:VALID, product: IGS - Student System , description: This view queries the available method types that students can be enrolled to. , implementation_dba_data: APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS ,
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_EN_METHOD_TYPE_PKG
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_EN_REINSTATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_REINSTATE_PKG, status:VALID,
-
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 ,
-
APPS.IGS_EN_VAL_ECPD SQL Statements
12.1.1
-
TABLE: IGS.IGS_EN_METHOD_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_METHOD_TYPE, object_name:IGS_EN_METHOD_TYPE, status:VALID,
-
View: IGSFV_ENRL_ELIGIBILITY_SETUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This view queries the available method types that students can be enrolled to. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ENRL_ELIGIBILITY_SETUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This view queries the available method types that students can be enrolled to. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_ECPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_ECPD, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_IVR_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_IVR_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_METHOD_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_METHOD_TYPE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PERSON, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
-
PACKAGE: APPS.IGS_EN_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_010, status:VALID,
-
APPS.IGS_EN_GEN_017 SQL Statements
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_GEN_017
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_017, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PROGRAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PROGRAM, status:VALID,