DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 4590: from mtl_secondary_inventories sub,

4586: l_msg := 'WIP_ML_INVALID_LOCATOR';
4587:
4588: select sub.locator_type, mp.stock_locator_control_code
4589: into l_subLocCtl, l_orgLocCtl
4590: from mtl_secondary_inventories sub,
4591: mtl_parameters mp
4592: where sub.secondary_inventory_name = wjsi_row.completion_subinventory
4593: and sub.organization_id = wjsi_row.organization_id
4594: and mp.organization_id = wjsi_row.organization_id;