DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS dependencies on WF_MESSAGE_ATTRIBUTES

Line 887: from wf_message_attributes wma,

883: 'DATE', to_char(wma.date_default),
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

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

Line 1048: from wf_message_attributes

1044: begin
1045:
1046: select format
1047: into l_format
1048: from wf_message_attributes
1049: where message_type = l_msg_type
1050: and message_name = l_msg_name
1051: and name = 'RESULT' ;
1052: