DBA Data[Home] [Help]

APPS.IGC_CC_APPROVAL_WF_PKG dependencies on MO_GLOBAL

Line 1648: /*Replaced below line with call to mo_global. for MOAC uptake for bug#6341012 */

1644: g_acct_date := wf_engine.GetItemAttrDate (g_itemtype,g_itemkey,'CC_ACCT_DATE');
1645:
1646: IF g_org_id IS NOT NULL THEN
1647:
1648: /*Replaced below line with call to mo_global. for MOAC uptake for bug#6341012 */
1649: --fnd_client_info.set_org_context(to_char(g_org_id));
1650: mo_global.set_policy_context('S',g_org_id);
1651:
1652: END IF;

Line 1650: mo_global.set_policy_context('S',g_org_id);

1646: IF g_org_id IS NOT NULL THEN
1647:
1648: /*Replaced below line with call to mo_global. for MOAC uptake for bug#6341012 */
1649: --fnd_client_info.set_org_context(to_char(g_org_id));
1650: mo_global.set_policy_context('S',g_org_id);
1651:
1652: END IF;
1653:
1654: IF g_debug_mode = 'Y'

Line 1936: /*Replaced below line with call to mo_global. for MOAC uptake for bug#6341012 */

1932: g_owner_id,
1933: g_owner_name,
1934: l_owner_display_name);
1935:
1936: /*Replaced below line with call to mo_global. for MOAC uptake for bug#6341012 */
1937: --fnd_client_info.set_org_context(to_char(g_org_id));
1938: mo_global.set_policy_context('S',g_org_id);
1939: IF g_wf_version = 2 THEN
1940: IF g_debug_mode = 'Y'

Line 1938: mo_global.set_policy_context('S',g_org_id);

1934: l_owner_display_name);
1935:
1936: /*Replaced below line with call to mo_global. for MOAC uptake for bug#6341012 */
1937: --fnd_client_info.set_org_context(to_char(g_org_id));
1938: mo_global.set_policy_context('S',g_org_id);
1939: IF g_wf_version = 2 THEN
1940: IF g_debug_mode = 'Y'
1941: THEN
1942: Put_Debug_Msg( l_full_path,'Current WF version is: '||g_wf_version||' checking use position hierarchy flag');