DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on CTO_MSUTIL_PUB

Line 429: CTO_MSUTIL_PUB.switch_to_oe_context(p_oe_org_id => l_line_org_id,

425: where line_id = p_itemkey;
426:
427: -- Modified by Renga Kannan on 04/28/06
428: -- CAlling Utility API to Switch to order line context
429: CTO_MSUTIL_PUB.switch_to_oe_context(p_oe_org_id => l_line_org_id,
430: x_current_mode => l_current_mode,
431: x_current_org => l_current_org,
432: x_context_switch_flag => l_change_context_back);
433:

Line 441: CTO_MSUTIL_PUB.Switch_context_back(p_old_mode => l_current_mode,

437: oe_debug_pub.add('Complete_activity : l_change_context_back = '||l_change_context_back,5);
438: End if;
439:
440: If l_change_context_back = 'Y' then
441: CTO_MSUTIL_PUB.Switch_context_back(p_old_mode => l_current_mode,
442: p_old_org => l_current_org);
443: End if; /*l_change_context_back = 'Y' */
444:
445: return (TRUE);

Line 2852: CTO_MSUTIL_PUb.Switch_to_oe_context(

2848: -- Fixed for bug 5122923
2849: -- Setting the org context to order line org context before calling om API
2850: -- Please refer to the bug for more information.
2851: -- Start of bug fxi 5122923
2852: CTO_MSUTIL_PUb.Switch_to_oe_context(
2853: p_oe_org_id => p_oe_org_id,
2854: x_current_mode => l_current_mode,
2855: x_current_org => l_current_org,
2856: x_context_switch_flag => l_change_context_back);

Line 2905: CTO_MSUTIL_PUB.Switch_context_back(p_old_mode => l_current_mode,

2901: End if;
2902: -- Start of bug fxi 5122923
2903:
2904: If l_change_context_back = 'Y' Then
2905: CTO_MSUTIL_PUB.Switch_context_back(p_old_mode => l_current_mode,
2906: p_old_org => l_current_org);
2907: End if;
2908:
2909: l_message := 'after updating line status to '||p_change_status||', (change_status_batch) at stmt number'||to_char(l_stmt_num);