Search Results xdp_order_bundles
Overview
The XDP_ORDER_BUNDLES table is a core data object within the Oracle E-Business Suite Provisioning (XDP) module. It functions as a junction table that defines the relationship between orders and service bundles. In the context of order-to-service fulfillment, a bundle represents a predefined collection of services or products that can be ordered as a single unit. This table's primary role is to record which specific bundles are associated with a given customer order, enabling the provisioning system to process and fulfill complex, multi-service orders efficiently. It is integral to the order decomposition and orchestration workflows in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to manage the fundamental link between an order and its constituent bundles. The documented primary key consists of two columns, ensuring a unique record for each bundle on an order. The ORDER_ID column stores the unique identifier of the parent order, linking back to the XDP_ORDER_HEADERS table. The BUNDLE_ID column stores the unique identifier for the specific bundle associated with that order. While the provided metadata does not list additional descriptive columns, this core relationship is essential for tracking the bundle-level context of an order throughout the provisioning lifecycle.
Common Use Cases and Queries
A primary use case is retrieving all bundles linked to a specific order for fulfillment processing or order inquiry. For instance, a provisioning workflow engine would query this table to determine which service bundles must be activated for a newly submitted order. Common reporting needs include analyzing order composition by bundle type. Sample SQL patterns include joining to the order headers table for order details and filtering by order identifier.
- SELECT * FROM xdp_order_bundles WHERE order_id = <order_number>;
- SELECT h.order_number, b.bundle_id FROM xdp_order_headers h, xdp_order_bundles b WHERE h.order_id = b.order_id;
Related Objects
The XDP_ORDER_BUNDLES table maintains documented foreign key relationships with other critical provisioning tables, positioning it centrally in the order data model.
- XDP_ORDER_HEADERS: The table has a foreign key (XDP_ORDER_BUNDLES.ORDER_ID) referencing XDP_ORDER_HEADERS. This establishes that every bundle record must belong to a valid master order.
- XDP_ORDER_LINE_ITEMS: The XDP_ORDER_LINE_ITEMS table references XDP_ORDER_BUNDLES via its foreign key columns (ORDER_ID, BUNDLE_ID). This relationship indicates that individual line items within an order can be further associated with a specific bundle from this table, allowing for detailed decomposition of bundle components.
-
Table: XDP_ORDER_BUNDLES
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_BUNDLES, object_name:XDP_ORDER_BUNDLES, status:VALID, product: XDP - Provisioning , description: This table stores all Bundles associated with an order. , implementation_dba_data: XDP.XDP_ORDER_BUNDLES ,
-
Table: XDP_ORDER_BUNDLES
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_BUNDLES, object_name:XDP_ORDER_BUNDLES, status:VALID, product: XDP - Provisioning , description: This table stores all Bundles associated with an order. , implementation_dba_data: XDP.XDP_ORDER_BUNDLES ,
-
APPS.XDPSTATUS dependencies on XDP_ORDER_BUNDLES
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_ORDER_BUNDLES
12.1.1
-
APPS.XDPCORE_BUNDLE dependencies on XDP_ORDER_BUNDLES
12.2.2
-
APPS.XDPCORE_BUNDLE dependencies on XDP_ORDER_BUNDLES
12.1.1
-
APPS.XDPSTATUS dependencies on XDP_ORDER_BUNDLES
12.1.1
-
APPS.XDP_PURGE dependencies on XDP_ORDER_BUNDLES
12.2.2
-
VIEW: XDP.XDP_ORDER_BUNDLES#
12.2.2
owner:XDP, object_type:VIEW, object_name:XDP_ORDER_BUNDLES#, status:VALID,
-
TABLE: XDP.XDP_ORDER_BUNDLES
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_BUNDLES, object_name:XDP_ORDER_BUNDLES, status:VALID,
-
SYNONYM: APPS.XDP_ORDER_BUNDLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XDP_ORDER_BUNDLES, status:VALID,
-
SYNONYM: APPS.XDP_ORDER_BUNDLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XDP_ORDER_BUNDLES, status:VALID,
-
VIEW: XDP.XDP_ORDER_BUNDLES#
12.2.2
-
APPS.XDPCORE_BUNDLE dependencies on FND_GLOBAL
12.2.2
-
APPS.XDPCORE_BUNDLE dependencies on FND_GLOBAL
12.1.1
-
TABLE: XDP.XDP_ORDER_BUNDLES
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_BUNDLES, object_name:XDP_ORDER_BUNDLES, status:VALID,
-
APPS.XDP_PURGE dependencies on XDP_ORDER_RELATIONSHIPS
12.1.1
-
APPS.XDP_PURGE dependencies on XDP_ORDER_RELATIONSHIPS
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_ORDER_PARAMETERS
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_ORDER_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.XDPCORE_BUNDLE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDPCORE_BUNDLE, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.XDPSTATUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDPSTATUS, status:VALID,
-
Table: XDP_ORDER_LINE_ITEMS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_LINE_ITEMS, object_name:XDP_ORDER_LINE_ITEMS, status:VALID, product: XDP - Provisioning , description: Order Line Items , implementation_dba_data: XDP.XDP_ORDER_LINE_ITEMS ,
-
Table: XDP_ORDER_LINE_ITEMS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_ORDER_LINE_ITEMS, object_name:XDP_ORDER_LINE_ITEMS, status:VALID, product: XDP - Provisioning , description: Order Line Items , implementation_dba_data: XDP.XDP_ORDER_LINE_ITEMS ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XDPCORE_BUNDLE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDPCORE_BUNDLE, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.XDPSTATUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDPSTATUS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XDP_PURGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_PURGE, status:VALID,
-
PACKAGE BODY: APPS.XDP_PURGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_PURGE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.XDPSTATUS dependencies on FND_GLOBAL
12.2.2
-
APPS.XDP_PURGE dependencies on XNP_CALLBACK_EVENTS
12.1.1
-
APPS.XDPSTATUS dependencies on FND_GLOBAL
12.1.1
-
APPS.XDP_PURGE dependencies on XNP_CALLBACK_EVENTS
12.2.2
-
APPS.XDP_PURGE SQL Statements
12.2.2
-
APPS.XDP_PURGE SQL Statements
12.1.1
-
APPS.XDPSTATUS SQL Statements
12.2.2
-
APPS.XDPSTATUS SQL Statements
12.1.1
-
APPS.XDP_PURGE dependencies on WF_ITEMS
12.1.1
-
APPS.XDP_PURGE dependencies on WF_ITEMS
12.2.2