DBA Data[Home] [Help]

APPS.CSD_OM_INTERFACE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 483: from mtl_secondary_inventories

479: -- Validate the subinventory
480: Begin
481: Select 'X'
482: into l_dummy
483: from mtl_secondary_inventories
484: where organization_id = p_inventory_org_id
485: and secondary_inventory_name = p_subinventory_name ;
486: Exception
487: When No_Data_found then