DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_PR_SDT_PS_PR_MSR

Object Details
Object Name: IGS_PR_SDT_PS_PR_MSR
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PR_SDT_PS_PR_MSR
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_SDT_PS_PR_MSR_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnPRG_CAL_TYPE
ColumnPRG_CI_SEQUENCE_NUMBER
ColumnS_PRG_MEASURE_TYPE
ColumnCALCULATION_DT
IGS_PR_SDT_PS_PR_MSR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRG_CAL_TYPE
ColumnPRG_CI_SEQUENCE_NUMBER
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_PR_SDT_PS_PR_MSR does not reference any database object

IGS.IGS_PR_SDT_PS_PR_MSR is referenced by following:

SchemaAPPS
SynonymIGS_PR_SDT_PS_PR_MSR