[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_STDNT_PR_UNIT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_STDNT_PR_UNIT
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_STDNT_PR_UNIT describes the units that a student is required to enroll in as part of their probation due to failing a progression rule.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_STDNT_PR_UNIT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
SPO_SEQUENCE_NUMBER
UNIT_CD
|
| IGS_PR_STDNT_PR_UNIT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | The person identifier of the student program attempt applicable to the excluded or reguired |
| COURSE_CD | VARCHAR2 | (6) | Yes | The code of the student program attempt applicable to the excluded or required. |
| SPO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | A unique sequence number identifying the student progression outcome |
| UNIT_CD | VARCHAR2 | (10) | Yes | The code of the excluded or required unit |
| S_UNIT_TYPE | VARCHAR2 | (10) | Yes | A system value of either excluded or require |
| 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
, SPO_SEQUENCE_NUMBER
, UNIT_CD
, S_UNIT_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_STDNT_PR_UNIT;
IGS.IGS_PR_STDNT_PR_UNIT does not reference any database object
IGS.IGS_PR_STDNT_PR_UNIT is referenced by following:
APPS
IGS_PR_STDNT_PR_UNIT
|
|
|
|