Search Results xdp_fe_types
Overview
The XDP_FE_TYPES table is a core master data table within the Oracle E-Business Suite Provisioning (XDP) module. It serves as the central repository for defining Fulfillment Element Types, which are fundamental building blocks in the order fulfillment process. In XDP, a fulfillment element represents a discrete, executable unit of work or a configurable component required to complete a service order. This table defines the types or categories of these elements, such as a specific script, a workflow activity, an external system call, or a notification. Its role is to establish a controlled vocabulary of actionable components that can be assembled into fulfillment processes, enabling the automated provisioning of services.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and unique key structures define the table's essential informational pillars. The primary key column, FETYPE_ID, stores a unique system-generated identifier for each fulfillment element type record. The column FULFILLMENT_ELEMENT_TYPE, protected by a unique key constraint (XDP_FE_TYPES_UK1), holds the actual name or code for the type, such as 'EMAIL_NOTIFICATION', 'SERVICE_ACTIVATION', or 'BILLING_UPDATE'. This is the human-readable and application-used code. Typical supplementary columns in such a definition table would include a description, creation and last update dates, and status flags to control the active use of the type within the system.
Common Use Cases and Queries
This table is primarily referenced during the design and execution of fulfillment processes. Administrators query it to validate and select available element types when configuring fulfillment logic. A common reporting need is to list all active element types for documentation or audit purposes. For troubleshooting, one might join this table to instance data to see which types are most frequently executed. A fundamental query pattern is retrieving the master list of types:
- SELECT fulfillment_element_type, description FROM xdp_fe_types WHERE enabled_flag = 'Y' ORDER BY 1;
Another critical use case involves joining to the XDP_FES table to analyze the specific fulfillment elements (instances) derived from a given type:
- SELECT fe_type.fulfillment_element_type, fe.element_name FROM xdp_fe_types fe_type, xdp_fes fe WHERE fe_type.fetype_id = fe.fetype_id;
Related Objects
The XDP_FE_TYPES table has defined foreign key relationships with several other critical XDP tables, as documented in the metadata. The primary key (FETYPE_ID) is referenced as follows:
- XDP_FES: This table stores the specific instances or definitions of individual fulfillment elements. The foreign key XDP_FES.FETYPE_ID links each concrete element to its type definition in XDP_FE_TYPES.
- XDP_FE_TYPES_TL: This is the Translation table for XDP_FE_TYPES. It holds the translated descriptions of the fulfillment element types for multiple languages, linked via XDP_FE_TYPES_TL.FETYPE_ID.
- XDP_FE_SW_GEN_LOOKUP: This table likely manages lookups or switch parameters specific to software generation for different fulfillment element types, linked by XDP_FE_SW_GEN_LOOKUP.FETYPE_ID.
These relationships establish XDP_FE_TYPES as a parent table for defining the characteristics and behavior of executable components within the provisioning framework.
-
Table: XDP_FE_TYPES
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_TYPES, object_name:XDP_FE_TYPES, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Type definition , implementation_dba_data: XDP.XDP_FE_TYPES ,
-
Table: XDP_FE_TYPES
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_TYPES, object_name:XDP_FE_TYPES, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Type definition , implementation_dba_data: XDP.XDP_FE_TYPES ,
-
APPS.XDP_FE_TYPES_PKG dependencies on XDP_FE_TYPES
12.2.2
-
APPS.XDP_FE_TYPES_PKG dependencies on XDP_FE_TYPES
12.1.1
-
APPS.XNP_CVU_PKG dependencies on XDP_FE_TYPES
12.1.1
-
APPS.XDP_ENGINE dependencies on XDP_FE_TYPES
12.2.2
-
APPS.XDP_ENGINE dependencies on XDP_FE_TYPES
12.1.1
-
APPS.XNP_CVU_PKG dependencies on XDP_FE_TYPES
12.2.2
-
APPS.XNP_SV_NETWORK$SMS_FE_MAP dependencies on XDP_FE_TYPES
12.1.1
-
APPS.XNP_SV_NETWORK$SMS_FE_MAP dependencies on XDP_FE_TYPES
12.2.2
-
VIEW: XDP.XDP_FE_TYPES#
12.2.2
owner:XDP, object_type:VIEW, object_name:XDP_FE_TYPES#, status:VALID,
-
TRIGGER: APPS.XDP_FE_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XDP_FE_TYPES+, status:VALID,
-
TABLE: XDP.XDP_FE_TYPES
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_TYPES, object_name:XDP_FE_TYPES, status:VALID,
-
APPS.XDP_ENGINE dependencies on XDP_FE_SW_GEN_LOOKUP
12.2.2
-
TABLE: XDP.XDP_FE_TYPES
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_TYPES, object_name:XDP_FE_TYPES, status:VALID,
-
APPS.XDP_FE_TYPES_PKG SQL Statements
12.1.1
-
APPS.XDP_FE_TYPES_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.XDP_FE_TYPES+
12.2.2
-
VIEW: XDP.XDP_FE_TYPES#
12.2.2
-
SYNONYM: APPS.XDP_FE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XDP_FE_TYPES, status:VALID,
-
VIEW: APPS.XDP_FE_TYPES_VL
12.2.2
-
APPS.XDP_ENGINE dependencies on XDP_FES
12.2.2
-
APPS.XDP_ENGINE dependencies on XDP_FES
12.1.1
-
VIEW: APPS.XDP_FE_TYPES_VL
12.1.1
-
SYNONYM: APPS.XDP_FE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XDP_FE_TYPES, status:VALID,
-
APPS.XDP_ENGINE dependencies on XDP_FE_SW_GEN_LOOKUP
12.1.1
-
VIEW: APPS.XNP_SV_FE_MAPP_DETAILS_VL
12.1.1
-
VIEW: APPS.XNP_SV_FE_MAPP_DETAILS_VL
12.2.2
-
VIEW: APPS.XDP_ADAPTER_SUMMARY_V
12.2.2
-
VIEW: APPS.XDP_ADAPTER_SUMMARY_V
12.1.1
-
FUNCTION: APPS.XDP_FE_TYPES=
12.2.2
-
Table: XDP_FE_TYPES_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_TYPES_TL, object_name:XDP_FE_TYPES_TL, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Type definition , implementation_dba_data: XDP.XDP_FE_TYPES_TL ,
-
Table: XDP_FE_TYPES_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_TYPES_TL, object_name:XDP_FE_TYPES_TL, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Type definition , implementation_dba_data: XDP.XDP_FE_TYPES_TL ,
-
APPS.XNP_SV_NETWORK$SMS_FE_MAP SQL Statements
12.2.2
-
APPS.XNP_SV_NETWORK$SMS_FE_MAP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.XDP_FE_TYPES_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: XDP_FE_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_FE_TYPES_VL, object_name:XDP_FE_TYPES_VL, status:VALID, product: XDP - Provisioning , description: This View shows the definition of Fulfillment Element Types. , implementation_dba_data: APPS.XDP_FE_TYPES_VL ,
-
Table: XDP_FE_SW_GEN_LOOKUP
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP, object_name:XDP_FE_SW_GEN_LOOKUP, status:VALID, product: XDP - Provisioning , description: Software Generic Lookup , implementation_dba_data: XDP.XDP_FE_SW_GEN_LOOKUP ,
-
PACKAGE BODY: APPS.XDP_FE_TYPES_PKG
12.2.2
-
APPS.XDP_ENGINE dependencies on XDP_FE_GENERIC_CONFIG
12.2.2
-
APPS.XDP_ENGINE dependencies on XDP_FE_GENERIC_CONFIG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: XNP_SV_FE_MAPP_DETAILS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XNP.XNP_SV_FE_MAPP_DETAILS_VL, object_name:XNP_SV_FE_MAPP_DETAILS_VL, status:VALID, product: XNP - Number Portability , description: Shows subscription version data provisioned on the fulfillment element , implementation_dba_data: APPS.XNP_SV_FE_MAPP_DETAILS_VL ,
-
PACKAGE BODY: APPS.XDP_FE_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_FE_TYPES_PKG, status:VALID,
-
View: XDP_FE_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_FE_TYPES_VL, object_name:XDP_FE_TYPES_VL, status:VALID, product: XDP - Provisioning , description: This View shows the definition of Fulfillment Element Types. , implementation_dba_data: APPS.XDP_FE_TYPES_VL ,
-
FUNCTION: APPS.XDP_FE_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XDP_FE_TYPES=, status:VALID,
-
Table: XDP_FE_SW_GEN_LOOKUP
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP, object_name:XDP_FE_SW_GEN_LOOKUP, status:VALID, product: XDP - Provisioning , description: Software Generic Lookup , implementation_dba_data: XDP.XDP_FE_SW_GEN_LOOKUP ,
-
PACKAGE BODY: APPS.XNP_SV_NETWORK$SMS_FE_MAP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XNP_SV_NETWORK$SMS_FE_MAP, status:VALID,
-
12.2.2 FND Design Data
12.2.2