DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_INV dependencies on MTL_SECONDARY_LOCATORS

Line 1570: from mtl_secondary_locators mtlsls

1566: OR
1567: (nvl(p_loc_restricted_flag, 'N') = 'Y'
1568: and nvl(mtldl.locator_id, -1) in
1569: (select mtlsls.secondary_locator
1570: from mtl_secondary_locators mtlsls
1571: where mtlsls.organization_id = p_organization_id
1572: and mtlsls.inventory_item_id = p_inv_item_id
1573: and mtlsls.subinventory_code = p_subinventory)));
1574: