DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 4719: from mtl_secondary_inventories sub,

4715: l_msg := 'WIP_ML_INVALID_LOCATOR';
4716:
4717: select sub.locator_type, mp.stock_locator_control_code
4718: into l_subLocCtl, l_orgLocCtl
4719: from mtl_secondary_inventories sub,
4720: mtl_parameters mp
4721: where sub.secondary_inventory_name = wjsi_row.completion_subinventory
4722: and sub.organization_id = wjsi_row.organization_id
4723: and mp.organization_id = wjsi_row.organization_id;