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


VIEW: APPS.WF_MESSAGE_ATTRIBUTES_VL

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

View Type

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


WF_MESSAGE_ATTRIBUTES_VL is a view that joins the translated,
language specific
values from WF_MESSAGE_ATTRIBUTES_TL with the non-displayed
data from WF_MESSAGE_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
MESSAGE_TYPE VARCHAR2 (8) Yes Item type of the message
MESSAGE_NAME VARCHAR2 (30) Yes Internal name of the message
NAME VARCHAR2 (30) Yes Internal name
SEQUENCE NUMBER
Yes Order of the attribute within the message
TYPE VARCHAR2 (8) Yes Type of attribute
SUBTYPE VARCHAR2 (8) Yes Determines if attribute is send or respond
VALUE_TYPE VARCHAR2 (8) Yes Defines if the default is a constant or a reference to a item attribute
PROTECT_LEVEL NUMBER
Yes Level at which the data is protected
CUSTOM_LEVEL NUMBER
Yes Level of user who last updated the row
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
ATTACH VARCHAR2 (1)
RENDER VARCHAR2 (1)
CUSTOMIZATION_LEVEL VARCHAR2 (1)
Query Text

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


SELECT ROW_ID
,      MESSAGE_TYPE
,      MESSAGE_NAME
,      NAME
,      SEQUENCE
,      TYPE
,      SUBTYPE
,      VALUE_TYPE
,      PROTECT_LEVEL
,      CUSTOM_LEVEL
,      FORMAT
,      TEXT_DEFAULT
,      NUMBER_DEFAULT
,      DATE_DEFAULT
,      DISPLAY_NAME
,      DESCRIPTION
,      ATTACH
,      RENDER
,      CUSTOMIZATION_LEVEL
FROM APPS.WF_MESSAGE_ATTRIBUTES_VL;

Dependencies

[top of page]

APPS.WF_MESSAGE_ATTRIBUTES_VL references the following:

SchemaAPPS
SynonymWF_MESSAGE_ATTRIBUTES
SynonymWF_MESSAGE_ATTRIBUTES_TL
APPS.WF_MESSAGE_ATTRIBUTES_VL is referenced by following:

SchemaAPPS
Package BodyAMV_MYCHANNEL_PVT - show dependent code
Package BodyAZW_UTIL - show dependent code
Package BodyEDR_PSIG_PAGE_FLOW - show dependent code
Package BodyFND_WF_EVENT - show dependent code
Package BodyHR_APPRAISAL_WORKFLOW_SS - show dependent code
Package BodyHR_WORKFLOW_SS - show dependent code
Package BodyPOR_NOTIFICATION_PKG - show dependent code
Package BodyPQH_SS_WORKFLOW - show dependent code
Package BodyWFA_HTML_UTIL - show dependent code
Package BodyWF_FWKMON - show dependent code
Package BodyWF_LOAD - show dependent code
Package BodyWF_MAIL - show dependent code
Package BodyWF_MESSAGES_VL_PUB - show dependent code
Package BodyWF_MONITOR - show dependent code
Package BodyWF_NOTIFICATION - show dependent code
ViewWF_NOTIFICATION_ATTR_RESP_V
Package BodyWF_NTFRULE_UTIL - show dependent code
Package BodyWF_PLUG - show dependent code
Package BodyWF_ROUTE - show dependent code
Package BodyWF_XML - show dependent code