DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on MTL_SECONDARY_INVENTORIES

Line 960: FROM mtl_secondary_inventories

956:
957: BEGIN
958: SELECT NVL(lpn_controlled_flag, 1)
959: INTO l_lpn_controlled_flag
960: FROM mtl_secondary_inventories
961: WHERE secondary_inventory_name = p_subinventory_code
962: AND organization_id = p_organization_id;
963:
964: IF l_lpn_controlled_flag = 1 THEN