[Home] [Help]
[Dependency Information]
| Object Name: | WF_ITEMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.WF_ITEMS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Base view of workflow items
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_TYPE | VARCHAR2 | (8) | Yes | Item type |
| ITEM_KEY | VARCHAR2 | (240) | Yes | Key of item activity |
| USER_KEY | VARCHAR2 | (240) | User friendly/visible key | |
| ROOT_ACTIVITY | VARCHAR2 | (30) | Yes | Top level process it is running |
| ROOT_ACTIVITY_VERSION | NUMBER | Yes | Version of the top level process | |
| OWNER_ROLE | VARCHAR2 | (320) | Not currently used | |
| PARENT_ITEM_TYPE | VARCHAR2 | (8) | Identifies components of the parent process | |
| PARENT_ITEM_KEY | VARCHAR2 | (240) | Identifies components of the parent process | |
| PARENT_CONTEXT | VARCHAR2 | (2000) | Identifies components of the parent process | |
| BEGIN_DATE | DATE | Yes | Start date | |
| END_DATE | DATE | End date |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, ITEM_KEY
, USER_KEY
, ROOT_ACTIVITY
, ROOT_ACTIVITY_VERSION
, OWNER_ROLE
, PARENT_ITEM_TYPE
, PARENT_ITEM_KEY
, PARENT_CONTEXT
, BEGIN_DATE
, END_DATE
FROM APPS.WF_ITEMS_V;
APPS
WF_ITEMS
APPS
AMS_APPROVAL_PVT
- show dependent code
MSD_WF
- show dependent code
OE_VALIDATE_HEADER
- show dependent code
OE_VALIDATE_LINE
- show dependent code
OKC_ARTWF_PVT
- show dependent code
PA_AUTOALLOC_UTLS
- show dependent code
PO_APPROVAL_REMINDER_SV
- show dependent code
PO_LINES_SV4_832_UPDATE
- show dependent code
PO_PDOI_PRICE_TOLERANCE_PVT
- show dependent code
PSP_ROLLBACK_EFF_REPORTS
- show dependent code
XDP_INTERFACES
- show dependent code
XDP_UTILITIES
- show dependent code
ZPB_AC_OPS
- show dependent code
ZPB_EXCEPTION_ALERT
- show dependent code
ZPB_WF
- show dependent code
|
|
|
|