Search Results xnp_number_ranges
Overview
The XNP_NUMBER_RANGES table is a core data object within the Oracle E-Business Suite Number Portability (XNP) module. It serves as the master repository for defining and managing blocks of telephone numbers, which are a fundamental asset in telecommunications. The table's primary role is to store the technical and administrative characteristics of a service provider's number ranges, enabling the system to track number ownership, assignment status, geographic association, and lifecycle events such as number porting and range splits. Its integrity is critical for operational processes like routing calls, managing service provider inventories, and executing regulatory number portability mandates.
Key Information Stored
The table's structure is designed to capture the essential attributes of a telephone number range. The primary identifier is the NUMBER_RANGE_ID, a system-generated unique key. Other crucial columns include STARTING_NUMBER, which defines the beginning of the range and is part of a unique constraint, and OBJECT_REFERENCE, which also has a unique constraint, potentially for external system integration. Foreign key columns establish critical relationships: OWNING_SP_ID links to XNP_SERVICE_PROVIDERS to identify the legal owner of the range; ASSIGNED_SP_ID links to the same table to indicate the service provider currently responsible for routing calls to that range (which may differ from the owner during a port); and GEO_AREA_ID links to XNP_GEO_AREAS_B to associate the range with a specific geographic location.
Common Use Cases and Queries
A primary use case is inventory management and reporting for service providers. Administrators frequently query this table to analyze number range utilization, identify blocks available for assignment, or audit ownership. During a number portability request, the system references this table to validate the donor range and update the ASSIGNED_SP_ID. A common reporting query involves joining with service provider and geographic area tables to list all ranges owned by a specific carrier within a region:
- SELECT nr.starting_number, nr.ending_number, sp_own.sp_name OWNER, sp_assign.sp_name ASSIGNED_TO, ga.geo_area_name FROM xnp_number_ranges nr, xnp_service_providers sp_own, xnp_service_providers sp_assign, xnp_geo_areas_b ga WHERE nr.owning_sp_id = sp_own.service_provider_id AND nr.assigned_sp_id = sp_assign.service_provider_id AND nr.geo_area_id = ga.geo_area_id AND nr.owning_sp_id = :p_sp_id;
Another critical operation is validating the uniqueness of a new number range before insertion by checking the STARTING_NUMBER against existing records.
Related Objects
The XNP_NUMBER_RANGES table is central to the Number Portability data model, with multiple documented foreign key relationships. It is referenced by several transactional and configuration tables, primarily through the NUMBER_RANGE_ID column. Key related objects include:
- XNP_GEO_AREAS_B: Joined via GEO_AREA_ID to provide geographic context for the number range.
- XNP_SERVICE_PROVIDERS: Joined twice, via OWNING_SP_ID and ASSIGNED_SP_ID, to resolve owner and assignee service provider details.
- XNP_NUMBER_SPLITS: Referenced twice (NEW_NUMBER_RANGE_ID, OLD_NUMBER_RANGE_ID) to track the division of one range into multiple new ranges.
- XNP_SERVED_NUM_RANGES: Referenced via NUMBER_RANGE_ID, likely linking ranges to specific service points or switches.
- XNP_SP_FILTERS: Referenced via NUMBER_RANGE_ID, potentially for applying business rules or filters to specific number blocks.
-
Table: XNP_NUMBER_RANGES
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_NUMBER_RANGES, object_name:XNP_NUMBER_RANGES, status:VALID, product: XNP - Number Portability , description: Stores information about the characteristics of a service provider's telephone number ranges , implementation_dba_data: XNP.XNP_NUMBER_RANGES ,
-
Table: XNP_NUMBER_RANGES
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_NUMBER_RANGES, object_name:XNP_NUMBER_RANGES, status:VALID, product: XNP - Number Portability , description: Stores information about the characteristics of a service provider's telephone number ranges , implementation_dba_data: XNP.XNP_NUMBER_RANGES ,
-
APPS.XNP_UTILS dependencies on XNP_NUMBER_RANGES
12.2.2
-
APPS.XNP_UTILS dependencies on XNP_NUMBER_RANGES
12.1.1
-
APPS.XNP_CVU_PKG dependencies on XNP_NUMBER_RANGES
12.2.2
-
APPS.XNP_CORE dependencies on XNP_NUMBER_RANGES
12.2.2
-
APPS.XNP_CVU_PKG dependencies on XNP_NUMBER_RANGES
12.1.1
-
APPS.XNP_CORE dependencies on XNP_NUMBER_RANGES
12.1.1
-
APPS.XNP_NUMBER_SPLITS$NUMBER_SPLIT dependencies on XNP_NUMBER_RANGES
12.2.2
-
APPS.XNP_NUMBER_SPLITS$NUMBER_SPLIT dependencies on XNP_NUMBER_RANGES
12.1.1
-
APPS.XNP_NUMBER_SPLITS$NUMBER_SPLIT SQL Statements
12.1.1
-
VIEW: XNP.XNP_NUMBER_RANGES#
12.2.2
owner:XNP, object_type:VIEW, object_name:XNP_NUMBER_RANGES#, status:VALID,
-
APPS.XNP_NUMBER_SPLITS$NUMBER_SPLIT SQL Statements
12.2.2
-
TRIGGER: APPS.XNP_NUMBER_RANGES+
12.2.2
-
TRIGGER: APPS.XNP_NUMBER_RANGES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XNP_NUMBER_RANGES+, status:VALID,
-
Table: XNP_SERVICE_PROVIDERS
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SERVICE_PROVIDERS, object_name:XNP_SERVICE_PROVIDERS, status:VALID, product: XNP - Number Portability , description: Stores service provider definitions , implementation_dba_data: XNP.XNP_SERVICE_PROVIDERS ,
-
APPS.XNP_CVU_PKG dependencies on XNP_SERVED_NUM_RANGES
12.1.1
-
APPS.XNP_CVU_PKG dependencies on XNP_SERVED_NUM_RANGES
12.2.2
-
SYNONYM: APPS.XNP_NUMBER_RANGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XNP_NUMBER_RANGES, status:VALID,
-
Table: XNP_NUMBER_SPLITS
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_NUMBER_SPLITS, object_name:XNP_NUMBER_SPLITS, status:VALID, product: XNP - Number Portability , description: Stores information about a number split including the old number range, new number range and algorithm to convert from the old number to the new number range , implementation_dba_data: XNP.XNP_NUMBER_SPLITS ,
-
SYNONYM: APPS.XNP_NUMBER_RANGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XNP_NUMBER_RANGES, status:VALID,
-
Table: XNP_NUMBER_SPLITS
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_NUMBER_SPLITS, object_name:XNP_NUMBER_SPLITS, status:VALID, product: XNP - Number Portability , description: Stores information about a number split including the old number range, new number range and algorithm to convert from the old number to the new number range , implementation_dba_data: XNP.XNP_NUMBER_SPLITS ,
-
TABLE: XNP.XNP_NUMBER_RANGES
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_NUMBER_RANGES, object_name:XNP_NUMBER_RANGES, status:VALID,
-
VIEW: XNP.XNP_NUMBER_RANGES#
12.2.2
-
Table: XNP_SERVICE_PROVIDERS
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SERVICE_PROVIDERS, object_name:XNP_SERVICE_PROVIDERS, status:VALID, product: XNP - Number Portability , description: Stores service provider definitions , implementation_dba_data: XNP.XNP_SERVICE_PROVIDERS ,
-
Table: XNP_SERVED_NUM_RANGES
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SERVED_NUM_RANGES, object_name:XNP_SERVED_NUM_RANGES, status:VALID, product: XNP - Number Portability , description: Stores the mapping of number ranges served by network element for each feature type , implementation_dba_data: XNP.XNP_SERVED_NUM_RANGES ,
-
FUNCTION: APPS.XNP_NUMBER_RANGES=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: XNP_SP_FILTERS
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SP_FILTERS, object_name:XNP_SP_FILTERS, status:VALID, product: XNP - Number Portability , description: Stores the number ranges for which a service provider does not want to be informed of subscription broadcasts , implementation_dba_data: XNP.XNP_SP_FILTERS ,
-
FUNCTION: APPS.XNP_NUMBER_RANGES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XNP_NUMBER_RANGES=, status:VALID,
-
Table: XNP_GEO_AREAS_B
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_GEO_AREAS_B, object_name:XNP_GEO_AREAS_B, status:VALID, product: XNP - Number Portability , description: Stores given geographic areas , implementation_dba_data: XNP.XNP_GEO_AREAS_B ,
-
TABLE: XNP.XNP_NUMBER_RANGES
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_NUMBER_RANGES, object_name:XNP_NUMBER_RANGES, status:VALID,
-
APPS.XNP_UTILS dependencies on XNP_GEO_AREAS_B
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TRIGGER: APPS.XNP_NRE_BRI
12.1.1
-
TRIGGER: APPS.XNP_NRE_BRI
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.XNP_UTILS SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.XNP_UTILS dependencies on XNP_GEO_AREAS_B
12.2.2
-
TRIGGER: APPS.XNP_NRE_BRI
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XNP_NRE_BRI, status:VALID,
-
Table: XNP_GEO_AREAS_B
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_GEO_AREAS_B, object_name:XNP_GEO_AREAS_B, status:VALID, product: XNP - Number Portability , description: Stores given geographic areas , implementation_dba_data: XNP.XNP_GEO_AREAS_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XNP_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_UTILS, status:VALID,
-
APPS.XNP_UTILS SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: XNP_SP_FILTERS
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SP_FILTERS, object_name:XNP_SP_FILTERS, status:VALID, product: XNP - Number Portability , description: Stores the number ranges for which a service provider does not want to be informed of subscription broadcasts , implementation_dba_data: XNP.XNP_SP_FILTERS ,
-
Table: XNP_SERVED_NUM_RANGES
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SERVED_NUM_RANGES, object_name:XNP_SERVED_NUM_RANGES, status:VALID, product: XNP - Number Portability , description: Stores the mapping of number ranges served by network element for each feature type , implementation_dba_data: XNP.XNP_SERVED_NUM_RANGES ,
-
TRIGGER: APPS.XNP_NRE_BRI
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XNP_NRE_BRI, status:VALID,