DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on MTL_PARAMETERS

Line 378: from mtl_parameters

374: *****************Bug 5051836*******************************/
375:
376: select organization_code
377: into l_org_code
378: from mtl_parameters
379: where organization_id = p_org_id;
380: EXCEPTION
381: when no_data_found then
382: FND_MESSAGE.SET_NAME('WSM', 'WSM_INVALID_FIELD');