DBA Data[Home] [Help]

APPS.OE_CREDIT_ENGINE_GRP dependencies on MO_GLOBAL

Line 1222: MO_GLOBAL.Set_Policy_Context('S', l_org_id) ;

1218:
1219: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1220: END ;
1221:
1222: MO_GLOBAL.Set_Policy_Context('S', l_org_id) ;
1223:
1224: OE_CREDIT_CHECK_UTIL.G_org_id := l_org_id ;
1225:
1226: /* End MOAC CREDIT CHECK CHANGE */

Line 1914: l_org_id := mo_global.get_current_org_id;

1910:
1911: OE_DEBUG_PUB.ADD('OEXPCRGB: IN Set_context ' );
1912: BEGIN
1913:
1914: l_org_id := mo_global.get_current_org_id;
1915:
1916: IF l_org_id IS NOT NULL THEN
1917: IF G_debug_flag = 'Y' THEN
1918: oe_debug_pub.add( 'OEXPCRGB: setting single org context to '|| l_org_id , 1 );

Line 1921: MO_GLOBAL.Set_Policy_Context('S', l_org_id);

1917: IF G_debug_flag = 'Y' THEN
1918: oe_debug_pub.add( 'OEXPCRGB: setting single org context to '|| l_org_id , 1 );
1919: END IF;
1920:
1921: MO_GLOBAL.Set_Policy_Context('S', l_org_id);
1922: ELSE
1923: IF G_debug_flag = 'Y' THEN
1924: oe_debug_pub.add('OEXPCRGB: Unexpected error in setting org context where Customer Exposure flag is ''''N', 1 );
1925: END IF;