[Home] [Help]
[Dependency Information]
| Object Name: | ENI_CHG_MGMT_PRIORITY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View that stores the Change Order Priority Identifier, Name and the Priority Level
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (30) | Change Order Priority Identifier | |
| VALUE | VARCHAR2 | (80) | Change Order Priority Name | |
| PRIORITY_LEVEL | NUMBER | Chaneg Order Priority Level |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, PRIORITY_LEVEL
FROM APPS.ENI_CHG_MGMT_PRIORITY_V;
APPS
ENG_CHANGE_PRIORITIES
FND_LOOKUP_VALUES
APPS.ENI_CHG_MGMT_PRIORITY_V is not referenced by any database object
|
|
|
|