DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on MTL_SYSTEM_ITEMS

Line 511: mtl_system_items msi

507: --job must have an assembly, and the assembly must be serial controlled (predefined).
508: select 1
509: into l_dummy
510: from wip_discrete_jobs wdj,
511: mtl_system_items msi
512: where wdj.primary_item_id = msi.inventory_item_id
513: and wdj.organization_id = msi.organization_id
514: and wdj.wip_entity_id = l_wipEntityID
515: and msi.serial_number_control_code = wip_constants.full_sn;