-- File: get_applied_network_rule.eex.sql
-- Location: musebms/database/components/system/mscmp_syst_authn/ms_syst/functions/get_applied_network_rule.eex.sql
-- Project: Muse Systems Business Management System
--
-- Copyright © Lima Buttgereit Holdings LLC d/b/a Muse Systems
-- This file may include content copyrighted and licensed from third parties.
--
-- See the LICENSE file in the project root for license terms and conditions.
-- See the NOTICE file in the project root for copyright ownership information.
--
-- muse.information@musesystems.com :: https://muse.systems
SELECT
precedence
, network_rule_id
, functional_type
, ip_host_or_network
, ip_host_range_lower
, ip_host_range_upper
FROM
ms_syst_priv.get_applied_network_rule(
p_host_addr => p_host_addr
, p_instance_id => p_instance_id
, p_instance_owner_id => p_instance_owner_id);