DBA Data[Home] [Help]

APPS.OKL_BILLING_CORR_REQ_WF dependencies on WF_NOTIFICATION

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

193: -- We need to status to Approved Pending since We are sending for approval
194: IF (funcmode = 'RESPOND') THEN
195: --get notification id from wf_engine context
196: l_nid := WF_ENGINE.CONTEXT_NID;
197: l_ntf_result := wf_notification.GetAttrText(l_nid,'RESULT');
198: --rkuttiya commented for fixing problem identified during bug:2923037
199: -- resultout := 'COMPLETE:YES';
200: -- return;
201: END IF;