[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_STU_ACAD_STAT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_STU_ACAD_STAT
|
| Subobject Name: | |
| Status: | VALID |
Stores Student Academic Statistics from External Sources
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_STU_ACAD_STAT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
CAL_TYPE
CI_SEQUENCE_NUMBER
STAT_TYPE
TIMEFRAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Person Id of Student |
| COURSE_CD | VARCHAR2 | (6) | Yes | Program Code of the Student Attempt |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar Type to define the Load Calendar Instance |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Sequence Number to define the Load Calendar Instance |
| STAT_TYPE | VARCHAR2 | (50) | Yes | Statistic Type |
| TIMEFRAME | VARCHAR2 | (50) | Yes | Timeframe (Cumulative or Period) for calculating GPA |
| SOURCE_TYPE | VARCHAR2 | (50) | Yes | Source Type of the Statistic data (Degree Audit, Internal or Other) |
| SOURCE_REFERENCE | VARCHAR2 | (100) | User Reference for the source of the Statistics data | |
| ATTEMPTED_CREDIT_POINTS | NUMBER | (6) | Attempted Credit Points | |
| EARNED_CREDIT_POINTS | NUMBER | (6) | Earned Credit Points | |
| GPA | NUMBER | (6) | Grade Point Average | |
| GPA_CREDIT_POINTS | NUMBER | (6) | Credit Point figure used to calculate the Grade Point Average | |
| GPA_QUALITY_POINTS | NUMBER | (6) | Quality Point figure used to calculate the Grade Point Average | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Columns |
| CREATION_DATE | DATE | Yes | Standard WHO Columns | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Columns |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Columns | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Columns |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, COURSE_CD
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, STAT_TYPE
, TIMEFRAME
, SOURCE_TYPE
, SOURCE_REFERENCE
, ATTEMPTED_CREDIT_POINTS
, EARNED_CREDIT_POINTS
, GPA
, GPA_CREDIT_POINTS
, GPA_QUALITY_POINTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_STU_ACAD_STAT;
IGS.IGS_PR_STU_ACAD_STAT does not reference any database object
IGS.IGS_PR_STU_ACAD_STAT is referenced by following:
APPS
IGS_PR_STU_ACAD_STAT
|
|
|
|