DBA Data[Home] [Help]

APPS.OKL_BILLING_REF_WF dependencies on WF_NOTIFICATION

Line 275: l_ntf_result := wf_notification.GetAttrText(l_nid,'RESULT');

271: -- We need to status to Approved Pending since We are sending for approval
272: IF (funcmode = 'RESPOND') THEN
273: --get notification id from wf_engine context
274: l_nid := WF_ENGINE.CONTEXT_NID;
275: l_ntf_result := wf_notification.GetAttrText(l_nid,'RESULT');
276:
277: --rkuttiya commented for problem identified during bug fix - 2923037
278: --resultout := 'COMPLETE:APPROVED';
279: -- return;