[Home] [Help]
[Dependency Information]
Object Name: | JTF_LOOKUPS_BRM_WF_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WF_ITEM_TYPE | VARCHAR2 | (8) | Yes | |
WF_PROCESS_NAME | VARCHAR2 | (30) | Yes | |
WF_DESCRIPTION | VARCHAR2 | (80) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT WF_ITEM_TYPE
, WF_PROCESS_NAME
, WF_DESCRIPTION
FROM APPS.JTF_LOOKUPS_BRM_WF_V;
|
|
|