DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on WF_MESSAGE_ATTRIBUTES

Line 1145: from wf_notifications wn, wf_message_attributes mat

1141: l_exists := 'N';
1142: select 'Y' into l_exists
1143: from dual
1144: where exists (select 'e'
1145: from wf_notifications wn, wf_message_attributes mat
1146: where wn.notification_id = p_ntfId
1147: and wn.message_name = mat.message_name
1148: and wn.message_type = mat.message_type
1149: and mat.name = 'RESULT');