DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on WF_ENGINE

Line 413: wf_engine.SetItemAttrText(itemtype, itemkey, 'NOTIFICATION_FROM_ROLE', l_from_role);

409: l_from_role := null; -- do not set FROM_ROLE then
410: END;
411:
412: -- notification to the skipper
413: wf_engine.SetItemAttrText(itemtype, itemkey, 'NOTIFICATION_FROM_ROLE', l_from_role);
414:
415: l_nid := WF_NOTIFICATION.Send(role_name, 'OEOL', 'WORKFLOW_SKIPPED_MSG');
416:
417: OE_ORDER_WF_UTIL.Set_Line_Descriptor(l_nid, null, l_descriptor, l_doc_type);