DBA Data[Home] [Help]

APPS.OE_SERVICE_WF dependencies on OE_STANDARD_WF

Line 29: OE_STANDARD_WF.Set_Msg_Context(actid);

25: --
26:
27: if (funcmode = 'RUN') then
28:
29: OE_STANDARD_WF.Set_Msg_Context(actid);
30:
31: l_line_id := to_number(itemkey);
32:
33: -- Get Workflow Activity Attribute Service Credit Type.

Line 57: OE_STANDARD_WF.Clear_Msg_Context;

53:
54: End If;
55:
56: resultout := 'COMPLETE';
57: OE_STANDARD_WF.Clear_Msg_Context;
58: return;
59:
60: end if; -- End for 'RUN' mode
61: