Search Results core_indicator_code
Overview
The IGS_PR_UL_MARK_DTL table is a configuration table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, owned by the IGS (iGrads/Student) product family. It plays a critical role in the academic progression and assessment modules by defining the detailed rules for calculating student marks based on their unit load. Specifically, it stores configuration details that dictate how unit attempts—categorized as core, optional, or elective—are selected and prioritized for inclusion in a student's overall mark calculation. This table operates as a child to the primary mark configuration header, enabling a flexible and rule-based approach to academic performance evaluation.
Key Information Stored
The table's columns define the parameters for unit selection in marks calculation. The primary identifier is the composite key of MARK_CONFIG_ID and CORE_INDICATOR_CODE. The MARK_CONFIG_ID is a foreign key linking to the parent configuration in IGS_PR_UL_MARK_CNFG. The CORE_INDICATOR_CODE (VARCHAR2(30)) classifies the unit attempt type. Configuration rules are set through several key columns: TOTAL_CREDITS (NUMBER) specifies the credit volume to select for the indicator type, while REQUIRED_FLAG (VARCHAR2) indicates if meeting this total is mandatory, defaulting to 'N'. The order and method of selection are controlled by PRIORITY_NUM (NUMBER) and UNIT_SELECTION_CODE (VARCHAR2(30)). Standard EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) complete the record for auditing.
Common Use Cases and Queries
This table is central to backend processes that automate the compilation of student results. A common use case is generating a provisional or final grade by applying a specific mark configuration to a student's academic record. The system uses the priority and selection codes defined here to filter and order eligible unit attempts before applying calculation logic. For reporting and troubleshooting, administrators may query the active rules for a given configuration. A typical query to review all detail rules for a specific mark configuration ID would be:
- SELECT CORE_INDICATOR_CODE, TOTAL_CREDITS, REQUIRED_FLAG, PRIORITY_NUM, UNIT_SELECTION_CODE FROM IGS.IGS_PR_UL_MARK_DTL WHERE MARK_CONFIG_ID = :config_id ORDER BY PRIORITY_NUM;
Another critical query involves validating configuration completeness, such as checking for any core indicator types where the REQUIRED_FLAG is 'Y' but TOTAL_CREDITS is NULL or zero, which could indicate a setup error.
Related Objects
The IGS_PR_UL_MARK_DTL table has a direct and essential relationship with its parent configuration header. It is referenced by the APPS synonym IGS_PR_UL_MARK_DTL, which facilitates access within the application layer.
- Primary Key: IGS_PR_UL_MARK_DTL_PK on columns (MARK_CONFIG_ID, CORE_INDICATOR_CODE). This enforces uniqueness of rule definitions per indicator type within a configuration.
- Foreign Key (Parent): The MARK_CONFIG_ID column references the TABLE: IGS.IGS_PR_UL_MARK_CNFG. This establishes that every detail record must belong to a valid, existing mark configuration header.
There are no documented dependencies where this table references other objects, positioning it as a terminal node in this specific configuration hierarchy, with data primarily driven by setup activities.
-
APPS.IGS_PR_GEN_004 dependencies on IGS_EN_SUA_API
12.1.1
-
APPS.IGS_EN_GEN_004 dependencies on IGS_EN_SUA_API
12.1.1
-
APPS.IGS_EN_VAL_BULKRULE dependencies on IGS_EN_SUA_API
12.1.1
-
TABLE: IGS.IGS_PR_UL_MARK_DTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_UL_MARK_DTL, object_name:IGS_PR_UL_MARK_DTL, status:VALID,
-
APPS.IGS_EN_SUA_API dependencies on IGS_EN_SU_ATTEMPT_PKG
12.1.1
-
APPS.IGS_EN_GEN_013 dependencies on IGS_EN_SUA_API
12.1.1
-
APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_EN_SUA_API
12.1.1
-
View: IGS_AS_SUA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_H_V, object_name:IGS_AS_SUA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student unit attempt history with the current student unit attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_AS_SUA_H_V ,
-
View: IGS_AS_SUA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student unit attempt history with the current student unit attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUA_H_V
12.1.1
-
APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_AS_GEN_005
12.1.1
-
View: IGS_EN_SU_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_H, object_name:IGS_EN_SU_ATTEMPT_H, status:VALID, product: IGS - Student System , description: IGS_EN_SU_ATTEMPT_H implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_H ,
-
APPS.IGS_EN_GEN_012 dependencies on IGS_EN_SUA_API
12.1.1
-
VIEW: APPS.IGS_EN_SU_ATTEMPT_SV
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_SUA_API
12.1.1
-
View: IGS_EN_SU_ATTEMPT_H
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_EN_SU_ATTEMPT_H implements the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SU_ATTEMPT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_SV, object_name:IGS_EN_SU_ATTEMPT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_SV ,
-
APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_EN_SUA_API
12.1.1
-
View: IGS_EN_SU_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT, object_name:IGS_EN_SU_ATTEMPT, status:VALID, product: IGS - Student System , description: Implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT ,
-
View: IGS_EN_SU_ATTEMPT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT_H
12.1.1
-
APPS.IGS_PR_UL_MARK_DTL_PKG dependencies on IGS_PR_UL_MARK_DTL
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
VIEW: APPS.IGS_EN_SU_ATTEMPT
12.1.1
-
VIEW: APPS.IGS_PR_UL_MARK_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_UL_MARK_DTL_V, object_name:IGS_PR_UL_MARK_DTL_V, status:VALID,
-
APPS.IGS_EN_GEN_018 dependencies on IGS_LOOKUPS_VIEW_PKG
12.1.1
-
View: IGS_EN_SU_ATTEMPT
12.2.2
product: IGS - Student System (Obsolete) , description: Implements the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_UL_MARK_DTL
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the configuration details like core type indicator, priority in selecting the units for marks calculation etc. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_UL_MARK_DTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_UL_MARK_DTL, object_name:IGS_PR_UL_MARK_DTL, status:VALID, product: IGS - Student System , description: Defines the configuration details like core type indicator, priority in selecting the units for marks calculation etc. , implementation_dba_data: IGS.IGS_PR_UL_MARK_DTL ,
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PR_UL_MARK_DTL
12.1.1
-
View: IGS_PR_UL_MARK_DTL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the configuration details like core type indicator, priority in selecting the units for marks calculation etc. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_UL_MARK_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_UL_MARK_DTL_V, object_name:IGS_PR_UL_MARK_DTL_V, status:VALID, product: IGS - Student System , description: Defines the configuration details like core type indicator, priority in selecting the units for marks calculation etc. , implementation_dba_data: APPS.IGS_PR_UL_MARK_DTL_V ,
-
VIEW: APPS.IGS_SS_EN_USEC_EXAM_SCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_USEC_EXAM_SCH_V, object_name:IGS_SS_EN_USEC_EXAM_SCH_V, status:VALID,
-
View: IGS_EN_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_V, object_name:IGS_EN_SUA_V, status:VALID, product: IGS - Student System , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: APPS.IGS_EN_SUA_V ,
-
APPS.IGS_EN_SU_ATTEMPT_H_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
TABLE: IGS.IGS_EN_PLAN_UNITS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PLAN_UNITS, object_name:IGS_EN_PLAN_UNITS, status:VALID,
-
TABLE: IGS.IGS_EN_BLK_SUA_INTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_BLK_SUA_INTS, object_name:IGS_EN_BLK_SUA_INTS, status:VALID,
-
APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_AS_GEN_007
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_EN_SU_ATTEMPT_PKG
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_VAL_SUA
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_GE_S_LOG_ENTRY
12.1.1
-
APPS.IGS_EN_OFR_WLST_OPT dependencies on IGS_EN_SU_ATTEMPT_PKG
12.1.1
-
APPS.IGS_EN_LGCY_PRC dependencies on IGS_AS_SUAO_LGCY_PUB
12.1.1
-
APPS.IGS_EN_SUA_API dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_EN_GEN_007
12.1.1
-
View: IGS_SS_EN_USEC_EXAM_SCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_USEC_EXAM_SCH_V, object_name:IGS_SS_EN_USEC_EXAM_SCH_V, status:VALID, product: IGS - Student System , description: It will display the exam schedule for the sections for the students , implementation_dba_data: APPS.IGS_SS_EN_USEC_EXAM_SCH_V ,
-
View: IGS_EN_SUA_YEAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_YEAR_V, object_name:IGS_EN_SUA_YEAR_V, status:VALID, product: IGS - Student System , description: This view would be used for logical grouping of student unit attempts under unit set (in year of program mode) for unit set inquiry form , implementation_dba_data: APPS.IGS_EN_SUA_YEAR_V ,