[Home] [Help]
[Dependency Information]
| Object Name: | CSP_PART_PRIORITIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| 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 |
| MEANING | VARCHAR2 | (80) | Yes | Parts priority meaning |
| DESCRIPTION | VARCHAR2 | (240) | Parts priority description |
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
, MEANING
, DESCRIPTION
FROM APPS.CSP_PART_PRIORITIES_V;
APPS
CSP_PART_PRIORITIES
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS
CSP_DC_PARTS_V
CSP_PART_CATEGORIES_V
CSP_REQUIRED_PARTS_V
CSP_SPARES_ORDERS_OM_V
|
|
|
|