DBA Data[Home] [Help]

APPS.IRC_OFFER_NOTIFICATIONS_PKG dependencies on WF_ENGINE

Line 473: Event:=wf_engine.getActivityAttrEvent

469:
470: hr_utility.set_location(l_proc, 20);
471:
472: -- get the event name
473: Event:=wf_engine.getActivityAttrEvent
474: (itemtype => itemtype
475: ,itemkey => itemkey
476: ,actid => actid
477: ,name => 'EVENT');

Line 1448: Event:=wf_engine.getActivityAttrEvent

1444: IF (funcmode='RUN') THEN
1445:
1446: hr_utility.set_location(l_proc, 20);
1447:
1448: Event:=wf_engine.getActivityAttrEvent
1449: (itemtype => itemtype
1450: ,itemkey => itemkey
1451: ,actid => actid
1452: ,name => 'EVENT');

Line 1820: Event:=wf_engine.getActivityAttrEvent

1816: IF (funcmode='RUN') THEN
1817:
1818: hr_utility.set_location(l_proc, 20);
1819:
1820: Event:=wf_engine.getActivityAttrEvent
1821: (itemtype => itemtype
1822: ,itemkey => itemkey
1823: ,actid => actid
1824: ,name => 'EVENT');

Line 2019: Event:=wf_engine.getActivityAttrEvent

2015: IF (funcmode='RUN') THEN
2016:
2017: hr_utility.set_location(l_proc, 20);
2018:
2019: Event:=wf_engine.getActivityAttrEvent
2020: (itemtype => itemtype
2021: ,itemkey => itemkey
2022: ,actid => actid
2023: ,name => 'EVENT');

Line 2397: Event:=wf_engine.getActivityAttrEvent

2393: IF (funcmode='RUN') THEN
2394:
2395: hr_utility.set_location(l_proc, 20);
2396:
2397: Event:=wf_engine.getActivityAttrEvent
2398: (itemtype => itemtype
2399: ,itemkey => itemkey
2400: ,actid => actid
2401: ,name => 'EVENT');