DBA Data[Home] [Help]

APPS.OE_ORDER_GRP dependencies on MO_GLOBAL

Line 326: l_org_id := MO_GLOBAL.get_current_org_id;

322: -- MOAC change
323: -- Check if org context has been set before doing any process
324: -- If there is no org context set, we stop calling group process order API
325: -- and raise an error though we don't do any validation for the org_id.
326: l_org_id := MO_GLOBAL.get_current_org_id;
327: IF (l_org_id IS NULL OR l_org_id = FND_API.G_MISS_NUM) THEN
328: FND_MESSAGE.set_name('FND','MO_ORG_REQUIRED');
329: OE_MSG_PUB.Add;
330: RAISE FND_API.G_EXC_ERROR;