Search Results xnp_sv_failures
Overview
The XNP_SV_FAILURES table is a core data object within the Oracle E-Business Suite (EBS) Number Portability (XNP) module. It functions as a diagnostic and audit log specifically for subscription version data synchronization processes. Its primary role is to persistently record instances where a designated Service Provider (SP) fails to successfully download subscription version data from the system. This failure tracking is critical for maintaining data integrity and operational visibility in number portability workflows, enabling administrators to identify, troubleshoot, and resolve data distribution issues with external service providers.
Key Information Stored
The table stores a unique record for each download failure event. Its structure is defined by key columns that identify the involved parties, the specific data transaction, and the timing of the event. The primary identifier is the SV_FAILURE_ID. The table's unique constraint (XNP_SV_FAILURES_UK1) highlights the most critical business columns: SP_ID (identifying the failing Service Provider), SV_SOA_ID (identifying the specific Subscription Version/Service Order Activity that failed to download), and FAILURE_DATE. The FAILURE_DATE column, central to the user's search, provides the timestamp of the failure event, which is essential for chronological analysis, reporting on failure trends over time, and prioritizing recent incidents for resolution.
Common Use Cases and Queries
The primary use case is operational monitoring and reporting of data exchange health with service providers. Administrators commonly query this table to generate failure reports, often filtered by date. A typical query to find all failures within a specific date range would be:
- SELECT sp.SP_NAME, soa.SOA_NUMBER, f.FAILURE_DATE FROM xnp.XNP_SV_FAILURES f, xnp.XNP_SERVICE_PROVIDERS sp, xnp.XNP_SV_SOA soa WHERE f.SP_ID = sp.SP_ID AND f.SV_SOA_ID = soa.SV_SOA_ID AND f.FAILURE_DATE BETWEEN :p_start_date AND :p_end_date ORDER BY f.FAILURE_DATE DESC;
Another critical use case is identifying service providers with recurring failures, which can be achieved by grouping records by SP_ID and counting occurrences within a period. Data from this table may also drive automated alert mechanisms or be used to republish failed subscription version data after the underlying issue is addressed.
Related Objects
XNP_SV_FAILURES is intrinsically linked to other master and transaction tables in the XNP schema via foreign key relationships, as documented in the ETRM. The XNP_SERVICE_PROVIDERS table is referenced via the SP_ID column, providing descriptive details (like name, code) for the failing provider. The XNP_SV_SOA table is referenced via the SV_SOA_ID column, linking the failure to the specific Subscription Version and Service Order Activity data that could not be transmitted. These relationships are vital for constructing meaningful diagnostic reports that combine the failure event with contextual business data.
-
Table: XNP_SV_FAILURES
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_FAILURES, object_name:XNP_SV_FAILURES, status:VALID, product: XNP - Number Portability , description: Stores a list of service providers that failed to download subscription version data , implementation_dba_data: XNP.XNP_SV_FAILURES ,
-
Table: XNP_SV_FAILURES
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_FAILURES, object_name:XNP_SV_FAILURES, status:VALID, product: XNP - Number Portability , description: Stores a list of service providers that failed to download subscription version data , implementation_dba_data: XNP.XNP_SV_FAILURES ,
-
APPS.XDP_PURGE dependencies on XNP_SV_FAILURES
12.2.2
-
APPS.XDP_PURGE dependencies on XNP_SV_FAILURES
12.1.1
-
APPS.XDP_PURGE dependencies on XNP_SV_EVENT_HISTORY
12.1.1
-
APPS.XDP_PURGE dependencies on XNP_SV_SOA_JN
12.1.1
-
APPS.XDP_PURGE dependencies on XNP_SV_SOA_JN
12.2.2
-
APPS.XDP_PURGE dependencies on XNP_SV_EVENT_HISTORY
12.2.2
-
VIEW: XNP.XNP_SV_FAILURES#
12.2.2
owner:XNP, object_type:VIEW, object_name:XNP_SV_FAILURES#, status:VALID,
-
APPS.XDP_PURGE dependencies on XNP_SV_SOA
12.1.1
-
TABLE: XNP.XNP_SV_FAILURES
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_FAILURES, object_name:XNP_SV_FAILURES, status:VALID,
-
SYNONYM: APPS.XNP_SV_FAILURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XNP_SV_FAILURES, status:VALID,
-
APPS.XDP_PURGE dependencies on XNP_SV_SOA
12.2.2
-
SYNONYM: APPS.XNP_SV_FAILURES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XNP_SV_FAILURES, status:VALID,
-
VIEW: XNP.XNP_SV_FAILURES#
12.2.2
-
TABLE: XNP.XNP_SV_FAILURES
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_FAILURES, object_name:XNP_SV_FAILURES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
Table: XNP_SV_SOA
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_SOA, object_name:XNP_SV_SOA, status:VALID, product: XNP - Number Portability , description: Container object for a porting request on a single telephone number , implementation_dba_data: XNP.XNP_SV_SOA ,
-
PACKAGE BODY: APPS.XDP_PURGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_PURGE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XDP_PURGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_PURGE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: XNP_SV_SOA
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_SOA, object_name:XNP_SV_SOA, status:VALID, product: XNP - Number Portability , description: Container object for a porting request on a single telephone number , implementation_dba_data: XNP.XNP_SV_SOA ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
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_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.XDP_PURGE SQL Statements
12.2.2
-
APPS.XDP_PURGE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.XDP_PURGE
12.2.2
-
PACKAGE BODY: APPS.XDP_PURGE
12.1.1
-
eTRM - XNP Tables and Views
12.1.1
description: Stores a list of all timers in progress ,
-
eTRM - XNP Tables and Views
12.2.2
description: Stores a list of all timers in progress ,
-
eTRM - XNP Tables and Views
12.1.1
description: Stores a list of all timers in progress ,
-
eTRM - XNP Tables and Views
12.2.2
description: Stores a list of all timers in progress ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1