Search Results okl_sif_trx_parms
Overview
The OKL_SIF_TRX_PARMS table is a core data repository within the Oracle E-Business Suite (EBS) module for Lease and Finance Management (OKL). Its primary function is to store custom parameter values required for interfacing transactions with an external pricing engine. This table acts as a critical bridge, enabling the extension and customization of financial calculations—such as lease pricing, amortization, and valuation—by passing bespoke data points from the EBS application to an integrated third-party or proprietary pricing system. Its existence underscores the modular and extensible architecture of Oracle's leasing solution, facilitating complex financial modeling that may extend beyond standard application logic.
Key Information Stored
The table's structure is designed to link custom parameters to specific financial transactions and the external interface definitions. While the full column list is not detailed in the provided metadata, the documented constraints reveal its critical components. The table's primary key (SXP_PK) is based on a unique ID column. A unique key (SXP_SXP_UK) enforces integrity on the combination of a parameter ID (SPP_ID) and a stream interface ID (SIF_ID). Crucially, foreign key relationships anchor the data to core leasing objects: KHR_ID links to the OKL_K_HEADERS table (representing lease contracts or agreements), KLE_ID links to OKL_K_LINES (representing individual financial streams or line items within a contract), and SIF_ID links to OKL_STREAM_INTERFACES (defining the configuration for the external interface itself). This design ensures parameters are contextually tied to a specific transaction and its intended external processing path.
Common Use Cases and Queries
This table is primarily accessed during the process of generating or re-pricing a lease contract when external calculation services are invoked. Common operational and reporting scenarios include auditing the custom data sent for a specific contract pricing request or troubleshooting interface errors. A typical query might join to header and interface tables to retrieve all custom parameters for a lease.
- Sample Query: To find all custom parameters for a specific lease contract (ID: 1000) sent to an external engine:
SELECT p.* FROM okl_sif_trx_parms p, okl_k_headers h WHERE p.khr_id = h.id AND h.contract_number = '1000'; - Integration Point: Data is populated by application logic before calling the external pricing engine and is referenced by the interface programs (likely seeded or custom PL/SQL packages) that format and transmit the transaction data.
Related Objects
OKL_SIF_TRX_PARMS is centrally connected to several fundamental OKL tables, forming a key part of the external pricing data flow.
- OKL_K_HEADERS: The master lease contract table. The foreign key (KHR_ID) ties parameters to a specific lease agreement.
- OKL_K_LINES: The table for lease stream lines (e.g., payments, invoices). The foreign key (KLE_ID) allows parameters to be associated at a granular, line-item level.
- OKL_STREAM_INTERFACES (OKL_SIF): A setup table that defines the external system interfaces. The SIF_ID foreign key links the parameter instance to the specific interface configuration used.
- Underlying Parameter Definition: While not listed in the excerpt, the column SPP_ID likely references a setup table (such as OKL_SIF_PARM_PROPERTIES or similar) that defines the metadata, datatype, and valid values for each custom parameter.
-
Table: OKL_SIF_TRX_PARMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_TRX_PARMS, object_name:OKL_SIF_TRX_PARMS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the value of the custom parameters for the transactions for external pricing engine. , implementation_dba_data: OKL.OKL_SIF_TRX_PARMS ,
-
Table: OKL_SIF_TRX_PARMS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_TRX_PARMS, object_name:OKL_SIF_TRX_PARMS, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the value of the custom parameters for the transactions for external pricing engine. , implementation_dba_data: OKL.OKL_SIF_TRX_PARMS ,
-
APPS.OKL_PURGE_STRM_INTF_PVT dependencies on OKL_SIF_TRX_PARMS
12.2.2
-
APPS.OKL_PURGE_STRM_INTF_PVT dependencies on OKL_SIF_TRX_PARMS
12.1.1
-
APPS.OKL_SXP_PVT dependencies on OKL_SIF_TRX_PARMS
12.2.2
-
APPS.OKL_SETUP_TRXPARAMS_PVT dependencies on OKL_SIF_TRX_PARMS
12.2.2
-
APPS.OKL_SXP_PVT dependencies on OKL_SIF_TRX_PARMS
12.1.1
-
APPS.OKL_SETUP_TRXPARAMS_PVT dependencies on OKL_SIF_TRX_PARMS
12.1.1
-
APPS.OKL_SXP_PVT dependencies on OKL_SIF_TRX_PARMS
12.1.1
-
APPS.OKL_SXP_PVT dependencies on OKL_SIF_TRX_PARMS
12.2.2
-
SYNONYM: APPS.OKL_SIF_TRX_PARMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_SIF_TRX_PARMS, status:VALID,
-
VIEW: OKL.OKL_SIF_TRX_PARMS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_SIF_TRX_PARMS#, status:VALID,
-
VIEW: APPS.OKL_SIF_TRX_PARMS_UV
12.2.2
-
VIEW: APPS.OKL_SIF_TRX_PARMS_UV
12.1.1
-
VIEW: OKL.OKL_SIF_TRX_PARMS#
12.2.2
-
SYNONYM: APPS.OKL_SIF_TRX_PARMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_SIF_TRX_PARMS, status:VALID,
-
VIEW: APPS.OKL_SIF_TRX_PARMS_V
12.1.1
-
VIEW: APPS.OKL_SIF_TRX_PARMS_V
12.2.2
-
View: OKL_SIF_TRX_PARMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_UV, object_name:OKL_SIF_TRX_PARMS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_SIF_TRX_PARMS_UV ,
-
View: OKL_SIF_TRX_PARMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_UV, object_name:OKL_SIF_TRX_PARMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_SIF_TRX_PARMS_UV ,
-
APPS.OKL_SXP_PVT SQL Statements
12.1.1
-
APPS.OKL_SXP_PVT SQL Statements
12.2.2
-
TABLE: OKL.OKL_SIF_TRX_PARMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_TRX_PARMS, object_name:OKL_SIF_TRX_PARMS, status:VALID,
-
TABLE: OKL.OKL_SIF_TRX_PARMS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_TRX_PARMS, object_name:OKL_SIF_TRX_PARMS, status:VALID,
-
Table: OKL_STREAM_INTERFACES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAM_INTERFACES, object_name:OKL_STREAM_INTERFACES, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the contract header level details for external pricing. , implementation_dba_data: OKL.OKL_STREAM_INTERFACES ,
-
View: OKL_SIF_TRX_PARMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_V, object_name:OKL_SIF_TRX_PARMS_V, status:VALID, product: OKL - Lease and Finance Management , description: Holds the value of the custom parameters for the transactions for external pricing engine. , implementation_dba_data: APPS.OKL_SIF_TRX_PARMS_V ,
-
Table: OKL_STREAM_INTERFACES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAM_INTERFACES, object_name:OKL_STREAM_INTERFACES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the contract header level details for external pricing. , implementation_dba_data: OKL.OKL_STREAM_INTERFACES ,
-
PACKAGE BODY: APPS.OKL_SETUP_TRXPARAMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SETUP_TRXPARAMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SETUP_TRXPARAMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SETUP_TRXPARAMS_PVT, status:VALID,
-
View: OKL_SIF_TRX_PARMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_V, object_name:OKL_SIF_TRX_PARMS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the value of the custom parameters for the transactions for external pricing engine. , implementation_dba_data: APPS.OKL_SIF_TRX_PARMS_V ,
-
PACKAGE BODY: APPS.OKL_SXP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SXP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SXP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SXP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PURGE_STRM_INTF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PURGE_STRM_INTF_PVT, status:VALID,
-
PACKAGE: APPS.OKL_SXP_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_SXP_PVT, status:VALID,
-
PACKAGE: APPS.OKL_SXP_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_SXP_PVT, status:VALID,
-
APPS.OKL_SETUP_TRXPARAMS_PVT SQL Statements
12.1.1
-
APPS.OKL_SETUP_TRXPARAMS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKL_PURGE_STRM_INTF_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PURGE_STRM_INTF_PVT, status:VALID,
-
Table: OKL_K_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
Table: OKL_K_HEADERS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS, object_name:OKL_K_HEADERS, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core header tables, OKC_K_HEADERS_B and OKC_K_HEADERS_TL. OKL_K_HEADERS contains attributes that relate to contracts created in OKL and do not fit into the standard header tables O , implementation_dba_data: OKL.OKL_K_HEADERS ,
-
APPS.OKL_PURGE_STRM_INTF_PVT dependencies on FND_FILE
12.2.2
-
APPS.OKL_PURGE_STRM_INTF_PVT dependencies on FND_FILE
12.1.1
-
VIEW: APPS.OKL_SIF_TRX_PARMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_UV, object_name:OKL_SIF_TRX_PARMS_UV, status:VALID,
-
VIEW: APPS.OKL_SIF_TRX_PARMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_UV, object_name:OKL_SIF_TRX_PARMS_UV, status:VALID,
-
Table: OKL_K_LINES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Leasing and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
Table: OKL_K_HEADERS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS, object_name:OKL_K_HEADERS, status:VALID, product: OKL - Leasing and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core header tables, OKC_K_HEADERS_B and OKC_K_HEADERS_TL. OKL_K_HEADERS contains attributes that relate to contracts created in OKL and do not fit into the standard header tables O , implementation_dba_data: OKL.OKL_K_HEADERS ,
-
APPS.OKL_PURGE_STRM_INTF_PVT dependencies on OKL_STREAM_INTERFACES
12.1.1
-
APPS.OKL_PURGE_STRM_INTF_PVT dependencies on OKL_STREAM_INTERFACES
12.2.2
-
VIEW: APPS.OKL_SIF_TRX_PARMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_V, object_name:OKL_SIF_TRX_PARMS_V, status:VALID,
-
VIEW: APPS.OKL_SIF_TRX_PARMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_TRX_PARMS_V, object_name:OKL_SIF_TRX_PARMS_V, status:VALID,