DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_STANDARD_WF

Line 2971: OE_STANDARD_WF.Set_Msg_Context(p_actid);

2967: BEGIN
2968:
2969: savepoint before_process;
2970:
2971: OE_STANDARD_WF.Set_Msg_Context(p_actid);
2972: IF PG_DEBUG <> 0 THEN
2973: oe_debug_pub.add('auto_create_pur_req: ' || 'CTO WF Activity: auto_create_pur_req', 1);
2974: END IF;
2975:

Line 3164: OE_STANDARD_WF.Save_Messages;

3160: END IF; -- check if the record is already being processed by the concurrent request.
3161:
3162: end if; -- end of p_funcmode check
3163:
3164: OE_STANDARD_WF.Save_Messages;
3165: OE_STANDARD_WF.Clear_Msg_Context;
3166:
3167: EXCEPTION
3168: WHEN FND_API.G_EXC_ERROR THEN

Line 3165: OE_STANDARD_WF.Clear_Msg_Context;

3161:
3162: end if; -- end of p_funcmode check
3163:
3164: OE_STANDARD_WF.Save_Messages;
3165: OE_STANDARD_WF.Clear_Msg_Context;
3166:
3167: EXCEPTION
3168: WHEN FND_API.G_EXC_ERROR THEN
3169: IF PG_DEBUG <> 0 THEN