[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_USEC_WLST_PRI |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_USEC_WLST_PRI
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_USEC_WLST_PRI describes the waitlist priorities for a unit section.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_USEC_WLST_PRI_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_SEC_WAITLIST_PRIORITY_ID
|
| IGS_PS_USEC_WLST_PRI_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UOO_ID
PRIORITY_VALUE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_SEC_WAITLIST_PRIORITY_ID | NUMBER | (10) | Yes | Unique identifier for the waitlist priorities for a unit section. |
| UNIT_SECTION_LIMIT_WAITLIST_ID | NUMBER | (10) | Unique identifier for the unit section waitlist limit. Case and Seed document: PS204_Inheritance_i2c_2520994_CS_DP1.doc - Obsolete | |
| PRIORITY_NUMBER | NUMBER | (6) | Yes | Unit section priority number |
| PRIORITY_VALUE | VARCHAR2 | (30) | Yes | Unit section priority value |
| 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 | |
| UOO_ID | NUMBER | (7) | Unique identifier for unit section. |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_SEC_WAITLIST_PRIORITY_ID
, UNIT_SECTION_LIMIT_WAITLIST_ID
, PRIORITY_NUMBER
, PRIORITY_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, UOO_ID
FROM IGS.IGS_PS_USEC_WLST_PRI;
IGS.IGS_PS_USEC_WLST_PRI does not reference any database object
IGS.IGS_PS_USEC_WLST_PRI is referenced by following:
APPS
IGS_PS_USEC_WLST_PRI
|
|
|
|