DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WF_ITEM_ATTRIBUTES_VL

Object Details
Object Name: WF_ITEM_ATTRIBUTES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.WF_ITEM_ATTRIBUTES_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


WF_ITEM_ATTRIBUTES_VL is a view that joins the translated,
language specific
values from WF_ITEM_ATTRIBUTES_TL with the non-displayed
data from WF_ITEM_ATTRIBUTES
to form complete zoom entities. Oracle Aplication Object Library
uses this view to display translated information in languages
installed at your site.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique row identifier
ITEM_TYPE VARCHAR2 (8) Yes Item type
NAME VARCHAR2 (30) Yes Internal name
SEQUENCE NUMBER
Yes Order of the attribute within the message
TYPE VARCHAR2 (8) Yes Type of attribute
PROTECT_LEVEL NUMBER
Yes Level at which the data is protected
CUSTOM_LEVEL NUMBER
Yes Level of user who last updated the row
SUBTYPE VARCHAR2 (8)
Determines if attribute is send or respond
FORMAT VARCHAR2 (240)
Format mask or Lookup type
TEXT_DEFAULT VARCHAR2 (4000)
Default format if type is text
NUMBER_DEFAULT NUMBER

Default format if type is number
DATE_DEFAULT DATE

Default format if type is date
DISPLAY_NAME VARCHAR2 (80) Yes Name displayed to the user
DESCRIPTION VARCHAR2 (240)
Description
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      ITEM_TYPE
,      NAME
,      SEQUENCE
,      TYPE
,      PROTECT_LEVEL
,      CUSTOM_LEVEL
,      SUBTYPE
,      FORMAT
,      TEXT_DEFAULT
,      NUMBER_DEFAULT
,      DATE_DEFAULT
,      DISPLAY_NAME
,      DESCRIPTION
FROM APPS.WF_ITEM_ATTRIBUTES_VL;

Dependencies

[top of page]

APPS.WF_ITEM_ATTRIBUTES_VL references the following:

SchemaAPPS
SynonymWF_ITEM_ATTRIBUTES
SynonymWF_ITEM_ATTRIBUTES_TL
APPS.WF_ITEM_ATTRIBUTES_VL is referenced by following:

SchemaAPPS
Package BodyCUG_WF_EMAIL_UTIL - show dependent code
Package BodyWF_INITIATE - show dependent code
Package BodyWF_ITEM_ATTRIBUTES_VL_PUB - show dependent code
Package BodyWF_LOAD - show dependent code
Package BodyWF_MONITOR - show dependent code