DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on MTL_SECONDARY_INVENTORIES

Line 2989: FROM mtl_secondary_inventories msi

2985:
2986: IF l_sub IS NOT NULL THEN
2987: SELECT NVL(subinventory_type, 1), Nvl(lpn_controlled_flag, 2)
2988: INTO l_sub_type, l_lpn_cont_flag
2989: FROM mtl_secondary_inventories msi
2990: WHERE secondary_inventory_name = l_sub
2991: AND organization_id = l_org_id;
2992:
2993: IF (l_sub_type = 2