DBA Data[Home] [Help]

APPS.OE_CREDIT_ENGINE_GRP dependencies on MO_GLOBAL

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

970:
971: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
972: END ;
973:
974: MO_GLOBAL.Set_Policy_Context('S', l_org_id) ;
975:
976: OE_CREDIT_CHECK_UTIL.G_org_id := l_org_id ;
977:
978: /* End MOAC CREDIT CHECK CHANGE */

Line 1654: l_org_id := mo_global.get_current_org_id;

1650:
1651: OE_DEBUG_PUB.ADD('OEXPCRGB: IN Set_context ' );
1652: BEGIN
1653:
1654: l_org_id := mo_global.get_current_org_id;
1655:
1656: IF l_org_id IS NOT NULL THEN
1657: IF G_debug_flag = 'Y' THEN
1658: oe_debug_pub.add( 'OEXPCRGB: setting single org context to '|| l_org_id , 1 );

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

1657: IF G_debug_flag = 'Y' THEN
1658: oe_debug_pub.add( 'OEXPCRGB: setting single org context to '|| l_org_id , 1 );
1659: END IF;
1660:
1661: MO_GLOBAL.Set_Policy_Context('S', l_org_id);
1662: ELSE
1663: IF G_debug_flag = 'Y' THEN
1664: oe_debug_pub.add('OEXPCRGB: Unexpected error in setting org context where Customer Exposure flag is ''''N', 1 );
1665: END IF;