Search Results xnc_item_actions_b
Overview
The table XNC_ITEM_ACTIONS_B is a core data object within the obsolete Oracle E-Business Suite module, Sales for Communications (XNC). Its primary function is to serve as a central repository for managing the lifecycle and processing logic associated with product items. Specifically, it stores metadata that defines the actions, sub-actions, and result procedures that must be applied to a product (item) during order fulfillment or service provisioning workflows. This table acts as a configuration hub, linking product definitions to specific business process steps. As indicated in the ETRM documentation, it is important to note that this table was "Not implemented in this database," suggesting it may have been part of a design that was not fully deployed in standard instances of EBS 12.1.1 or 12.2.2.
Key Information Stored
The central column in this table is the ITEM_ACTION_ID, which serves as the unique primary key (XNC_ITEM_ACTIONS_B_PK) for every action definition record. Other critical columns establish relationships and context. The INVENTORY_ITEM_ID and ORGANIZATION_ID columns together form a foreign key reference to the master inventory table (MTL_SYSTEM_ITEMS_B), thereby linking each defined action to a specific product within a specific inventory organization. While the full column list is not detailed in the provided excerpt, the table's description implies it would also store attributes to define the action sequence, type, and the associated procedural logic (result procedure) to be executed.
Common Use Cases and Queries
The primary use case involves configuring and querying the business rules attached to communications products. For instance, an implementation team might populate this table to define that activating a new mobile service plan (the item) requires a credit check (an action), followed by SIM provisioning (a sub-action). A common reporting query would retrieve all actions configured for a specific product to understand its fulfillment workflow. A sample SQL pattern leveraging the provided foreign key relationship is:
- SELECT xia.* FROM xnc_item_actions_b xia, mtl_system_items_b msi WHERE xia.inventory_item_id = msi.inventory_item_id AND xia.organization_id = msi.organization_id AND msi.segment1 = '<PRODUCT_CODE>';
Another critical query would identify all parameter details for a given action by joining to the related XNC_ITEM_ACTION_PARS_B table on ITEM_ACTION_ID.
Related Objects
XNC_ITEM_ACTIONS_B is a central node in a small data model, with defined relationships to several other tables. It references one master table and is referenced by two child tables.
- References (Parent Table): MTL_SYSTEM_ITEMS_B via the composite foreign key (INVENTORY_ITEM_ID, ORGANIZATION_ID). This enforces that actions are defined only for valid inventory items.
- Referenced By (Child Tables):
- XNC_ITEM_ACTION_PARS_B: Links via ITEM_ACTION_ID. This table likely stores detailed parameters required for executing the action defined in the parent record.
- XNS_ACTION_WI_MAPPING: Links via ITEM_ACTION_ID. This table likely maps the defined item actions to specific workflow items (WI) for process automation.
-
Table: XNC_ITEM_ACTIONS_B
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This table to intended to hold all the information related to the actions , sub actions and Result procedure applied to a Product(Item). , implementation_dba_data: Not implemented in this database ,
-
Table: XNC_ITEM_ACTIONS_B
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This table to intended to hold all the information related to the actions , sub actions and Result procedure applied to a Product(Item). , implementation_dba_data: Not implemented in this database ,
-
Table: XNS_ACTION_WI_MAPPING
12.1.1
product: XNS - Service for Communications (obsolete) , description: Workitem and DRC test message mapping , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: XNC_ITEM_ACTION_PARS_B
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This table to intended to hold all the information related to the parameter name and other informations which associate to action , sub actions and Result procedure ;applied to a Product(Item). , implementation_dba_data: Not implemented in this database ,
-
Table: XNC_ITEM_ACTION_PARS_B
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This table to intended to hold all the information related to the parameter name and other informations which associate to action , sub actions and Result procedure ;applied to a Product(Item). , implementation_dba_data: Not implemented in this database ,
-
Table: XNS_ACTION_WI_MAPPING
12.2.2
product: XNS - Service for Communications (Obsolete) , description: Workitem and DRC test message mapping , implementation_dba_data: Not implemented in this database ,
-
Table: XNC_ITEM_ACTIONS_TL
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This table to intended to hold all the translated information related to the XNC_ITEM_ACTIONS_B table and translated columns. , implementation_dba_data: Not implemented in this database ,
-
Table: XNC_ITEM_ACTIONS_TL
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This table to intended to hold all the translated information related to the XNC_ITEM_ACTIONS_B table and translated columns. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_ITEM_ACTIONS_VL
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view is the join of the base table and translation table with all the columns from both table. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_ITEM_ACTIONS_VL
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view is the join of the base table and translation table with all the columns from both table. , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_SYSTEM_ITEMS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,
-
Table: MTL_SYSTEM_ITEMS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,