DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_STANDARD_WF

Line 3001: OE_STANDARD_WF.Set_Msg_Context(p_actid);

2997: BEGIN
2998:
2999: savepoint before_process;
3000:
3001: OE_STANDARD_WF.Set_Msg_Context(p_actid);
3002: IF PG_DEBUG <> 0 THEN
3003: oe_debug_pub.add('auto_create_pur_req: ' || 'CTO WF Activity: auto_create_pur_req', 1);
3004: END IF;
3005:

Line 3194: OE_STANDARD_WF.Save_Messages;

3190: END IF; -- check if the record is already being processed by the concurrent request.
3191:
3192: end if; -- end of p_funcmode check
3193:
3194: OE_STANDARD_WF.Save_Messages;
3195: OE_STANDARD_WF.Clear_Msg_Context;
3196:
3197: EXCEPTION
3198: WHEN FND_API.G_EXC_ERROR THEN

Line 3195: OE_STANDARD_WF.Clear_Msg_Context;

3191:
3192: end if; -- end of p_funcmode check
3193:
3194: OE_STANDARD_WF.Save_Messages;
3195: OE_STANDARD_WF.Clear_Msg_Context;
3196:
3197: EXCEPTION
3198: WHEN FND_API.G_EXC_ERROR THEN
3199: IF PG_DEBUG <> 0 THEN