Search Results xdp_service_packages
Overview
The XDP_SERVICE_PACKAGES table is a core data object within the Oracle E-Business Suite Provisioning (XDP) module. It serves as the master repository for defining service packages, which are logical groupings of provisioning services, tasks, or components. These packages are fundamental to the orchestration and execution of complex provisioning workflows, such as activating telecommunications or utility services. The table's primary role is to provide a unique, versioned definition for each package, enabling structured deployment and management of provisioning logic within the application.
Key Information Stored
The table's structure is centered on uniquely identifying and versioning service packages. The primary key is the system-generated PACKAGE_ID, which serves as the main internal identifier for all related data. A unique key constraint ensures the combination of PACKAGE_NAME and PACKAGE_VERSION is also unique, allowing for multiple versions of a package with the same name to coexist. While the provided ETRM excerpt does not list all columns, the existence of a related translation table (XDP_SERVICE_PACKAGES_TL) strongly implies the presence of language-specific descriptive columns, such as a package description, stored in the base table for the base language.
Common Use Cases and Queries
This table is primarily accessed for setup, administration, and auditing of provisioning packages. Common operational queries include retrieving a list of all active package definitions, finding a specific package by its name and version for execution or reference, and identifying all packages that incorporate a particular service detail. A typical query to fetch package master information would be:
SELECT PACKAGE_ID, PACKAGE_NAME, PACKAGE_VERSION FROM XDP.XDP_SERVICE_PACKAGES WHERE PACKAGE_NAME = '<Package_Name>' ORDER BY PACKAGE_VERSION;
This table is integral to reporting on the provisioning service catalog, understanding package dependencies, and troubleshooting workflow execution by tracing back to the parent package definition.
Related Objects
The XDP_SERVICE_PACKAGES table has defined relationships with several key provisioning tables, forming a hierarchical data model.
- XDP_SERVICE_PACKAGES_TL: This translation table holds multilingual descriptions for the service packages. It joins to XDP_SERVICE_PACKAGES via the
PACKAGE_IDcolumn (XDP_SERVICE_PACKAGES_TL.PACKAGE_ID = XDP_SERVICE_PACKAGES.PACKAGE_ID). - XDP_SERVICE_PKG_DET: This table stores the detailed components, services, or tasks that constitute a package. It references the master package definition through a foreign key on
PACKAGE_ID(XDP_SERVICE_PKG_DET.PACKAGE_ID = XDP_SERVICE_PACKAGES.PACKAGE_ID).
These relationships indicate that XDP_SERVICE_PACKAGES acts as a parent table, with child tables providing descriptive translations and detailed compositional data.
-
Table: XDP_SERVICE_PACKAGES
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_PACKAGES, object_name:XDP_SERVICE_PACKAGES, status:VALID, product: XDP - Provisioning , description: Not used , implementation_dba_data: XDP.XDP_SERVICE_PACKAGES ,
-
Table: XDP_SERVICE_PACKAGES
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_PACKAGES, object_name:XDP_SERVICE_PACKAGES, status:VALID, product: XDP - Provisioning , description: Not used , implementation_dba_data: XDP.XDP_SERVICE_PACKAGES ,
-
Table: XDP_SERVICE_PKG_DET
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_PKG_DET, object_name:XDP_SERVICE_PKG_DET, status:VALID, product: XDP - Provisioning , description: Not used , implementation_dba_data: XDP.XDP_SERVICE_PKG_DET ,
-
Table: XDP_SERVICE_PACKAGES_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_PACKAGES_TL, object_name:XDP_SERVICE_PACKAGES_TL, status:VALID, product: XDP - Provisioning , description: Not used , implementation_dba_data: XDP.XDP_SERVICE_PACKAGES_TL ,
-
Table: XDP_SERVICE_PACKAGES_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_PACKAGES_TL, object_name:XDP_SERVICE_PACKAGES_TL, status:VALID, product: XDP - Provisioning , description: Not used , implementation_dba_data: XDP.XDP_SERVICE_PACKAGES_TL ,
-
Table: XDP_SERVICE_PKG_DET
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_PKG_DET, object_name:XDP_SERVICE_PKG_DET, status:VALID, product: XDP - Provisioning , description: Not used , implementation_dba_data: XDP.XDP_SERVICE_PKG_DET ,
-
View: XDP_SERVICE_PACKAGES_VL
12.1.1
product: XDP - Provisioning , implementation_dba_data: Not implemented in this database ,
-
View: XDP_SERVICE_PACKAGES_VL
12.2.2
product: XDP - Provisioning , implementation_dba_data: Not implemented in this database ,