DBA Data[Home] [Help]

APPS.INV_MGD_MVT_UTILS_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 1363: mtl_secondary_inventories msi

1359: IS
1360: SELECT
1361: hrl.country
1362: FROM
1363: mtl_secondary_inventories msi
1364: , HR_LOCATIONS_ALL hrl
1365: WHERE hrl.location_id = msi.location_id
1366: AND msi.organization_id = p_warehouse_id
1367: AND msi.secondary_inventory_name = p_subinv_code;