DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS dependencies on WF_MESSAGE_ATTRIBUTES_TL

Line 888: wf_message_attributes_tl wmat,

884: 'NUMBER', to_char(wma.number_default),
885: wma.text_default) value,
886: wma.format format
887: from wf_message_attributes wma,
888: wf_message_attributes_tl wmat,
889: wf_notifications wn
890: where wma.message_name = wmat.message_name
891: and wma.message_type = wmat.message_type
892: and wma.name = wmat.name