[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_OU_UNIT_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_OU_UNIT_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_OU_UNIT_ALL contains units from the student that will be excluded or in the student that are required to enroll in the next enrollment period.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_OU_UNIT_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROGRESSION_RULE_CAT
PRA_SEQUENCE_NUMBER
PRO_SEQUENCE_NUMBER
UNIT_CD
|
| IGS_PR_OU_UNIT_ALL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROGRESSION_RULE_CAT | VARCHAR2 | (10) | Yes | Describes the institution-defined categoryof the progression rule to that the exclusion or requirement 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_CD | VARCHAR2 | (10) | Yes | Describes the unit code applicable to the exclusion or requirement. |
| S_UNIT_TYPE | VARCHAR2 | (10) | Yes | Describes if the unit is to be excluded or whether it is a required unit |
| 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_CD
, S_UNIT_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PR_OU_UNIT_ALL;
IGS.IGS_PR_OU_UNIT_ALL does not reference any database object
IGS.IGS_PR_OU_UNIT_ALL is referenced by following:
APPS
IGS_PR_OU_UNIT_ALL
|
|
|
|