DBA Data[Home] [Help]

APPS.WF_FWKMON dependencies on WF_MESSAGE_ATTRIBUTES_VL

Line 26: wf_message_attributes_vl ma,

22: nvl(ma.format, 'DD/MON/YYYY HH24:MI:SS')),
23: 'LOOKUP', wf_core.activity_result(ma.format, na.text_value),
24: na.text_value) result
25: FROM wf_notification_attributes na,
26: wf_message_attributes_vl ma,
27: wf_notifications n
28: WHERE n.notification_id = x_notificationId
29: AND n.message_type = ma.message_type
30: AND n.message_name = ma.message_name