[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_UNITASS_ITEM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_UNITASS_ITEM
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_UNITASS_ITEM describes all the assessment items for a unit section.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_UNITASS_ITEM_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UOO_ID
ASS_ID
SEQUENCE_NUMBER
|
| IGS_PS_UNIT_ASSITEM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_SECTION_ASS_ITEM_ID
|
| IGS_PS_UNITASS_ITEM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
US_ASS_ITEM_GROUP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_SECTION_ASS_ITEM_ID | NUMBER | Yes | Unique identifier for assessment unit for the unit section. | |
| UOO_ID | NUMBER | (7) | Yes | Identifier for unit offering option. |
| ASS_ID | NUMBER | (10) | Yes | Identifier for the assessment type. |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Unique system generated number for an unit section occurrence . |
| CI_START_DT | DATE | Yes | Start date of the calendar instance for the unit section. | |
| CI_END_DT | DATE | Yes | End date of the calendar instance for the unit section. | |
| UNIT_CLASS | VARCHAR2 | (10) | - Obsolete | |
| UNIT_MODE | VARCHAR2 | (10) | - Obsolete | |
| LOCATION_CD | VARCHAR2 | (10) | - Obsolete | |
| DUE_DT | DATE | Date before that the unit assessment rule should be applied to unit offering option. | ||
| REFERENCE | VARCHAR2 | (30) | Source from that a check is made to assessment rule. | |
| DFLT_ITEM_IND | VARCHAR2 | (1) | Yes | Indicator that defaults the reference code of unit assessment item. |
| LOGICAL_DELETE_DT | DATE | Date on that a record is marked for deletion. | ||
| ACTION_DT | DATE | Date on that an action is taken on the unit assessment. | ||
| EXAM_CAL_TYPE | VARCHAR2 | (10) | Calendar type for the unit assessment. | |
| EXAM_CI_SEQUENCE_NUMBER | NUMBER | (6) | Unique number attached to a exam calendar instance. | |
| 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 | |
| REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record. | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record. | |
| PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record. | |
| PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program. | ||
| GRADING_SCHEMA_CD | VARCHAR2 | (10) | Yes | The grading schema for the assessment item associated with student assessment item |
| GS_VERSION_NUMBER | NUMBER | (3) | Yes | The version of grading schema for the assessment item associated with student assessment item. |
| RELEASE_DATE | DATE | Date on which outcome is released to the student. If the value is null the outcome is not displayed to the student on self service screens. | ||
| DESCRIPTION | VARCHAR2 | (180) | Assessment item description defined at the unit section level. | |
| US_ASS_ITEM_GROUP_ID | NUMBER | (15) | Unique identifier of a group to which the unit section assessment item is attached. | |
| MIDTERM_MANDATORY_TYPE_CODE | VARCHAR2 | (30) | For Midterm Grading Period, allows user to define whether a certain assessment item is:- Optional- Mandatory - Mandatory pass- Null (Default) | |
| MIDTERM_WEIGHT_QTY | NUMBER | (6) | Allows user to define the weight of the assessment item relative to other assessment items for 'Midterm' grading period. | |
| FINAL_MANDATORY_TYPE_CODE | VARCHAR2 | (30) | For Final Grading Period, allows user to define whether a certain assessment item is:- Optional- Mandatory - Mandatory pass- Null (Default) | |
| FINAL_WEIGHT_QTY | NUMBER | (6) | Allows user to define the weight of the assessment item relative to other assessment items for 'Final' grading period. |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_SECTION_ASS_ITEM_ID
, UOO_ID
, ASS_ID
, SEQUENCE_NUMBER
, CI_START_DT
, CI_END_DT
, UNIT_CLASS
, UNIT_MODE
, LOCATION_CD
, DUE_DT
, REFERENCE
, DFLT_ITEM_IND
, LOGICAL_DELETE_DT
, ACTION_DT
, EXAM_CAL_TYPE
, EXAM_CI_SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, GRADING_SCHEMA_CD
, GS_VERSION_NUMBER
, RELEASE_DATE
, DESCRIPTION
, US_ASS_ITEM_GROUP_ID
, MIDTERM_MANDATORY_TYPE_CODE
, MIDTERM_WEIGHT_QTY
, FINAL_MANDATORY_TYPE_CODE
, FINAL_WEIGHT_QTY
FROM IGS.IGS_PS_UNITASS_ITEM;
IGS.IGS_PS_UNITASS_ITEM does not reference any database object
IGS.IGS_PS_UNITASS_ITEM is referenced by following:
APPS
IGS_PS_UNITASS_ITEM
|
|
|
|