Search Results xnp_sv_order_mappings
Overview
The XNP_SV_ORDER_MAPPINGS table is a core data object within the Oracle E-Business Suite Number Portability (XNP) module, present in versions 12.1.1 and 12.2.2. Its primary function is to serve as a central mapping and correlation table, linking key transactional entities within the order-to-fulfillment process for number portability services. The table stores event information associated with subscription versions or messages, effectively creating a bridge between the order management layer, the service fulfillment worklist, and the specific subscription version data structures (SOA and SMS). This mapping is critical for tracking the lifecycle of a porting request, ensuring that order activities, work items, and the underlying service subscription data remain synchronized throughout complex provisioning workflows.
Key Information Stored
The table's structure is designed to hold foreign key references to its related entities. The primary identifier is the SV_ORDER_MAPPING_ID, which is the table's unique primary key. The most significant columns are the foreign keys that define its relationships: ORDER_ID links to the XDP_ORDER_HEADERS table, connecting the mapping to the overarching service order. SV_SOA_ID and SV_SMS_ID reference the XNP_SV_SOA and XNP_SV_SMS tables respectively, tying the mapping to the specific subscription version objects for service order attributes and service management specifications. Finally, the WORKITEM_INSTANCE_ID column links to the XDP_FULFILL_WORKLIST table, associating the order and subscription data with a specific unit of work in the fulfillment engine's queue for processing and tracking.
Common Use Cases and Queries
This table is essential for operational reporting, troubleshooting, and process automation within the XNP module. A common use case is tracing the status of a porting order by joining the mapping table to its related entities to get a complete view. For instance, support personnel might query for all work items pending for a specific order, or developers might need to find all subscription versions associated with a completed work item instance. A typical analytical query would join XNP_SV_ORDER_MAPPINGS to XDP_ORDER_HEADERS for order details, to XDP_FULFILL_WORKLIST for work item status, and to the XNP_SV_SOA/SMS tables for service data, providing an end-to-end view of the porting transaction. The table is also pivotal for backend APIs and processes that need to navigate between these interconnected objects during order fulfillment and status update events.
Related Objects
The XNP_SV_ORDER_MAPPINGS table maintains documented foreign key relationships with several key tables in the XNP and XDP (Service Fulfillment) schemas. These relationships are fundamental to its role as a mapping entity:
- XDP_ORDER_HEADERS: Joined via the ORDER_ID column. This links the mapping to the master service order record.
- XNP_SV_SMS: Joined via the SV_SMS_ID column. This connects the mapping to the Subscription Version Service Management Specification details.
- XNP_SV_SOA: Joined via the SV_SOA_ID column. This connects the mapping to the Subscription Version Service Order Attributes.
- XDP_FULFILL_WORKLIST: Joined via the WORKITEM_INSTANCE_ID column. This associates the mapping with a specific task or activity in the fulfillment worklist.
-
Table: XNP_SV_ORDER_MAPPINGS
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_ORDER_MAPPINGS, object_name:XNP_SV_ORDER_MAPPINGS, status:VALID, product: XNP - Number Portability , description: Stores event information associated with subscription versions or messages. , implementation_dba_data: XNP.XNP_SV_ORDER_MAPPINGS ,
-
Table: XNP_SV_ORDER_MAPPINGS
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_ORDER_MAPPINGS, object_name:XNP_SV_ORDER_MAPPINGS, status:VALID, product: XNP - Number Portability , description: Stores event information associated with subscription versions or messages. , implementation_dba_data: XNP.XNP_SV_ORDER_MAPPINGS ,
-
APPS.XNP_CORE dependencies on XNP_SV_ORDER_MAPPINGS
12.1.1
-
APPS.XNP_CORE dependencies on XNP_SV_ORDER_MAPPINGS
12.2.2
-
APPS.XNP_SV_ORDERS$SOA_ORDERS dependencies on XNP_SV_ORDER_MAPPINGS
12.2.2
-
APPS.XNP_SV_NETWORK$SMS_ORDER dependencies on XNP_SV_ORDER_MAPPINGS
12.2.2
-
APPS.XNP_SV_ORDERS$SOA_ORDERS dependencies on XNP_SV_ORDER_MAPPINGS
12.1.1
-
APPS.XNP_SV_NETWORK$SMS_ORDER dependencies on XNP_SV_ORDER_MAPPINGS
12.1.1
-
VIEW: XNP.XNP_SV_ORDER_MAPPINGS#
12.2.2
owner:XNP, object_type:VIEW, object_name:XNP_SV_ORDER_MAPPINGS#, status:VALID,
-
APPS.XNP_CORE dependencies on FND_GLOBAL
12.1.1
-
TABLE: XNP.XNP_SV_ORDER_MAPPINGS
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_ORDER_MAPPINGS, object_name:XNP_SV_ORDER_MAPPINGS, status:VALID,
-
SYNONYM: APPS.XNP_SV_ORDER_MAPPINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XNP_SV_ORDER_MAPPINGS, status:VALID,
-
SYNONYM: APPS.XNP_SV_ORDER_MAPPINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XNP_SV_ORDER_MAPPINGS, status:VALID,
-
VIEW: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL
12.2.2
-
VIEW: XNP.XNP_SV_ORDER_MAPPINGS#
12.2.2
-
APPS.XNP_CORE dependencies on FND_GLOBAL
12.2.2
-
TABLE: XNP.XNP_SV_ORDER_MAPPINGS
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_ORDER_MAPPINGS, object_name:XNP_SV_ORDER_MAPPINGS, status:VALID,
-
VIEW: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL
12.1.1
-
APPS.XNP_SV_ORDERS$SOA_ORDERS SQL Statements
12.1.1
-
APPS.XNP_SV_NETWORK$SMS_ORDER SQL Statements
12.1.1
-
Table: XDP_ORDER_HEADERS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_HEADERS, object_name:XDP_ORDER_HEADERS, status:VALID, product: XDP - Provisioning , description: Order Headers , implementation_dba_data: XDP.XDP_ORDER_HEADERS ,
-
Table: XDP_ORDER_HEADERS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_HEADERS, object_name:XDP_ORDER_HEADERS, status:VALID, product: XDP - Provisioning , description: Order Headers , implementation_dba_data: XDP.XDP_ORDER_HEADERS ,
-
APPS.XNP_CORE SQL Statements
12.2.2
-
APPS.XNP_CORE SQL Statements
12.1.1
-
Table: XDP_FULFILL_WORKLIST
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FULFILL_WORKLIST, object_name:XDP_FULFILL_WORKLIST, status:VALID, product: XDP - Provisioning , description: This table identifies a list of services that need to be fulfilled for the given order , implementation_dba_data: XDP.XDP_FULFILL_WORKLIST ,
-
APPS.XNP_SV_NETWORK$SMS_ORDER SQL Statements
12.2.2
-
Table: XNP_SV_SMS
12.1.1
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_SMS, object_name:XNP_SV_SMS, status:VALID, product: XNP - Number Portability , description: Container object for subscription versions downloaded to the network , implementation_dba_data: XNP.XNP_SV_SMS ,
-
Table: XNP_SV_SMS
12.2.2
owner:XNP, object_type:TABLE, fnd_design_data:XNP.XNP_SV_SMS, object_name:XNP_SV_SMS, status:VALID, product: XNP - Number Portability , description: Container object for subscription versions downloaded to the network , implementation_dba_data: XNP.XNP_SV_SMS ,
-
12.1.1 FND Design Data
12.1.1
-
APPS.XNP_SV_ORDERS$SOA_ORDERS SQL Statements
12.2.2
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: XNP_SV_ORDER_MAPP_DETAILS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XNP.XNP_SV_ORDER_MAPP_DETAILS_VL, object_name:XNP_SV_ORDER_MAPP_DETAILS_VL, status:VALID, product: XNP - Number Portability , description: Shows the orders related to a given subscription version , implementation_dba_data: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL ,
-
View: XNP_SV_ORDER_MAPP_DETAILS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XNP.XNP_SV_ORDER_MAPP_DETAILS_VL, object_name:XNP_SV_ORDER_MAPP_DETAILS_VL, status:VALID, product: XNP - Number Portability , description: Shows the orders related to a given subscription version , implementation_dba_data: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL ,
-
Table: XDP_FULFILL_WORKLIST
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FULFILL_WORKLIST, object_name:XDP_FULFILL_WORKLIST, status:VALID, product: XDP - Provisioning , description: This table identifies a list of services that need to be fulfilled for the given order , implementation_dba_data: XDP.XDP_FULFILL_WORKLIST ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XNP_SV_ORDERS$SOA_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_SV_ORDERS$SOA_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.XNP_SV_NETWORK$SMS_ORDER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_SV_NETWORK$SMS_ORDER, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XNP_SV_ORDERS$SOA_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_SV_ORDERS$SOA_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.XNP_SV_NETWORK$SMS_ORDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_SV_NETWORK$SMS_ORDER, status:VALID,
-
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.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.XNP_CORE
12.2.2
-
PACKAGE BODY: APPS.XNP_CORE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_CORE, status:VALID,