DBA Data[Home] [Help]

APPS.OKL_AM_OM_REMARKET_WF dependencies on OE_STANDARD_WF

Line 21: OE_STANDARD_WF.OEOL_SELECTOR

17: IS
18: l_resultout VARCHAR2(20);
19: BEGIN
20: --this call is to test the context is alive or not
21: OE_STANDARD_WF.OEOL_SELECTOR
22: (p_itemtype => itemtype
23: ,p_itemkey => itemkey
24: ,p_actid => actid
25: ,p_funcmode => 'TEST_CTX'

Line 31: OE_STANDARD_WF.OEOL_SELECTOR

27: );
28: --if the context is not alive then we can re set
29: --the context by calling this api
30: IF l_resultout = 'FALSE' THEN
31: OE_STANDARD_WF.OEOL_SELECTOR
32: (p_itemtype => itemtype
33: ,p_itemkey => itemkey
34: ,p_actid => actid
35: ,p_funcmode => 'SET_CTX'