DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on WF_ENGINE

Line 434: wf_engine.CompleteActivityInternalName(p_itemtype, p_itemkey,

430: x_current_mode => l_current_mode,
431: x_current_org => l_current_org,
432: x_context_switch_flag => l_change_context_back);
433:
434: wf_engine.CompleteActivityInternalName(p_itemtype, p_itemkey,
435: p_activity_name,p_result_code);
436: IF PG_DEBUG <> 0 Then
437: oe_debug_pub.add('Complete_activity : l_change_context_back = '||l_change_context_back,5);
438: End if;

Line 1068: -- Called complete_acitivity procedure instead of calling wf_engine api.

1064: cto_wip_workflow_api_pk.cto_debug('WF_UPDATE_AFTER_INV_RESERV','Complete the workflow
1065: stmt no : 30');
1066: End if;
1067: -- Modified for MOAC project
1068: -- Called complete_acitivity procedure instead of calling wf_engine api.
1069:
1070: If (CTO_WORKFLOW_API_PK.complete_activity(
1071: p_itemtype => G_ITEM_TYPE_NAME,
1072: p_itemkey => to_char(p_order_line_id),

Line 1235: -- Called complete_acitivity procedure instead of calling wf_engine api.

1231: workflow activity..');
1232: End if;
1233:
1234: -- Modified for MOAC project
1235: -- Called complete_acitivity procedure instead of calling wf_engine api.
1236:
1237: IF (CTO_WORKFLOW_API_PK.complete_activity(
1238: p_itemtype => G_ITEM_TYPE_NAME,
1239: p_itemkey => to_char(p_order_line_id),

Line 2012: -- Replaces the direct workflow engine call wf_engine.CompleteActivityInternalName

2008: END IF;
2009: END IF ;
2010: end if; -- bugfix 3076061 Get_Code_Release_Level
2011: -- Fix for bug 5357300
2012: -- Replaces the direct workflow engine call wf_engine.CompleteActivityInternalName
2013: -- To CTO wrapper api call. As the cto wrapper api will take care of org context switch
2014:
2015: If (CTO_WORKFLOW_API_PK.complete_activity(
2016: p_itemtype => G_ITEM_TYPE_NAME,