[Home] [Help]
[Dependency Information]
Object Name: | IGS_PR_SDT_PS_PR_MSR |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_PR_SDT_PS_PR_MSR describes the result of the calculation of a progression measure against the nominated student program attempt. For example, the result of a grade point average, GPA or weighted average mark, WAM calculation.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_PR_SDT_PS_PR_MSR_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
IGS_PR_SDT_PS_PR_MSR_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | Yes | Describes the person identifier for whom the progression measure was calculated |
COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program version for that the progression measure was calculated |
PRG_CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the progression calendar type used for progression measure |
PRG_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the progression calendar sequence number in that the measure was calculated |
S_PRG_MEASURE_TYPE | VARCHAR2 | (30) | Yes | Describes the type of the progression measure |
CALCULATION_DT | DATE | Yes | Describes the date that the progression measure was performed | |
VALUE | NUMBER | (6) | Yes | Describes the actual value achieved for the progression measure |
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 PERSON_ID
, COURSE_CD
, PRG_CAL_TYPE
, PRG_CI_SEQUENCE_NUMBER
, S_PRG_MEASURE_TYPE
, CALCULATION_DT
, VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_SDT_PS_PR_MSR;
IGS.IGS_PR_SDT_PS_PR_MSR does not reference any database object
IGS.IGS_PR_SDT_PS_PR_MSR is referenced by following:
|
|
|