Search Results igs_as_inc_grd_cprof
Overview
The IGS_AS_INC_GRD_CPROF table is a core data structure within the Oracle E-Business Suite Student System (IGS) module. Its primary function is to define and store the rules for converting an "incomplete" grade into a final grade after a specified period. This table is essential for academic administration, as it automates the process of managing student coursework that was not completed by the standard deadline. It provides a configurable profile that links an incomplete grade within a specific grading schema to a default final grade and defines the timeframe for the conversion. This ensures consistent and policy-driven grade management across the institution in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's design centers on identifying a unique grading context and specifying its conversion parameters. The primary identifier is the system-generated INC_GRD_CPROF_ID. The table is uniquely constrained by a combination of columns that define the grading context: GRADING_SCHEMA_CD, VERSION_NUMBER, ORG_UNIT_CD (organizational unit), and the specific INCOMPLETE_GRADE code. For each profile, the critical conversion data includes the DEFAULT_GRADE (the final grade to be assigned), the COMP_AFTER_DT_ALIAS (a date alias that determines the completion deadline), and a COMP_AFTER_DAYS column (not explicitly listed but typical for such logic) to calculate the conversion date relative to the course or grade date.
Common Use Cases and Queries
The primary use case is the batch or real-time process that evaluates incomplete grades and automatically converts them to a default grade once the allowed completion period has elapsed. Administrators may query this table to audit or report on conversion rules. A common SQL pattern involves joining to grading schema tables to get descriptive information.
- Finding all conversion profiles for a grading schema: SELECT * FROM igs.igs_as_inc_grd_cprof WHERE grading_schema_cd = 'UG' AND version_number = 1;
- Identifying the default grade for a specific incomplete: SELECT default_grade FROM igs.igs_as_inc_grd_cprof WHERE grading_schema_cd = 'GRAD' AND incomplete_grade = 'I';
- Reporting use case: Generating a list of all incomplete grade rules with their associated deadline date aliases for academic policy documentation.
Related Objects
The IGS_AS_INC_GRD_CPROF table maintains integral foreign key relationships with other Student System tables, ensuring referential integrity and enabling complex academic rules.
- IGS_AS_GRD_SCHEMA: Defines the parent grading schema. Joined via GRADING_SCHEMA_CD and VERSION_NUMBER.
- IGS_AS_GRD_SCH_GRADE (for INCOMPLETE_GRADE): Validates that the incomplete grade code exists within the specified grading schema version. Joined on GRADING_SCHEMA_CD, VERSION_NUMBER, and INCOMPLETE_GRADE.
- IGS_AS_GRD_SCH_GRADE (for DEFAULT_GRADE): Validates that the default final grade code exists within the same grading schema version. Joined on GRADING_SCHEMA_CD, VERSION_NUMBER, and DEFAULT_GRADE.
- IGS_CA_DA (Calendar Date Alias): References the date alias table to define the completion deadline. Joined via COMP_AFTER_DT_ALIAS.
-
Table: IGS_AS_INC_GRD_CPROF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_INC_GRD_CPROF, object_name:IGS_AS_INC_GRD_CPROF, status:VALID, product: IGS - Student System , description: Stores incomplete grade conversion profile details , implementation_dba_data: IGS.IGS_AS_INC_GRD_CPROF ,
-
Table: IGS_AS_INC_GRD_CPROF
12.2.2
product: IGS - Student System (Obsolete) , description: Stores incomplete grade conversion profile details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_AS_INC_GRD_CPROF
12.1.1
-
APPS.IGS_AS_INC_GRD_CPROF_PKG dependencies on IGS_AS_INC_GRD_CPROF
12.1.1
-
APPS.IGS_AS_INC_GRD_CPROF_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AS_INC_GRD_CPROF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_INC_GRD_CPROF, status:VALID,
-
Table: IGS_AS_GRD_SCH_GRADE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes characteristics of grade within grading schema , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_INC_GRD_CPROF_V
12.1.1
-
TABLE: IGS.IGS_AS_INC_GRD_CPROF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_INC_GRD_CPROF, object_name:IGS_AS_INC_GRD_CPROF, status:VALID,
-
Table: IGS_AS_GRD_SCH_GRADE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GRD_SCH_GRADE, object_name:IGS_AS_GRD_SCH_GRADE, status:VALID, product: IGS - Student System , description: Describes characteristics of grade within grading schema , implementation_dba_data: IGS.IGS_AS_GRD_SCH_GRADE ,
-
PACKAGE BODY: APPS.IGS_AS_INC_GRD_CPROF_PKG
12.1.1
-
APPS.IGS_AS_INC_GRD_CPROF_PKG dependencies on IGS_AS_INC_GRD_CPROF_PKG
12.1.1
-
Table: IGS_AS_GRD_SCHEMA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GRD_SCHEMA, object_name:IGS_AS_GRD_SCHEMA, status:VALID, product: IGS - Student System , description: Describes set of available marks, grades, and results used in the assessment of student unit attempts , implementation_dba_data: IGS.IGS_AS_GRD_SCHEMA ,
-
Table: IGS_AS_GRD_SCHEMA
12.2.2
product: IGS - Student System (Obsolete) , description: Describes set of available marks, grades, and results used in the assessment of student unit attempts , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_INC_GRD_CPROF_V
12.2.2
product: IGS - Student System (Obsolete) , description: Incomplete Grade Conversion Profile details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_INC_GRD_CPROF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_INC_GRD_CPROF_PKG, status:VALID,
-
View: IGS_AS_INC_GRD_CPROF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_INC_GRD_CPROF_V, object_name:IGS_AS_INC_GRD_CPROF_V, status:VALID, product: IGS - Student System , description: Incomplete Grade Conversion Profile details , implementation_dba_data: APPS.IGS_AS_INC_GRD_CPROF_V ,
-
PACKAGE BODY: APPS.IGS_AS_SU_STMPTOUT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SU_STMPTOUT_PKG, status:VALID,
-
VIEW: APPS.IGS_AS_INC_GRD_CPROF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_INC_GRD_CPROF_V, object_name:IGS_AS_INC_GRD_CPROF_V, status:VALID,
-
Table: IGS_CA_DA
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available date alias types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_DA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA, object_name:IGS_CA_DA, status:VALID, product: IGS - Student System , description: Describes available date alias types , implementation_dba_data: IGS.IGS_CA_DA ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,