[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_USEC_WLST_PRF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_USEC_WLST_PRF
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_USEC_WLST_PRF captures the waitlist preferences for a unit section.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_USEC_WLST_PRF_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_SEC_WAITLIST_PREF_ID
|
| IGS_PS_USEC_WLST_PRF_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_SEC_WAITLIST_PRIORITY_ID
PREFERENCE_CODE
PREFERENCE_VERSION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_SEC_WAITLIST_PREF_ID | NUMBER | (10) | Yes | Unique identifier for the waitlist preferences for a unit section. |
| UNIT_SEC_WAITLIST_PRIORITY_ID | NUMBER | (10) | Yes | Unique identifier for the unit section waitlist priority. |
| PREFERENCE_ORDER | NUMBER | (6) | Yes | Order of the preference. |
| PREFERENCE_CODE | VARCHAR2 | (30) | Yes | Unit section waitlist preference code. |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| PREFERENCE_VERSION | VARCHAR2 | (3) | Unit section waitlist preference version. | |
| CREATED_BY | NUMBER | (15) | 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 UNIT_SEC_WAITLIST_PREF_ID
, UNIT_SEC_WAITLIST_PRIORITY_ID
, PREFERENCE_ORDER
, PREFERENCE_CODE
, CREATION_DATE
, PREFERENCE_VERSION
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_USEC_WLST_PRF;
IGS.IGS_PS_USEC_WLST_PRF does not reference any database object
IGS.IGS_PS_USEC_WLST_PRF is referenced by following:
APPS
IGS_PS_USEC_WLST_PRF
|
|
|
|