DBA Data[Home] [Help]

APPS.EDR_FWK_VERIFY dependencies on WF_NOTIFICATION

Line 142: l_result:= wf_notification.getattrtext(l_nid,'RESULT');

138:
139: --Bug 4073809 : end
140:
141: IF P_FUNCMODE ='RUN' THEN
142: l_result:= wf_notification.getattrtext(l_nid,'RESULT');
143: l_doc_params(1).param_name:='PSIG_USER_KEY_LABEL';
144: l_doc_params(1).param_value:='WF-'||FND_MESSAGE.GET_STRING('EDR','EDR_FWK_TEST_LBL');
145: l_doc_params(1).param_displayname:='Identifier Label';
146: l_doc_params(2).param_name:='PSIG_USER_KEY_VALUE';

Line 172: p_user_response => wf_notification.getattrtext(l_nid,'RESULT'),

168: p_original_recipient => l_requester,
169: p_overriding_comment => null,
170: x_signature_id => l_sig_id,
171: p_evidenceStore_id => wf_engine.getitemattrtext(p_itemtype, p_itemkey,'#WF_SIG_ID'),
172: p_user_response => wf_notification.getattrtext(l_nid,'RESULT'),
173: p_sig_parameters_tbl => l_sign_params );
174:
175: /* Close Document if SUCCESS*/
176:

Line 264: l_result:= wf_notification.getattrtext(l_nid,'RESULT');

260: end;
261:
262:
263: begin
264: l_result:= wf_notification.getattrtext(l_nid,'RESULT');
265: exception
266: when others then
267: l_result := 'PENDING';
268: end;

Line 313: p_user_response => wf_notification.getattrtext(l_nid,'RESULT'),

309: p_original_recipient => l_requester,
310: p_overriding_comment => null,
311: x_signature_id => l_ret_sig_id,
312: p_evidenceStore_id => wf_engine.getitemattrtext(p_itemtype, p_itemkey,'#WF_SIG_ID'),
313: p_user_response => wf_notification.getattrtext(l_nid,'RESULT'),
314: p_sig_parameters_tbl => l_sign_params );
315: x_resultout := l_result;
316: EXCEPTION
317: WHEN OTHERS THEN