DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS dependencies on WF_MESSAGE_ATTRIBUTES

Line 813: from wf_message_attributes wma,

809: 'DATE', to_char(wma.date_default),
810: 'NUMBER', to_char(wma.number_default),
811: wma.text_default) value,
812: wma.format format
813: from wf_message_attributes wma,
814: wf_message_attributes_tl wmat,
815: wf_notifications wn
816: where wma.message_name = wmat.message_name
817: and wma.message_type = wmat.message_type

Line 814: wf_message_attributes_tl wmat,

810: 'NUMBER', to_char(wma.number_default),
811: wma.text_default) value,
812: wma.format format
813: from wf_message_attributes wma,
814: wf_message_attributes_tl wmat,
815: wf_notifications wn
816: where wma.message_name = wmat.message_name
817: and wma.message_type = wmat.message_type
818: and wma.name = wmat.name