DBA Data[Home] [Help]

APPS.IRC_OFFER_NOTIFICATIONS_PKG dependencies on WF_ENGINE

Line 325: Event:=wf_engine.getActivityAttrEvent

321:
322: hr_utility.set_location(l_proc, 20);
323:
324: -- get the event name
325: Event:=wf_engine.getActivityAttrEvent
326: (itemtype => itemtype
327: ,itemkey => itemkey
328: ,actid => actid
329: ,name => 'EVENT');

Line 940: Event:=wf_engine.getActivityAttrEvent

936: IF (funcmode='RUN') THEN
937:
938: hr_utility.set_location(l_proc, 20);
939:
940: Event:=wf_engine.getActivityAttrEvent
941: (itemtype => itemtype
942: ,itemkey => itemkey
943: ,actid => actid
944: ,name => 'EVENT');

Line 1226: Event:=wf_engine.getActivityAttrEvent

1222: IF (funcmode='RUN') THEN
1223:
1224: hr_utility.set_location(l_proc, 20);
1225:
1226: Event:=wf_engine.getActivityAttrEvent
1227: (itemtype => itemtype
1228: ,itemkey => itemkey
1229: ,actid => actid
1230: ,name => 'EVENT');

Line 1391: Event:=wf_engine.getActivityAttrEvent

1387: IF (funcmode='RUN') THEN
1388:
1389: hr_utility.set_location(l_proc, 20);
1390:
1391: Event:=wf_engine.getActivityAttrEvent
1392: (itemtype => itemtype
1393: ,itemkey => itemkey
1394: ,actid => actid
1395: ,name => 'EVENT');

Line 1697: Event:=wf_engine.getActivityAttrEvent

1693: IF (funcmode='RUN') THEN
1694:
1695: hr_utility.set_location(l_proc, 20);
1696:
1697: Event:=wf_engine.getActivityAttrEvent
1698: (itemtype => itemtype
1699: ,itemkey => itemkey
1700: ,actid => actid
1701: ,name => 'EVENT');