[Home] [Help]
[Dependency Information]
Object Name: | OE_WF_ORDER_ASSIGN_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to show workflow assignments for a order transaction type and is used by UI.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ASSIGNMENT_ID | NUMBER | Yes | Assignment ID | |
ORDER_TYPE_ID | NUMBER | Yes | Order Transaction Type | |
ORDER_TYPE_NAME | VARCHAR2 | (30) | Yes | Name in translated language |
WF_ITEM_TYPE | VARCHAR2 | (30) | Item type of the Process name to identify if it is a quote flow or order flow |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ID
, ORDER_TYPE_ID
, ORDER_TYPE_NAME
, WF_ITEM_TYPE
FROM APPS.OE_WF_ORDER_ASSIGN_V;
|
|
|