[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_OU_UNIT_SET_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_OU_UNIT_SET_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_OU_UNIT_SET_ALL contains unit sets from the student that will be failed as a result of the related rule being failed. Currently this table contains version number. However, the penalty is applied as all versions of the unit set with the version number representing the current set at the point of the hold being applied.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_OU_UNIT_SET_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROGRESSION_RULE_CAT
PRA_SEQUENCE_NUMBER
PRO_SEQUENCE_NUMBER
UNIT_SET_CD
US_VERSION_NUMBER
|
| IGS_PR_OU_UNIT_SET_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_SET_CD
US_VERSION_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROGRESSION_RULE_CAT | VARCHAR2 | (10) | Yes | Describes the institution-defined category of the progression rule that the unit set exclusion applies |
| PRA_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the sequence number of the progression rule |
| PRO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the sequence number of progression outcome |
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Describes the code of the unit set that the student is to be excluded |
| US_VERSION_NUMBER | NUMBER | (3) | Yes | Describes the version number of unit set applicable at the time the exclusion is applied |
| 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 | |
| ORG_ID | NUMBER | (15) | Holds the information of the organization that entered this data. This field will be used for row level security in a multi-organization setup. |
Cut, paste (and edit) the following text to query this object:
SELECT PROGRESSION_RULE_CAT
, PRA_SEQUENCE_NUMBER
, PRO_SEQUENCE_NUMBER
, UNIT_SET_CD
, US_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PR_OU_UNIT_SET_ALL;
IGS.IGS_PR_OU_UNIT_SET_ALL does not reference any database object
IGS.IGS_PR_OU_UNIT_SET_ALL is referenced by following:
APPS
IGS_PR_OU_UNIT_SET_ALL
|
|
|
|