DBA Data[Home] [Help]

APPS.CSD_OM_INTERFACE_PVT dependencies on MTL_PARAMETERS

Line 449: from mtl_parameters

445: -- Validate if the inv org id is set in inventory
446: Begin
447: Select 'X'
448: into l_dummy
449: from mtl_parameters
450: where organization_id = p_inventory_org_id;
451: Exception
452: When No_Data_found then
453: IF ( l_error_level >= G_debug_level) THEN