DBA Data[Home] [Help]

APPS.WF_MESSAGES_VL_PUB dependencies on WF_MESSAGE_ATTRIBUTES_VL

Line 129: FROM wf_message_attributes_vl wma, wf_messages_vl wm

125: wma.number_default,
126: wma.date_default,
127: wma.display_name,
128: wma.description
129: FROM wf_message_attributes_vl wma, wf_messages_vl wm
130: WHERE wma.message_type = c_item_type
131: AND wm.type = c_item_type
132: AND wm.name = wma.message_name
133: ORDER BY wm.display_name, wma.sequence;