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 2822: CTO_MSUTIL_PUb.Switch_to_oe_context(

2818: -- Fixed for bug 5122923
2819: -- Setting the org context to order line org context before calling om API
2820: -- Please refer to the bug for more information.
2821: -- Start of bug fxi 5122923
2822: CTO_MSUTIL_PUb.Switch_to_oe_context(
2823: p_oe_org_id => p_oe_org_id,
2824: x_current_mode => l_current_mode,
2825: x_current_org => l_current_org,
2826: x_context_switch_flag => l_change_context_back);

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

2871: End if;
2872: -- Start of bug fxi 5122923
2873:
2874: If l_change_context_back = 'Y' Then
2875: CTO_MSUTIL_PUB.Switch_context_back(p_old_mode => l_current_mode,
2876: p_old_org => l_current_org);
2877: End if;
2878:
2879: l_message := 'after updating line status to '||p_change_status||', (change_status_batch) at stmt number'||to_char(l_stmt_num);