[Home] [Help]
[Dependency Information]
Object Name: | IGS_AS_APPR_GRD_SCH |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The approved grading schemas for assessment types associated with unit and version are recorded. They can be defaulted so that on linking the assessment items to unit offering and sections the grading schema is associated with the assessment item.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AS_APPR_GRD_SCH_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_CD | VARCHAR2 | (10) | Yes | The unit to which the approved grading schema for an assessment type is attached. |
VERSION_NUMBER | NUMBER | (3) | Yes | The unit version to which the approved grading schema for an assessment type is attached. |
ASSESSMENT_TYPE | VARCHAR2 | (10) | Yes | The assessment type for the unit having approved grading schemas. |
GRADING_SCHEMA_CD | VARCHAR2 | (10) | Yes | Grading Schema for the assessment type . These can be only of the system type assessment item |
GS_VERSION_NUMBER | NUMBER | (3) | Yes | Grading Schema version for the assessment type . These can be only of the system type assessment item |
DEFAULT_IND | VARCHAR2 | (1) | Yes | To indicate that the grading schema is to be defaulted for assessment type when assessment types are linked with unit offering |
CLOSED_IND | VARCHAR2 | (1) | Yes | The approved grading Schema is available for use or not. |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_CD
, VERSION_NUMBER
, ASSESSMENT_TYPE
, GRADING_SCHEMA_CD
, GS_VERSION_NUMBER
, DEFAULT_IND
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_APPR_GRD_SCH;
IGS.IGS_AS_APPR_GRD_SCH does not reference any database object
IGS.IGS_AS_APPR_GRD_SCH is referenced by following:
|
|
|