Search Results xdp_wi_fa_mapping
Overview
The XDP_WI_FA_MAPPING table is a core data object within the Oracle E-Business Suite Provisioning (XDP) module. It functions as a junction or mapping table that defines the specific sequence and relationship between work items and fulfillment actions. Its primary role is to orchestrate the fulfillment process by storing the list of automated fulfillment actions that must be executed, and in the correct order, to successfully complete a given work item. This table is essential for the automated service provisioning workflows in Oracle EBS, enabling the system to translate a work item, which represents a unit of provisioning work, into a series of concrete, executable tasks.
Key Information Stored
The table's structure is designed to manage the workflow linkage. While the full column list is not detailed in the provided metadata, the documented foreign keys and primary key reveal the critical data points. The primary key, WI_FA_MAPPING_ID, uniquely identifies each mapping record. The two fundamental foreign key columns establish the core relationships: WORKITEM_ID links to a specific record in the XDP_WORKITEMS table, and FULFILLMENT_ACTION_ID links to a defined action in the XDP_FULFILL_ACTIONS table. Additional columns likely exist to manage the execution order (e.g., a sequence number), execution status, and parameters for the action within the context of that specific work item.
Common Use Cases and Queries
This table is central to querying the fulfillment plan for any work item. A common operational use case is to generate a report or dashboard showing all pending actions for active work items. Support and development teams frequently query this table to diagnose provisioning failures by examining the mapped actions and their states. A typical SQL pattern retrieves the action details for a specific work item:
SELECT fa.ACTION_NAME, fa.ACTION_TYPE, wifm.* FROM XDP_WI_FA_MAPPING wifm, XDP_FULFILL_ACTIONS fa WHERE wifm.WORKITEM_ID = :p_workitem_id AND wifm.FULFILLMENT_ACTION_ID = fa.FULFILLMENT_ACTION_ID ORDER BY wifm.EXECUTION_SEQUENCE;
Another critical use case is during the design and configuration of provisioning workflows, where administrators define which actions map to which types of work items, with inserts and updates performed via the standard XDP APIs.
Related Objects
The XDP_WI_FA_MAPPING table sits at the intersection of key provisioning entities, as evidenced by its foreign key relationships.
- References (Parent Tables):
- XDP_WORKITEMS: Via the
XDP_WI_FA_MAPPING.WORKITEM_IDcolumn. This links the mapping to the specific unit of work being processed. - XDP_FULFILL_ACTIONS: Via the
XDP_WI_FA_MAPPING.FULFILLMENT_ACTION_IDcolumn. This links the mapping to the definition of the executable action.
- XDP_WORKITEMS: Via the
- Referenced By (Child Table):
- XDP_WI_FA_MAPPING_TL: Via the
XDP_WI_FA_MAPPING_TL.WI_FA_MAPPING_IDcolumn. This is the Translation table that stores multilingual descriptions for the mapping records.
- XDP_WI_FA_MAPPING_TL: Via the
-
Table: XDP_WI_FA_MAPPING
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WI_FA_MAPPING, object_name:XDP_WI_FA_MAPPING, status:VALID, product: XDP - Provisioning , description: XDP_WI_FA_MAPPING defines the list of fulfillment actions to be excuted in order to fulfill a work item , implementation_dba_data: XDP.XDP_WI_FA_MAPPING ,
-
Table: XDP_WI_FA_MAPPING
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WI_FA_MAPPING, object_name:XDP_WI_FA_MAPPING, status:VALID, product: XDP - Provisioning , description: XDP_WI_FA_MAPPING defines the list of fulfillment actions to be excuted in order to fulfill a work item , implementation_dba_data: XDP.XDP_WI_FA_MAPPING ,
-
APPS.XDP_WI_FA_MAPPING_PKG dependencies on XDP_WI_FA_MAPPING
12.1.1
-
APPS.XDP_ORDER_SYNC dependencies on XDP_WI_FA_MAPPING
12.1.1
-
APPS.XDP_WI_FA_MAPPING_PKG dependencies on XDP_WI_FA_MAPPING
12.2.2
-
APPS.XDPCORE_FA dependencies on XDP_WI_FA_MAPPING
12.1.1
-
APPS.XDPCORE_FA dependencies on XDP_WI_FA_MAPPING
12.2.2
-
APPS.XDP_DRC_UTIL_PVT dependencies on XDP_WI_FA_MAPPING
12.2.2
-
APPS.XDP_DRC_UTIL_PVT dependencies on XDP_WI_FA_MAPPING
12.1.1
-
APPS.XNP_CVU_PKG dependencies on XDP_WI_FA_MAPPING
12.1.1
-
APPS.XNP_CVU_PKG dependencies on XDP_WI_FA_MAPPING
12.2.2
-
APPS.XDP_ORDER_SYNC dependencies on XDP_WI_FA_MAPPING
12.2.2
-
VIEW: XDP.XDP_WI_FA_MAPPING#
12.2.2
owner:XDP, object_type:VIEW, object_name:XDP_WI_FA_MAPPING#, status:VALID,
-
Table: XDP_WI_FA_MAPPING_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WI_FA_MAPPING_TL, object_name:XDP_WI_FA_MAPPING_TL, status:VALID, product: XDP - Provisioning , description: XDP_WI_FA_MAPPING_TL is the MLS (Multi-Language Support) table for the XDP_WI_FA_MAPPING table , implementation_dba_data: XDP.XDP_WI_FA_MAPPING_TL ,
-
Table: XDP_WI_FA_MAPPING_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WI_FA_MAPPING_TL, object_name:XDP_WI_FA_MAPPING_TL, status:VALID, product: XDP - Provisioning , description: XDP_WI_FA_MAPPING_TL is the MLS (Multi-Language Support) table for the XDP_WI_FA_MAPPING table , implementation_dba_data: XDP.XDP_WI_FA_MAPPING_TL ,
-
TRIGGER: APPS.XDP_WI_FA_MAPPING+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XDP_WI_FA_MAPPING+, status:VALID,
-
SYNONYM: APPS.XDP_WI_FA_MAPPING
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XDP_WI_FA_MAPPING, status:VALID,
-
VIEW: APPS.XDP_WI_FA_MAPPING_VL
12.1.1
-
VIEW: APPS.XDP_WI_FA_MAPPING_VL
12.2.2
-
APPS.XDP_WI_FA_MAPPING_PKG SQL Statements
12.1.1
-
APPS.XDP_WI_FA_MAPPING_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.XDP_WI_FA_MAPPING
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XDP_WI_FA_MAPPING, status:VALID,
-
VIEW: XDP.XDP_WI_FA_MAPPING#
12.2.2
-
TABLE: XDP.XDP_WI_FA_MAPPING
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WI_FA_MAPPING, object_name:XDP_WI_FA_MAPPING, status:VALID,
-
TRIGGER: APPS.XDP_WI_FA_MAPPING+
12.2.2
-
VIEW: APPS.XDP_WI_FA_MAPPING_DISP_V
12.2.2
-
VIEW: APPS.XDP_WI_FA_MAPPING_DISP_V
12.1.1
-
TABLE: XDP.XDP_WI_FA_MAPPING
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WI_FA_MAPPING, object_name:XDP_WI_FA_MAPPING, status:VALID,
-
APPS.XDPCORE_FA dependencies on XDP_FULFILL_WORKLIST
12.1.1
-
APPS.XDPCORE_FA dependencies on XDP_FULFILL_WORKLIST
12.2.2
-
FUNCTION: APPS.XDP_WI_FA_MAPPING=
12.2.2
-
PACKAGE BODY: APPS.XDP_WI_FA_MAPPING_PKG
12.2.2
-
FUNCTION: APPS.XDP_WI_FA_MAPPING=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XDP_WI_FA_MAPPING=, status:VALID,
-
PACKAGE BODY: APPS.XDP_WI_FA_MAPPING_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: XDP_FULFILL_ACTIONS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FULFILL_ACTIONS, object_name:XDP_FULFILL_ACTIONS, status:VALID, product: XDP - Provisioning , description: Fulfillment Action definition , implementation_dba_data: XDP.XDP_FULFILL_ACTIONS ,
-
Table: XDP_FULFILL_ACTIONS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FULFILL_ACTIONS, object_name:XDP_FULFILL_ACTIONS, status:VALID, product: XDP - Provisioning , description: Fulfillment Action definition , implementation_dba_data: XDP.XDP_FULFILL_ACTIONS ,
-
Table: XDP_WORKITEMS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS, object_name:XDP_WORKITEMS, status:VALID, product: XDP - Provisioning , description: XDP_WORKITEMS is used to define a work item , implementation_dba_data: XDP.XDP_WORKITEMS ,
-
PACKAGE BODY: APPS.XDP_WI_FA_MAPPING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_WI_FA_MAPPING_PKG, status:VALID,
-
Table: XDP_WORKITEMS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS, object_name:XDP_WORKITEMS, status:VALID, product: XDP - Provisioning , description: XDP_WORKITEMS is used to define a work item , implementation_dba_data: XDP.XDP_WORKITEMS ,
-
PACKAGE BODY: APPS.XDP_WI_FA_MAPPING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_WI_FA_MAPPING_PKG, status:VALID,
-
View: XDP_WI_FA_MAPPING_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_WI_FA_MAPPING_VL, object_name:XDP_WI_FA_MAPPING_VL, status:VALID, product: XDP - Provisioning , description: The view XDP_WI_FA_MAPPING_VL defines the list of Fulfillment Actions to be excuted in order to fulfill a given workitem. , implementation_dba_data: APPS.XDP_WI_FA_MAPPING_VL ,
-
View: XDP_WI_FA_MAPPING_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_WI_FA_MAPPING_VL, object_name:XDP_WI_FA_MAPPING_VL, status:VALID, product: XDP - Provisioning , description: The view XDP_WI_FA_MAPPING_VL defines the list of Fulfillment Actions to be excuted in order to fulfill a given workitem. , implementation_dba_data: APPS.XDP_WI_FA_MAPPING_VL ,
-
View: XDP_WI_FA_MAPPING_DISP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_WI_FA_MAPPING_DISP_V, object_name:XDP_WI_FA_MAPPING_DISP_V, status:VALID, product: XDP - Provisioning , description: The view XDP_WI_FA_MAPPING_DISP_V defines the list of Fulfillment Actions to be excuted in order to fulfill a given workitem. , implementation_dba_data: APPS.XDP_WI_FA_MAPPING_DISP_V ,
-
12.2.2 DBA Data
12.2.2
-
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.1.1 DBA Data
12.1.1