[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_ORUN_WLST_PRI |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_ORUN_WLST_PRI
|
| Subobject Name: | |
| Status: | VALID |
IGS_EN_ORUN_WLST_PRI describes the organization unit waitlist priority based on the students that are ranked for the unit attempt. The highest priority is applied first.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_ORUN_WLST_PRI_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_WLST_PRI_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_UNIT_WLST_PRI_ID | NUMBER | Yes | Describes the unique number that represents the unit waitlist priority identifier. | |
| ORG_UNIT_WLST_ID | NUMBER | Yes | Represents the organization unit waitlist identifier, a value that identifies a specific waitlist. | |
| PRIORITY_NUMBER | NUMBER | (6) | Yes | Unique number that identifies the order in that priorities are stored. |
| PRIORITY_VALUE | VARCHAR2 | (30) | Yes | Value associated to each priority number based on that students are ranked in the waitlist. This value can be any eligibility criteria that a student should meet for the corresponding unit attempt. |
| 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 ORG_UNIT_WLST_PRI_ID
, ORG_UNIT_WLST_ID
, PRIORITY_NUMBER
, PRIORITY_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_ORUN_WLST_PRI;
IGS.IGS_EN_ORUN_WLST_PRI does not reference any database object
IGS.IGS_EN_ORUN_WLST_PRI is referenced by following:
APPS
IGS_EN_ORUN_WLST_PRI
|
|
|
|