DBA Data[Home] [Help]

APPS.OKL_CONVERT_INT_TYPE_WF dependencies on WF_NOTIFICATION

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

697: -- We need to status to Approved Pending since We are sending for approval
698: IF (funcmode = 'RESPOND') THEN
699: --get notification id from wf_engine context
700: l_nid := WF_ENGINE.CONTEXT_NID;
701: l_ntf_result := wf_notification.GetAttrText(l_nid,'RESULT');
702:
703: IF l_ntf_result = 'APPROVED' THEN
704: l_sts_code := 'APPROVED';
705: ELSIF l_ntf_result = 'REJECTED' THEN