Search Results oe_actions_iface_all
Overview
The OE_ACTIONS_IFACE_ALL table is a core data structure within the Oracle E-Business Suite (EBS) Order Management (ONT) module, specifically designed for version 12.1.1 and 12.2.2. As a multi-org table, it inherently supports the Multi-Organization architecture, meaning it stores data partitioned by operating unit (ORG_ID). Its primary role is to serve as an open interface table, functioning as a staging area for processing sales order actions such as applying or releasing holds and booking orders. This interface-based design allows for the safe and controlled integration of data from external, non-EBS systems or batch processes before it is validated and transferred into the core transactional tables of Order Management.
Key Information Stored
The table stores records representing discrete actions to be performed on sales orders. While the full column list is not detailed in the provided metadata, the existence of a foreign key to OE_ORDER_SOURCES via the ORDER_SOURCE_ID column is explicitly documented. This indicates that each interface record is associated with a specific order origination channel. Typically, key columns in such an interface table would include a unique transaction identifier (e.g., TRANSACTION_ID), the action type (e.g., HOLD, BOOK), the identifier of the sales order header or line being acted upon, and the status of the interface processing (e.g., PENDING, PROCESSED, ERROR). The mandatory ORG_ID column controls data access and visibility by operating unit.
Common Use Cases and Queries
The primary use case is the asynchronous processing of bulk order updates. A common pattern involves an external system populating this table, followed by the execution of a standard Order Management concurrent program to validate and process the records. Administrators and support personnel frequently query this table to monitor the interface queue and troubleshoot errors. Sample queries include:
- Monitoring pending actions:
SELECT transaction_id, order_number, action_type FROM oe_actions_iface_all WHERE process_flag = 'PENDING' AND org_id = :p_org_id; - Investigating failed records:
SELECT transaction_id, error_message FROM oe_actions_iface_all WHERE process_flag = 'ERROR' AND creation_date > SYSDATE-1; - Identifying the source of interface transactions by joining with the OE_ORDER_SOURCES table using the documented foreign key.
Related Objects
The most directly related object, as per the provided metadata, is the OE_ORDER_SOURCES table, which provides the valid list of order sources referenced via the ORDER_SOURCE_ID foreign key. This table is intrinsically linked to the core Order Management transactional tables, such as OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL, as processed actions from the interface ultimately update these base tables. Furthermore, it is closely associated with the standard Oracle Order Management Open Interface (OMOI) programs and APIs, which handle the validation, processing, and transfer of data from this staging table into the live application.
-
Table: OE_ACTIONS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ACTIONS_IFACE_ALL, object_name:OE_ACTIONS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for sales order actions holds, booking etc. open interface. , implementation_dba_data: ONT.OE_ACTIONS_IFACE_ALL ,
-
Table: OE_ACTIONS_IFACE_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ACTIONS_IFACE_ALL, object_name:OE_ACTIONS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for sales order actions holds, booking etc. open interface. , implementation_dba_data: ONT.OE_ACTIONS_IFACE_ALL ,
-
APPS.OE_ELECMSGS_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.1.1
-
APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.1.1
-
APPS.OE_ELECMSGS_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.2.2
-
APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.1.1
-
APPS.PO_CREATE_ISO dependencies on OE_ACTIONS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.2.2
-
APPS.PO_CREATE_ISO dependencies on OE_ACTIONS_IFACE_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_STATS
12.1.1
-
VIEW: APPS.OE_ACTIONS_IFACE_ALL_DFV
12.1.1
-
VIEW: APPS.OE_ACTIONS_IFACE_ALL_DFV
12.2.2
-
VIEW: ONT.OE_ACTIONS_IFACE_ALL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_ACTIONS_IFACE_ALL#, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_STATS
12.2.2
-
SYNONYM: APPS.OE_ACTIONS_IFACE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ACTIONS_IFACE_ALL, status:VALID,
-
SYNONYM: APPS.OE_ACTIONS_IFACE_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ACTIONS_IFACE_ALL, status:VALID,
-
VIEW: ONT.OE_ACTIONS_IFACE_ALL#
12.2.2
-
VIEW: APPS.OE_ACTIONS_IFACE_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_ACTIONS_IFACE_ALL_DFV, status:VALID,
-
SYNONYM: APPS.OE_ACTIONS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ACTIONS_INTERFACE, status:VALID,
-
VIEW: APPS.OE_ACTIONS_IFACE_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_ACTIONS_IFACE_ALL_DFV, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.1.1
-
APPS.OE_BULK_ORDER_IMPORT_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.OE_ACTIONS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ACTIONS_INTERFACE, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_PRICE_ADJS_IFACE_ALL
12.2.2
-
PACKAGE BODY: APPS.OE_ORDER_IMPORT_MAIN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_IMPORT_MAIN_PVT, status:VALID,
-
PACKAGE BODY: APPS.PO_CREATE_ISO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PO_CREATE_ISO, status:VALID,
-
Table: OE_ORDER_SOURCES
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_SOURCES, object_name:OE_ORDER_SOURCES, status:VALID, product: ONT - Order Management , description: Feeder System Names that create orders in Order Management tables. , implementation_dba_data: ONT.OE_ORDER_SOURCES ,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.2.2
-
PACKAGE BODY: APPS.OE_ELECMSGS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ELECMSGS_PVT, status:VALID,
-
Table: OE_ORDER_SOURCES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_SOURCES, object_name:OE_ORDER_SOURCES, status:VALID, product: ONT - Order Management , description: Feeder System Names that create orders in Order Management tables. , implementation_dba_data: ONT.OE_ORDER_SOURCES ,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_LINES_IFACE_ALL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OE_ELECMSGS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ELECMSGS_PVT, status:VALID,
-
APPS.OE_BULK_ORDER_IMPORT_PVT SQL Statements
12.2.2
-
TABLE: ONT.OE_ACTIONS_IFACE_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ACTIONS_IFACE_ALL, object_name:OE_ACTIONS_IFACE_ALL, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_PRICE_ADJS_IFACE_ALL
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_LINES_IFACE_ALL
12.2.2
-
PACKAGE BODY: APPS.OE_ORDER_IMPORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_IMPORT_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OE_ORDER_IMPORT_MAIN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_IMPORT_MAIN_PVT, status:VALID,
-
PACKAGE BODY: APPS.PO_CREATE_ISO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_CREATE_ISO, status:VALID,
-
TABLE: ONT.OE_ACTIONS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ACTIONS_IFACE_ALL, object_name:OE_ACTIONS_IFACE_ALL, status:VALID,
-
PACKAGE BODY: APPS.OE_BULK_ORDER_IMPORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_ORDER_IMPORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_BULK_ORDER_IMPORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_ORDER_IMPORT_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2