[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_SDT_PR_UNT_ST |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_SDT_PR_UNT_ST
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_SDT_PR_UNT_ST contains unit sets from the student that will be excluded in a program attempt.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_SDT_PR_UNT_ST_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
SPO_SEQUENCE_NUMBER
UNIT_SET_CD
VERSION_NUMBER
|
| IGS_PR_SDT_PR_UNT_ST_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_SET_CD
VERSION_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Unique person identifier of the student program attempt applicable to the excluded unit set |
| COURSE_CD | VARCHAR2 | (6) | Yes | The code of the student program attempt applicable to the excluded unit set |
| SPO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | A unique sequence number identifying the student progression outcome |
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Code of the excluded unit set |
| VERSION_NUMBER | NUMBER | (3) | Yes | The version number of the excluded unit set |
| 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_SET_CD
, VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_SDT_PR_UNT_ST;
IGS.IGS_PR_SDT_PR_UNT_ST does not reference any database object
IGS.IGS_PR_SDT_PR_UNT_ST is referenced by following:
APPS
IGS_PR_SDT_PR_UNT_ST
|
|
|
|