[Home] [Help]
[Dependency Information]
| Object Name: | CSP_PART_PRIORITIES |
|---|---|
| Object Type: | TABLE |
| Owner: | CSP |
| Subobject Name: | |
| Status: | VALID |
CSP_PART_PRIORITIES stores the lower and upper range for part priorities.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PART_PRIORITY_ID | NUMBER | (35) | Yes | Part Priority Id |
| PRIORITY | VARCHAR2 | (240) | Yes | Part Priority |
| LOWER_RANGE | NUMBER | (35) | Yes | Lower Range Value |
| UPPER_RANGE | NUMBER | (35) | Yes | Upper Range Value |
| CREATED_BY | NUMBER | (35) | Yes | Standard Who column - with user id from FND_USER |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (35) | Yes | Standard Who column - with user id from FND_USER |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (35) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PART_PRIORITY_ID
, PRIORITY
, LOWER_RANGE
, UPPER_RANGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM CSP.CSP_PART_PRIORITIES;
CSP.CSP_PART_PRIORITIES does not reference any database object
CSP.CSP_PART_PRIORITIES is referenced by following:
CSP
CSP_PART_PRIORITIES#
|
|
|
|