DBA Data[Home] [Help]

APPS.CSD_OM_INTERFACE_PVT dependencies on MTL_SYSTEM_ITEMS

Line 723: from mtl_system_items

719: --
720: Begin
721: Select 'x'
722: into l_dummy
723: from mtl_system_items
724: where inventory_item_id = c1.inventory_item_id
725: and organization_id = c1.organization_id
726: and serial_number_control_code <> 1;
727: l_serialized_flag := TRUE;