DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PVT dependencies on MO_GLOBAL

Line 709: MO_GLOBAL.init('INV');

705:
706: -- MOAC : Added multi org init procedure as secured synonym
707: -- oe_order_headers requires OU context.
708:
709: MO_GLOBAL.init('INV');
710:
711: -- MOAC : Check if the specified operating unit exists in
712: -- the session's access control list.
713: /*Bug#6509349 :We should pass operating unit org id and

Line 729: -- l_org_id := MO_GLOBAL.get_valid_org(p_organization_id);

725: x_return_status := FND_API.G_RET_STS_ERROR;
726: RAISE FND_API.G_EXC_ERROR;
727: END ;
728:
729: -- l_org_id := MO_GLOBAL.get_valid_org(p_organization_id);
730: l_org_id := MO_GLOBAL.get_valid_org(l_ou_org_id); --Bug#6509349
731:
732: IF l_org_id is NULL THEN
733: x_return_status := FND_API.G_RET_STS_ERROR;

Line 730: l_org_id := MO_GLOBAL.get_valid_org(l_ou_org_id); --Bug#6509349

726: RAISE FND_API.G_EXC_ERROR;
727: END ;
728:
729: -- l_org_id := MO_GLOBAL.get_valid_org(p_organization_id);
730: l_org_id := MO_GLOBAL.get_valid_org(l_ou_org_id); --Bug#6509349
731:
732: IF l_org_id is NULL THEN
733: x_return_status := FND_API.G_RET_STS_ERROR;
734: RAISE FND_API.G_EXC_ERROR;

Line 741: MO_GLOBAL.set_policy_context('S',l_org_id);

737: -- MOAC : Sets the application context for the current org
738: -- if the specified operating unit exists in
739: -- the session's access control list.
740:
741: MO_GLOBAL.set_policy_context('S',l_org_id);
742:
743: -- Standard Call to check for call compatibility
744: IF NOT FND_API.Compatible_API_Call(l_api_version
745: , p_api_version