Search Results admission_cat
Overview
The IGS.IGS_EN_CAT_MAPPING table is a core configuration table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) product, which operates under the IGS schema. Its primary function is to define the relationship between admission categories and enrollment categories. This mapping is a critical business rule that determines which enrollment category is assigned to a student upon successful admission, thereby linking the admissions process to subsequent enrollment and academic career management. The table ensures students are correctly categorized for the appropriate tuition, fee assessment, and academic policy enforcement based on their original admission path.
Key Information Stored
The table stores the mapping rules and associated metadata through the following key columns:
- ENROLMENT_CAT: A mandatory VARCHAR2(10) column storing the unique code for an Enrolment Category. This category defines the processes for enrolling specific student groups.
- ADMISSION_CAT: A mandatory VARCHAR2(10) column storing the code for an Admission Category, such as 'STANDARD' or 'INTERNAT', which groups applicants for common admission procedures.
- DFLT_CAT_IND: A VARCHAR2(1) indicator specifying whether the linked enrolment category is the default for the given admission category. This is crucial when multiple mappings exist for a single admission category.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): Audit columns that track the creation and modification history of each mapping record.
The table is enforced with a unique constraint (IGS_EN_CAT_MAPPING_U1) on the combination of ENROLMENT_CAT and ADMISSION_CAT, preventing duplicate mappings. A non-unique index (IGS_EN_CAT_MAPPING_N2) on ADMISSION_CAT optimizes queries to find all enrollment categories for a given admission type.
Common Use Cases and Queries
This table is primarily referenced by application logic during student enrollment setup. A common operational use case is identifying the default enrollment category for a newly admitted student based on their admission category, which dictates their academic pathway. For reporting and troubleshooting, administrators often query this table to audit configuration rules. A sample query to retrieve all mappings, highlighting the default for each admission category, is:
SELECT admission_cat, enrolment_cat, dflt_cat_ind
FROM igs.igs_en_cat_mapping
ORDER BY admission_cat, dflt_cat_ind DESC;
Another critical query pattern involves finding the specific enrollment category for a student by joining through admission records. For instance, when investigating why a student was placed in a particular enrollment category, one would join this table with the student's admission application data using the ADMISSION_CAT column as the key.
Related Objects
While the provided dependency information states the table is not referenced by other database objects, this is atypical for a core configuration table. In practice, the IGS_EN_CAT_MAPPING table is logically and functionally central to the OSM module. It is referenced by application code (e.g., PL/SQL packages and forms) within the IGS schema that handles student enrollment processing. The table's data is intrinsically linked to setup data in tables defining valid admission categories (e.g., IGS_AD_CAT) and enrollment categories (e.g., IGS_EN_CAT). Its configuration directly impacts runtime behavior in student enrollment workflows, making it a key dependency for those processes, even if not via a direct database foreign key constraint.
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
APPS.IGS_AD_PS_APLINSTUNT_PKG dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_PRCS_CAT
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_EN_CAT_MAPPING
12.1.1
-
APPS.IGS_AD_GEN_016 dependencies on IGS_AD_PRCS_CAT_STEP_ALL
12.1.1
-
APPS.IGS_AD_WF_P2A SQL Statements
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SS_APPL_CONF
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_SS_APPL_TYP
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_PE_PERSON_V
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_FI_FEE_CAT_MAP
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
APPS.IGS_AD_VAL_APAC SQL Statements
12.1.1
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST_APHSTRY_V, object_name:IGS_AD_APPL_HIST_APHSTRY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_HIST_APHSTRY_V ,
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
-
TABLE: IGS.IGS_FI_FEE_CAT_MAP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_CAT_MAP, object_name:IGS_FI_FEE_CAT_MAP, status:VALID,
-
View: IGS_AD_PRCS_CAT_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP_V, object_name:IGS_AD_PRCS_CAT_STEP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT_STEP_V ,
-
TABLE: IGS.IGS_AD_PRD_AD_PRC_CA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_AD_PRC_CA, object_name:IGS_AD_PRD_AD_PRC_CA, status:VALID,
-
TABLE: IGS.IGS_CO_CAT_MAP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_CAT_MAP, object_name:IGS_CO_CAT_MAP, status:VALID,
-
View: IGS_AD_SS_PRC_CAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP_V
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
APPS.IGS_AD_VAL_APAC dependencies on IGS_AD_PRCS_CAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
View: IGS_AD_SS_PRC_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_PRC_CAT_V, object_name:IGS_AD_SS_PRC_CAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SS_PRC_CAT_V ,
-
View: IGS_AD_PRCS_CAT_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_PRD_AD_PRC_CA_PKG dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_CO_CAT_MAP_PKG dependencies on IGS_CO_CAT_MAP
12.1.1
-
TABLE: IGS.IGS_AD_PERD_AD_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PERD_AD_CAT, object_name:IGS_AD_PERD_AD_CAT, status:VALID,
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PS_OF_OPT_AD_CAT
12.1.1
-
View: IGS_AD_PRCS_CAT_AC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_AC_V, object_name:IGS_AD_PRCS_CAT_AC_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT_AC_V ,
-
APPS.IGS_AD_PRCS_CAT_PKG dependencies on IGS_AD_PRCS_CAT_ALL
12.1.1
-
TABLE: IGS.IGS_AD_QUAL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_QUAL_TYPE, object_name:IGS_AD_QUAL_TYPE, status:VALID,
-
APPS.IGS_AD_PRCS_CAT_STEP_PKG dependencies on IGS_AD_PRCS_CAT_STEP_ALL
12.1.1
-
VIEW: APPS.IGS_AD_SS_PRC_CAT_V
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_EN_CAT_MAPPING
12.1.1
-
View: IGS_AD_PRCS_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT, object_name:IGS_AD_PRCS_CAT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT ,
-
View: IGS_AD_PRCS_CAT_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_LTR_V, object_name:IGS_AD_PRCS_CAT_LTR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT_LTR_V ,
-
View: IGS_AD_PRCS_CAT_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_SS_APPL_TYP
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_SS_APPL_TYP
12.1.1
-
View: IGS_AD_PRCS_CAT_AC_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PRCS_CAT_STEP
12.1.1
-
VIEW: APPS.IGS_AD_PRCS_CAT_AC_V
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_CO_CAT_MAP
12.1.1