DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_INV dependencies on MTL_SECONDARY_LOCATORS

Line 1796: from mtl_secondary_locators mtlsls

1792: OR
1793: (nvl(p_loc_restricted_flag, 'N') = 'Y'
1794: and nvl(mtldl.locator_id, -1) in
1795: (select mtlsls.secondary_locator
1796: from mtl_secondary_locators mtlsls
1797: where mtlsls.organization_id = p_organization_id
1798: and mtlsls.inventory_item_id = p_inv_item_id
1799: and mtlsls.subinventory_code = p_subinventory)));
1800: