Search Results okl_stream_interfaces
Overview
The OKL_STREAM_INTERFACES table is a core data object within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module, specifically for versions 12.1.1 and 12.2.2. Its primary function is to serve as the interface and staging table for contract header-level details during the process of external pricing. This table acts as the central repository for incoming pricing data from external systems before it is validated, processed, and integrated into the core leasing contracts within the application. It is fundamental to the external pricing integration workflow, ensuring that complex financial calculations for leases and other financing agreements can be sourced from specialized third-party pricing engines.
Key Information Stored
The table stores metadata and identifiers that link external pricing data to internal contract structures. Based on the provided ETRM metadata, the most critical columns include the primary key ID and the unique key combination of KHR_ID and TRANSACTION_NUMBER. The KHR_ID is a foreign key that links directly to the OKL_K_HEADERS table, which is the master table for all lease contracts. This linkage is essential for associating the external pricing results with the correct contract. The TRANSACTION_NUMBER likely serves to uniquely identify a specific pricing request or batch for a given contract, allowing for versioning or multiple pricing scenarios. The table's structure, as indicated by its foreign key relationships, is designed to be a parent table for more granular pricing data stored in related interface tables.
Common Use Cases and Queries
The primary use case revolves around troubleshooting and reporting on the status of external pricing integrations. Common queries involve identifying pricing data for a specific contract, checking for unprocessed interface records, or validating data integrity before processing. For instance, to find all external pricing interface records for a specific contract number, one would typically join from OKL_K_HEADERS (using the contract number) to OKL_STREAM_INTERFACES (using KHR_ID). A sample pattern for such a diagnostic query is:
- SELECT khr.contract_number, sif.id, sif.transaction_number, sif.creation_date FROM okl_k_headers khr, okl_stream_interfaces sif WHERE khr.id = sif.khr_id AND khr.contract_number = '<CONTRACT_NUMBER>';
Another critical scenario is data purging or archival of processed interface records, which requires understanding the relationships with all child tables (e.g., OKL_SIF_LINES, OKL_SIF_FEES) to maintain referential integrity.
Related Objects
OKL_STREAM_INTERFACES sits at the center of a dedicated schema for external pricing interface data. As per the documented foreign keys, it has a direct parent relationship with the core contract table, OKL_K_HEADERS. It is the primary parent table for several child tables that hold detailed pricing components, including:
- OKL_SIF_LINES: Likely holds individual payment stream lines (e.g., rent, residual).
- OKL_SIF_FEES: Stores fee-related pricing data.
- OKL_SIF_YIELDS: Holds calculated yield or rate information.
- OKL_SIF_STREAM_TYPES: Probably defines types for the streams.
- OKL_STREAM_TRX_DATA and OKL_SIF_TRX_PARMS: Likely contain transactional parameters and additional data for the pricing transaction.
This network of tables collectively manages the complete dataset required to pass a fully priced contract structure from an external system into Oracle Leasing.
-
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 ,
-
View: OKL_ST_MAP_RENT_INDEX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_RENT_INDEX_V, object_name:OKL_ST_MAP_RENT_INDEX_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_RENT_INDEX_V ,
-
View: OKL_ST_MAP_PERIODIC_INDEX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_PERIODIC_INDEX_V, object_name:OKL_ST_MAP_PERIODIC_INDEX_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_PERIODIC_INDEX_V ,
-
View: OKL_ST_MAP_STREAMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_STREAMS_V, object_name:OKL_ST_MAP_STREAMS_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_STRM_TYPE_B, OKL_STRM_TYPE_TL, OKL_SIF_LINES, OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_STREAMS_V ,
-
View: OKL_ST_MAP_YIELDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_YIELDS_V, object_name:OKL_ST_MAP_YIELDS_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_YIELDS & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_YIELDS_V ,
-
View: OKL_ST_MAP_TARGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_TARGETS_V, object_name:OKL_ST_MAP_TARGETS_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_YIELDS & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_TARGETS_V ,
-
View: OKL_ST_MAP_SEC_DEPOSIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_SEC_DEPOSIT_V, object_name:OKL_ST_MAP_SEC_DEPOSIT_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES and OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_SEC_DEPOSIT_V ,
-
View: OKL_ST_MAP_FEES_ONEOFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_FEES_ONEOFF_V, object_name:OKL_ST_MAP_FEES_ONEOFF_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_FEES_ONEOFF_V ,
-
View: OKL_ST_MAP_PERIOD_EXPENSE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_PERIOD_EXPENSE_V, object_name:OKL_ST_MAP_PERIOD_EXPENSE_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_PERIOD_EXPENSE_V ,
-
View: OKL_ST_MAP_RENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_RENTS_V, object_name:OKL_ST_MAP_RENTS_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_RENTS_V ,
-
View: OKL_ST_MAP_PERIODIC_FEES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_PERIODIC_FEES_V, object_name:OKL_ST_MAP_PERIODIC_FEES_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_FEES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_PERIODIC_FEES_V ,
-
View: OKL_ST_MAP_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_HEADER_V, object_name:OKL_ST_MAP_HEADER_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_HEADER_V ,
-
View: OKL_BPD_VAR_INT_PROCESS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_VAR_INT_PROCESS_UV, object_name:OKL_BPD_VAR_INT_PROCESS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Variable Interest Process , implementation_dba_data: APPS.OKL_BPD_VAR_INT_PROCESS_UV ,
-
View: OKL_GENERATE_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GENERATE_STREAMS_UV, object_name:OKL_GENERATE_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GENERATE_STREAMS_UV ,
-
View: OKL_ST_MAP_LOAN_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_LOAN_LINES_V, object_name:OKL_ST_MAP_LOAN_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_LINES, OKL_STREAM_INTERFACES & OKL_SIF_FEES. , implementation_dba_data: APPS.OKL_ST_MAP_LOAN_LINES_V ,
-
View: OKL_ST_MAP_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_ASSETS_V, object_name:OKL_ST_MAP_ASSETS_V, status:VALID, product: OKL - Lease and Finance Management , description: View on OKL_SIF_LINES & OKL_STREAM_INTERFACES. , implementation_dba_data: APPS.OKL_ST_MAP_ASSETS_V ,
-
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 ,
-
Table: OKL_SIF_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_LINES, object_name:OKL_SIF_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the asset line details used for external pricing. , implementation_dba_data: OKL.OKL_SIF_LINES ,
-
Table: OKL_SIF_FEES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_FEES, object_name:OKL_SIF_FEES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the fee and payment details required for external pricing. , implementation_dba_data: OKL.OKL_SIF_FEES ,
-
Table: OKL_STREAM_TRX_DATA
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAM_TRX_DATA, object_name:OKL_STREAM_TRX_DATA, status:VALID, product: OKL - Lease and Finance Management , description: Holds the XML data for a transaction with the external pricing engine. , implementation_dba_data: OKL.OKL_STREAM_TRX_DATA ,
-
Table: OKL_SIF_YIELDS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_YIELDS, object_name:OKL_SIF_YIELDS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the definition of the yields that are calculated for a transaction by the external pricing engine. , implementation_dba_data: OKL.OKL_SIF_YIELDS ,
-
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_STREAM_TYPES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_STREAM_TYPES, object_name:OKL_SIF_STREAM_TYPES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the stream types that are generated for a transaction from the external pricing engine. , implementation_dba_data: OKL.OKL_SIF_STREAM_TYPES ,
-
View: OKL_STRM_PRC_PARAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRM_PRC_PARAMS_UV, object_name:OKL_STRM_PRC_PARAMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_STRM_PRC_PARAMS_UV ,
-
View: OKL_ST_MAP_SUBSIDIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_MAP_SUBSIDIES_V, object_name:OKL_ST_MAP_SUBSIDIES_V, status:VALID, product: OKL - Lease and Finance Management , description: View added for subsidies , implementation_dba_data: APPS.OKL_ST_MAP_SUBSIDIES_V ,
-
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 ,
-
View: OKL_STREAM_INTERFACES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STREAM_INTERFACES_V, object_name:OKL_STREAM_INTERFACES_V, status:VALID, product: OKL - Lease and Finance Management , description: Holds the contract header level details for external pricing. , implementation_dba_data: APPS.OKL_STREAM_INTERFACES_V ,