[Home] [Help]
[Dependency Information]
| Object Name: | AMW_WF_PROCESSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMW.AMW_WF_PROCESSES_V
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View to display the Workflow processes and their item types
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISPLAY_NAME | VARCHAR2 | (80) | Yes | |
| NAME | VARCHAR2 | (30) | Yes | |
| ITEM_TYPE | VARCHAR2 | (8) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DISPLAY_NAME
, NAME
, ITEM_TYPE
FROM APPS.AMW_WF_PROCESSES_V;
APPS
WF_ACTIVITIES
WF_ACTIVITIES_TL
APPS.AMW_WF_PROCESSES_V is not referenced by any database object
|
|
|
|