[Home] [Help]
[Dependency Information]
| Object Name: | WF_LOOKUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.WF_LOOKUPS
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
WF_LOOKUPS is a view of Workflow QuickCodes. Each row includes
the QuickCode lookup type, the QuickCode itself, its meaning, and
additional description.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Unique row identifier | |
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | QuickCode lookup type |
| LOOKUP_CODE | VARCHAR2 | (30) | Yes | QuickCode code |
| PROTECT_LEVEL | NUMBER | Yes | Level at which the data is protected | |
| CUSTOM_LEVEL | NUMBER | Yes | Level of user who last updated the row | |
| MEANING | VARCHAR2 | (80) | Yes | QuickCode meaning |
| DESCRIPTION | VARCHAR2 | (240) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, LOOKUP_TYPE
, LOOKUP_CODE
, PROTECT_LEVEL
, CUSTOM_LEVEL
, MEANING
, DESCRIPTION
FROM APPS.WF_LOOKUPS;
APPS
WF_LOOKUPS_TL
APPS
AMV_WFAPPROVAL_PVT
- show dependent code
CAC_VIEW_WF_PVT
- show dependent code
CCT_ROUTINGWORKFLOW_UTL
- show dependent code
EDR_PSIG_PAGE_FLOW
- show dependent code
EDR_UTILITIES
- show dependent code
ENG_WORKFLOW_API_PKG
- show dependent code
ENG_WORKFLOW_UTIL
- show dependent code
FND_SVC_COMPONENTS_V
IBC_CITEM_WORKFLOW_PVT
- show dependent code
IBE_OM_INTEGRATION_GRP
- show dependent code
JTF_BRM_UTILITY_PVT
- show dependent code
JTF_CAL_WF_PVT
- show dependent code
OE_ORDER_WF_UTIL
- show dependent code
OE_UPGRADE_WF
- show dependent code
OE_UPGRADE_WF2
- show dependent code
OTA_ADD_TRAINING_SS
- show dependent code
PA_PROGRESS_REPORT_WORKFLOW
- show dependent code
PSP_WF_ADJ_PKG
- show dependent code
WFA_HTML_UTIL
- show dependent code
WF_CORE
- show dependent code
WF_EVENT_HTML
- show dependent code
WF_INITIATE
- show dependent code
WF_ITEM_ACTIVITY_STATUSES_V
WF_LOAD
- show dependent code
WF_LOOKUP_TYPES_PUB
- show dependent code
WF_MAIL
- show dependent code
WF_MONITOR
- show dependent code
WF_NOTIFICATION
- show dependent code
WF_NOTIFICATIONS_VIEW
WF_PLUG
- show dependent code
WF_ROUTE
- show dependent code
WF_STANDARD
- show dependent code
WF_TASKFLOW
- show dependent code
XDP_FMC_V
XNP_CVU_PKG
- show dependent code
|
|
|
|