DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on MTL_SYSTEM_ITEMS

Line 697: mtl_system_items msi

693: --job must have an assembly, and the assembly must be serial controlled (predefined).
694: select 1
695: into l_dummy
696: from wip_discrete_jobs wdj,
697: mtl_system_items msi
698: where wdj.primary_item_id = msi.inventory_item_id
699: and wdj.organization_id = msi.organization_id
700: and wdj.wip_entity_id = l_wipEntityID
701: and msi.serial_number_control_code = wip_constants.full_sn;