Search Results okl_termnt_interface_all
Overview
The OKL_TERMNT_INTERFACE_ALL table is a core data interface within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module. It functions as a staging area designed to facilitate the bulk import of contract or asset termination requests into the application. This interface-driven approach is critical for operational efficiency, enabling users to process high volumes of termination data from external systems or legacy platforms without manual entry through the standard EBS forms. The table's role is to hold termination request data temporarily for validation and subsequent processing by concurrent programs before the data is transferred to the primary transaction tables. Its "ALL" suffix indicates it is a multi-organization table, capable of storing data for multiple operating units, which is a standard architectural pattern in Oracle EBS.
Key Information Stored
The table stores transactional metadata and termination-specific attributes for each import request. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its fundamental structure. The TRANSACTION_NUMBER column serves as the unique identifier for each termination import record and is the table's primary key. The QTE_ID column is a critical foreign key that links the interface record to a transaction quote (OKL_TRX_QUOTES_ALL_B), establishing the financial context for the termination, such as buyout quotes or settlement calculations. Other typical data points stored would include identifiers for the contract (KHR_ID) or asset being terminated, the requested termination date, termination type (e.g., early, normal), reason codes, and status flags to track the record's progression through the import workflow (e.g., NEW, ERROR, PROCESSED).
Common Use Cases and Queries
The primary use case is the batch import of termination requests. A common operational pattern involves loading data via SQL*Loader or a custom program, running the standard validation and import concurrent program, and then reviewing error reports. Key queries for support and monitoring include identifying pending or failed records for troubleshooting. For example, a query to find unprocessed interface records would filter on a status column. Analysts may also join to the quotes table to report on termination values awaiting import:
- SELECT tif.transaction_number, tif.contract_number, qte.quote_number, tif.termination_date FROM okl_termnt_interface_all tif, okl_trx_quotes_all_b qte WHERE tif.qte_id = qte.id AND tif.status = 'NEW';
Another critical use case is data correction, where records in an error status are updated directly in the interface table before resubmitting the import process.
Related Objects
The table maintains defined relationships with other key OKL entities, as per the provided foreign key metadata.
- OKL_TRX_QUOTES_ALL_B: This is a referenced parent table. The QTE_ID column in OKL_TERMNT_INTERFACE_ALL foreign keys to the ID column in OKL_TRX_QUOTES_ALL_B. This relationship ensures that every termination request in the interface is associated with a valid financial quote.
- OKL_TERMNT_INTF_PTY: This is a child table that references the interface. Its TRANSACTION_NUMBER column foreign keys back to the TRANSACTION_NUMBER primary key in OKL_TERMNT_INTERFACE_ALL. This table likely stores party-specific information (e.g., customer, vendor details) for the termination request, allowing multiple parties to be linked to a single interface transaction.
Furthermore, the table is central to the termination import workflow and is processed by standard OKL concurrent programs and likely referenced by APIs such as OKL_TERMINATION_PUB for programmatic termination processing.
-
Table: OKL_TERMNT_INTERFACE_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTERFACE_ALL, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Termination interface table that allows import of contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTERFACE_ALL ,
-
Table: OKL_TERMNT_INTERFACE_ALL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTERFACE_ALL, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID, product: OKL - Leasing and Finance Management , description: Termination interface table that allows import of contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTERFACE_ALL ,
-
SYNONYM: APPS.OKL_TERMNT_INTERFACE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID,
-
SYNONYM: APPS.OKL_TERMNT_INTERFACE_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID,
-
VIEW: OKL.OKL_TERMNT_INTERFACE_ALL#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_TERMNT_INTERFACE_ALL#, status:VALID,
-
VIEW: OKL.OKL_TERMNT_INTERFACE_ALL#
12.2.2
-
Table: OKL_TERMNT_INTF_PTY
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTF_PTY, object_name:OKL_TERMNT_INTF_PTY, status:VALID, product: OKL - Leasing and Finance Management , description: Termination interface detail table that allows import of termination quote party information pertaining to contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTF_PTY ,
-
Table: OKL_TERMNT_INTF_PTY
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTF_PTY, object_name:OKL_TERMNT_INTF_PTY, status:VALID, product: OKL - Lease and Finance Management , description: Termination interface detail table that allows import of termination quote party information pertaining to contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTF_PTY ,
-
SYNONYM: APPS.OKL_TERMNT_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TERMNT_INTERFACE, status:VALID,
-
Table: OKL_TRX_QUOTES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_QUOTES_ALL_B, object_name:OKL_TRX_QUOTES_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: OKL.OKL_TRX_QUOTES_ALL_B ,
-
SYNONYM: APPS.OKL_TERMNT_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TERMNT_INTERFACE, status:VALID,
-
Table: OKL_TRX_QUOTES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_QUOTES_ALL_B, object_name:OKL_TRX_QUOTES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: OKL.OKL_TRX_QUOTES_ALL_B ,
-
TABLE: OKL.OKL_TERMNT_INTERFACE_ALL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTERFACE_ALL, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID,
-
TABLE: OKL.OKL_TERMNT_INTERFACE_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTERFACE_ALL, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,