DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on MTL_SECONDARY_INVENTORIES

Line 567: from mtl_secondary_inventories

563: else
564: x_progress := 145;
565: select locator_type
566: into x_subinv_locator_type
567: from mtl_secondary_inventories
568: where organization_id = x_organization_id
569: and secondary_inventory_name = x_subinventory;
570: end if;
571: end if;