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 1052: -- Called complete_acitivity procedure instead of calling wf_engine api.

1048: cto_wip_workflow_api_pk.cto_debug('WF_UPDATE_AFTER_INV_RESERV','Complete the workflow
1049: stmt no : 30');
1050: End if;
1051: -- Modified for MOAC project
1052: -- Called complete_acitivity procedure instead of calling wf_engine api.
1053:
1054: If (CTO_WORKFLOW_API_PK.complete_activity(
1055: p_itemtype => G_ITEM_TYPE_NAME,
1056: p_itemkey => to_char(p_order_line_id),

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

1215: workflow activity..');
1216: End if;
1217:
1218: -- Modified for MOAC project
1219: -- Called complete_acitivity procedure instead of calling wf_engine api.
1220:
1221: IF (CTO_WORKFLOW_API_PK.complete_activity(
1222: p_itemtype => G_ITEM_TYPE_NAME,
1223: p_itemkey => to_char(p_order_line_id),

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

1981: END IF;
1982: END IF ;
1983: end if; -- bugfix 3076061 Get_Code_Release_Level
1984: -- Fix for bug 5357300
1985: -- Replaces the direct workflow engine call wf_engine.CompleteActivityInternalName
1986: -- To CTO wrapper api call. As the cto wrapper api will take care of org context switch
1987:
1988: If (CTO_WORKFLOW_API_PK.complete_activity(
1989: p_itemtype => G_ITEM_TYPE_NAME,