[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_AS_SUA_ASS_ITEM_GROUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_AS_SUA_ASS_ITEM_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Student Unit Attempt Assessment Item Group
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Describes the person ID of the student to whom the assessment item group is linked. |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | Describes the students course code |
| UNIT_SECTION_ID | NUMBER | (7) | Yes | Identifier for unit offering option. |
| SUA_ASS_ITEM_GROUP_NAME | VARCHAR2 | (30) | Yes | Describes the name of a group of Student Unit Assessment Items. For example, Quizzes, Homework. |
| _LA:MIDTERM_FORMULA_CODE | CHAR | (81) | For Midterm Grading Period, allows user to define the derivation formula based on which the student unit attempt outcome marks will be calculated:- Weighted Average- Best N- At least N- Null | |
| MIDTERM_FORMULA_QUANTITY | NUMBER | (3) | In case the Formula is 'Best N' or 'At least N', the user is required to define the corresponding number of assessment item to be used to derive student unit attempt outcome marks. | |
| MIDTERM_WEIGHT_QUANTITY | NUMBER | (6) | Allows user to define the weight of the assessment item group relative to other assessment item groups for 'Midterm' grading period. | |
| _LA:FINAL_FORMULA_CODE | CHAR | (79) | For Final Grading Period, allows user to define the derivation formula based on which the student unit attempt outcome marks will be calculated:- Weighted Average- Best N- At least N- Null | |
| FINAL_FORMULA_QUANTITY | NUMBER | (3) | In case the Formula is 'Best N' or 'At least N', the user is required to define the corresponding number of assessment item that will be used to derive student unit attempt outcome marks. | |
| FINAL_WEIGHT_QUANTITY | NUMBER | (6) | Allows user to define the weight of the assessment item group relative to other assessment item groups for 'Final' grading period. | |
| SUA_ASSESSMENT_ITEM_GROUP_ID | NUMBER | (15) | Yes | System generated number is used to uniquely identify group of student unit assessment items. Student unit assessment item group is a group of assessment items that would have certain amount of weight in the unit grade. Formula can be applied to all the assessment items in a group such as Best 3, Atleast 2. |
| UNIT_ASSESSMENT_ITEM_GROUP_ID | NUMBER | (15) | Reference to the original source from where the student unit attempt assessment items were inherited - Unit Level | |
| UNIT_SECTION_ASS_ITEM_GROUP_ID | NUMBER | (15) | Reference to the original source from where the student unit attempt assessment items were inherited - Unit Section Level | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, PROGRAM_CODE
, UNIT_SECTION_ID
, SUA_ASS_ITEM_GROUP_NAME
, _LA:MIDTERM_FORMULA_CODE
, MIDTERM_FORMULA_QUANTITY
, MIDTERM_WEIGHT_QUANTITY
, _LA:FINAL_FORMULA_CODE
, FINAL_FORMULA_QUANTITY
, FINAL_WEIGHT_QUANTITY
, SUA_ASSESSMENT_ITEM_GROUP_ID
, UNIT_ASSESSMENT_ITEM_GROUP_ID
, UNIT_SECTION_ASS_ITEM_GROUP_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_AS_SUA_ASS_ITEM_GROUPS;
APPS
IGS_AS_SUA_AI_GROUP
APPS.IGSBV_AS_SUA_ASS_ITEM_GROUPS is not referenced by any database object
|
|
|
|