Search Results okl_sif_rets_v
Overview
OKL_SIF_RETS_V is a VALID Oracle E-Business Suite view owned by the APPS schema and defined within the OKL – Leasing and Finance Management product family. Its documented purpose is to hold the header details for the data returned by the external pricing engine. In the Oracle Leasing and Finance Management (OKL) flow, pricing and yield calculations are frequently delegated to an external pricing or "stream interface" engine; the results of that call are staged and subsequently consumed by ETRM processes. OKL_SIF_RETS_V presents the header-level portion of those returned results, while a companion structure holds the associated stream or detail lines.
Because the object is a view rather than a table, it is not a storage container but a presentation layer exposing a curated set of columns to reporting tools, concurrent programs, and integration code. The suffix "_V" and the "_SIF_" naming convention indicate the "Stream Interface" family of objects used to bridge ETRM with the external pricing engine. The view is available in both Oracle EBS 12.1.1 and 12.2.2, and the documented metadata reflects the ETRM 12.2.2 dictionary.
Underlying Base Objects
The documented base object referenced by OKL_SIF_RETS_V is OKL_SIF_RETS, exposed in the view definition as a SYNONYM. The view is a straightforward single-source SELECT from that synonym, aliased as SIRB, and performs no joins, unions, or aggregations. Consequently the view is updatable/insertable in the same manner as the underlying synonym, and it functions as an interface access point rather than a derived or computed result set. The ROWID of the base row is projected as ROW_ID, which allows consumers to identify and lock individual base records. Applications should treat OKL_SIF_RETS as the authoritative base table and OKL_SIF_RETS_V as the supported read interface over it.
Key Columns
- ID, TRANSACTION_NUMBER, SRT_CODE, YIELD_NAME, INDEX_NUMBER — identifiers that tie each returned pricing record to its source transaction and yield/index definition.
- EFFECTIVE_PRE_TAX_YIELD, EFFECTIVE_AFTER_TAX_YIELD, NOMINAL_PRE_TAX_YIELD, NOMINAL_AFTER_TAX_YIELD, IMPLICIT_INTEREST_RATE — the calculated financial outputs returned by the external pricing engine.
- DATE_PROCESSED — the date the pricing result was processed.
- OBJECT_VERSION_NUMBER — optimistic locking column for the base record.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — standard concurrent-program audit columns identifying the program that produced the row.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard WHO audit columns.
- STREAM_INTERFACE_ATTRIBUTE01 through STREAM_INTERFACE_ATTRIBUTE14 — descriptive flexfield-style extension columns carrying additional engine-returned values.
Common Use Cases and Queries
Typical uses include troubleshooting external pricing calls, reconciling engine results against ETRM contracts, and building custom reports. A basic inspection query follows:
SELECT transaction_number, srt_code, yield_name, effective_pre_tax_yield, implicit_interest_rate, date_processed FROM apps.okl_sif_rets_v WHERE transaction_number = :p_txn;SELECT id, transaction_number, request_id, program_id, date_processed FROM apps.okl_sif_rets_v WHERE date_processed >= :p_from_date ORDER BY date_processed;SELECT transaction_number, stream_interface_attribute01, stream_interface_attribute02 FROM apps.okl_sif_rets_v WHERE srt_code = :p_srt_code;
These queries support yield analysis, concurrency diagnostics via REQUEST_ID, and validation that the external pricing engine populated the expected header fields.
-
View: OKL_SIF_RETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_RETS_V, object_name:OKL_SIF_RETS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the header details for the data returned by the external pricing engine. , implementation_dba_data: APPS.OKL_SIF_RETS_V ,
-
View: OKL_SIF_RETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_RETS_V, object_name:OKL_SIF_RETS_V, status:VALID, product: OKL - Lease and Finance Management , description: Holds the header details for the data returned by the external pricing engine. , implementation_dba_data: APPS.OKL_SIF_RETS_V ,
-
PACKAGE BODY: APPS.OKL_POPULATE_PRCENG_RESULT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_POPULATE_PRCENG_RESULT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SIR_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SIR_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SRS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SRS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SRL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SRL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SRL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SRL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SRS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SRS_PVT, status:VALID,
-
SYNONYM: APPS.OKL_SIF_RETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_SIF_RETS, status:VALID,
-
SYNONYM: APPS.OKL_SIF_RETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_SIF_RETS, status:VALID,
-
PACKAGE BODY: APPS.OKL_POPULATE_PRCENG_RESULT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_POPULATE_PRCENG_RESULT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SIR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SIR_PVT, status:VALID,
-
PACKAGE: APPS.OKL_SIR_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_SIR_PVT, status:VALID,
-
PACKAGE: APPS.OKL_SIR_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_SIR_PVT, status:VALID,
-
PACKAGE: APPS.OKL_PROCESS_STREAMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_PROCESS_STREAMS_PVT, status:VALID,
-
PACKAGE: APPS.OKL_PROCESS_STREAMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_PROCESS_STREAMS_PVT, status:VALID,
-
APPS.OKL_POPULATE_PRCENG_RESULT_PVT SQL Statements
12.1.1
-
APPS.OKL_POPULATE_PRCENG_RESULT_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_SIF_RETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_RETS_V, object_name:OKL_SIF_RETS_V, status:VALID,
-
VIEW: APPS.OKL_SIF_RETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SIF_RETS_V, object_name:OKL_SIF_RETS_V, status:VALID,
-
APPS.OKL_SRL_PVT SQL Statements
12.1.1
-
APPS.OKL_SRL_PVT SQL Statements
12.2.2
-
APPS.OKL_SIR_PVT SQL Statements
12.1.1
-
APPS.OKL_SIR_PVT SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.OKL_SRS_PVT SQL Statements
12.1.1
-
APPS.OKL_POPULATE_PRCENG_RESULT_PVT dependencies on OKL_SIF_RETS_V
12.2.2
-
APPS.OKL_SRS_PVT dependencies on OKL_SIF_RETS_V
12.2.2
-
APPS.OKL_SRS_PVT SQL Statements
12.2.2
-
APPS.OKL_PROCESS_STREAMS_PVT dependencies on OKL_SIF_RETS_V
12.2.2
-
APPS.OKL_SRS_PVT dependencies on OKL_SIF_RETS_V
12.1.1
-
APPS.OKL_POPULATE_PRCENG_RESULT_PVT dependencies on OKL_SIF_RETS_V
12.1.1
-
APPS.OKL_SIR_PVT dependencies on OKL_SIF_RETS_V
12.1.1
-
APPS.OKL_SRL_PVT dependencies on OKL_SIF_RETS_V
12.1.1
-
APPS.OKL_SIR_PVT dependencies on OKL_SIF_RETS_V
12.2.2
-
APPS.OKL_SIR_PVT dependencies on OKL_SIF_RETS_V
12.1.1
-
APPS.OKL_PROCESS_STREAMS_PVT dependencies on OKL_SIF_RETS_V
12.1.1
-
APPS.OKL_SIR_PVT dependencies on OKL_SIF_RETS_V
12.2.2
-
APPS.OKL_SRL_PVT dependencies on OKL_SIF_RETS_V
12.2.2
-
PACKAGE BODY: APPS.OKL_POPULATE_PRCENG_RESULT_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_POPULATE_PRCENG_RESULT_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_SIR_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_SIR_PVT
12.1.1
-
APPS.OKL_SIR_PVT dependencies on OKL_SIF_RETS
12.1.1
-
APPS.OKL_SIR_PVT dependencies on OKL_SIF_RETS
12.2.2
-
APPS.OKL_POPULATE_PRCENG_RESULT_PUB dependencies on OKL_SIF_RETS
12.2.2
-
APPS.OKL_POPULATE_PRCENG_RST_PUB dependencies on OKL_SIF_RETS
12.2.2