DBA Data[Home] [Help]

APPS.IRC_XML_UTIL dependencies on WF_ENGINE

Line 31: XPathTag:=wf_engine.getActivityAttrText

27: begin
28:
29: if (funcmode='RUN') then
30:
31: XPathTag:=wf_engine.getActivityAttrText
32: (itemtype => itemtype
33: ,itemkey => itemkey
34: ,actid => actid
35: ,aname => 'TAG');

Line 37: responseAttr:=wf_engine.getActivityAttrText

33: ,itemkey => itemkey
34: ,actid => actid
35: ,aname => 'TAG');
36:
37: responseAttr:=wf_engine.getActivityAttrText
38: (itemtype => itemtype
39: ,itemkey => itemkey
40: ,actid => actid
41: ,aname => 'ATTR');

Line 43: Event:=wf_engine.getActivityAttrEvent

39: ,itemkey => itemkey
40: ,actid => actid
41: ,aname => 'ATTR');
42:
43: Event:=wf_engine.getActivityAttrEvent
44: (itemtype => itemtype
45: ,itemkey => itemkey
46: ,actid => actid
47: ,name => 'EVENT');

Line 54: wf_engine.setItemAttrText

50:
51: EventDocument:=Event.getEventData();
52: itemValue:=irc_xml_util.valueOf(EventDocument,XPathTag);
53:
54: wf_engine.setItemAttrText
55: (itemtype => itemtype
56: ,itemkey => itemkey
57: ,aname => responseAttr
58: ,avalue => itemValue);