DBA Data[Home] [Help]

APPS.OE_ORDER_GRP dependencies on MO_GLOBAL

Line 336: l_org_id := MO_GLOBAL.get_current_org_id;

332: -- MOAC change
333: -- Check if org context has been set before doing any process
334: -- If there is no org context set, we stop calling group process order API
335: -- and raise an error though we don't do any validation for the org_id.
336: l_org_id := MO_GLOBAL.get_current_org_id;
337: IF (l_org_id IS NULL OR l_org_id = FND_API.G_MISS_NUM) THEN
338: FND_MESSAGE.set_name('FND','MO_ORG_REQUIRED');
339: OE_MSG_PUB.Add;
340: RAISE FND_API.G_EXC_ERROR;