Search Results oe_reservtns_iface_all
Overview
The OE_RESERVTNS_IFACE_ALL table is a core multi-organization table within the Oracle E-Business Suite (EBS) Order Management (ONT) module. Its primary role is to serve as the staging table for the Inventory Reservations Open Interface. This interface provides a programmatic method for creating, updating, and canceling inventory reservations for sales orders from external, non-Oracle systems or custom applications. By populating this interface table with reservation data and running the standard concurrent program "Process Reservations Interface," users can integrate reservation data into the core EBS transactional tables, ensuring inventory availability is accurately reflected for order fulfillment processes in releases 12.1.1 and 12.2.2.
Key Information Stored
As a staging table, OE_RESERVTNS_IFACE_ALL holds reservation transaction data before it is validated and processed into the system. While the full column list is extensive, key columns typically include identifiers for the transaction itself and the associated sales order line. These often comprise a unique transaction identifier, the sales order header and line IDs, the inventory item ID, the requested quantity, the reservation quantity, the source type code, and the organization ID to support multi-org architecture. Crucially, the table includes a PROCESS_FLAG column to indicate the record's status (e.g., 'PENDING', 'PROCESSED', 'ERROR') for the interface program, along with error message columns to capture validation failures. The documented foreign key column, ORDER_SOURCE_ID, links the reservation to its originating order source system.
Common Use Cases and Queries
The predominant use case is the batch integration of reservation requests. A common operational task is monitoring the interface for errors. A typical query would select records with a PROCESS_FLAG of 'ERROR' to review and correct data before resubmission. Another frequent query involves identifying pending reservations for a specific order source or organization to gauge interface volume. From a reporting perspective, analysts may query processed records within a specific date range to analyze reservation patterns or integration throughput. The standard processing flow involves inserting records with PROCESS_FLAG = 'PENDING', running the concurrent request, and then querying based on the updated flag to confirm success or identify errors requiring resolution.
Related Objects
The table's primary documented relationship, as per the provided metadata, is a foreign key constraint to the OE_ORDER_SOURCES table. This enforces referential integrity, ensuring that the ORDER_SOURCE_ID in the interface table corresponds to a valid, defined order source in the system. In practice, OE_RESERVTNS_IFACE_ALL is closely related to the core transactional reservation and shipping tables, such as MTL_RESERVATIONS and WSH_DELIVERY_DETAILS, into which its data is ultimately processed. It is also intrinsically linked to the standard API or concurrent program that reads from it, typically identified as OE_RESERVATION_PUB or the "Process Reservations Interface" concurrent program (OE_RESERVATION_PROCESSOR).
-
Table: OE_RESERVTNS_IFACE_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_RESERVTNS_IFACE_ALL, object_name:OE_RESERVTNS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for inventory reservations open interface. , implementation_dba_data: ONT.OE_RESERVTNS_IFACE_ALL ,
-
Table: OE_RESERVTNS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_RESERVTNS_IFACE_ALL, object_name:OE_RESERVTNS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for inventory reservations open interface. , implementation_dba_data: ONT.OE_RESERVTNS_IFACE_ALL ,
-
APPS.OE_ORDER_IMPORT_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.1.1
-
APPS.OE_ELECMSGS_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.1.1
-
APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.2.2
-
APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.2.2
-
APPS.OE_ELECMSGS_PVT dependencies on OE_RESERVTNS_IFACE_ALL
12.2.2
-
VIEW: ONT.OE_RESERVTNS_IFACE_ALL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_RESERVTNS_IFACE_ALL#, status:VALID,
-
SYNONYM: APPS.OE_RESERVTNS_IFACE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_RESERVTNS_IFACE_ALL, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_STATS
12.2.2
-
VIEW: APPS.OE_RESERVTNS_IFACE_ALL_DFV
12.2.2
-
VIEW: APPS.OE_RESERVTNS_IFACE_ALL_DFV
12.1.1
-
SYNONYM: APPS.OE_RESERVTNS_IFACE_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_RESERVTNS_IFACE_ALL, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on FND_STATS
12.1.1
-
VIEW: ONT.OE_RESERVTNS_IFACE_ALL#
12.2.2
-
SYNONYM: APPS.OE_RESERVTNS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_RESERVTNS_INTERFACE, status:VALID,
-
SYNONYM: APPS.OE_RESERVTNS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_RESERVTNS_INTERFACE, 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_CREDITS_IFACE_ALL
12.2.2
-
VIEW: APPS.OE_RESERVTNS_IFACE_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_RESERVTNS_IFACE_ALL_DFV, status:VALID,
-
VIEW: APPS.OE_RESERVTNS_IFACE_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_RESERVTNS_IFACE_ALL_DFV, status:VALID,
-
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,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.2.2
-
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 ,
-
TABLE: ONT.OE_RESERVTNS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_RESERVTNS_IFACE_ALL, object_name:OE_RESERVTNS_IFACE_ALL, status:VALID,
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_PRICE_ADJS_IFACE_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_CREDITS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_PRICE_ADJS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_LOTSERIALS_IFACE_ALL
12.1.1
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_LOTSERIALS_IFACE_ALL
12.2.2
-
APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_ACTIONS_IFACE_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: ONT.OE_RESERVTNS_IFACE_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_RESERVTNS_IFACE_ALL, object_name:OE_RESERVTNS_IFACE_ALL, status:VALID,
-
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.OE_ELECMSGS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ELECMSGS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_ELECMSGS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ELECMSGS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_CNCL_ORDER_IMPORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CNCL_ORDER_IMPORT_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
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.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OE_ORDER_IMPORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_IMPORT_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OE_CNCL_ORDER_IMPORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CNCL_ORDER_IMPORT_PVT, status:VALID,