DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on WF_MESSAGE_ATTRIBUTES

Line 1258: from wf_notifications wn, wf_message_attributes mat

1254: l_exists := 'N';
1255: select 'Y' into l_exists
1256: from dual
1257: where exists (select 'e'
1258: from wf_notifications wn, wf_message_attributes mat
1259: where wn.notification_id = p_ntfId
1260: and wn.message_name = mat.message_name
1261: and wn.message_type = mat.message_type
1262: and mat.name = 'RESULT');