Search Results okl_strm_elements
Overview
The OKL_STRM_ELEMENTS table is a core transactional data object within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module. It serves as the detailed repository for the actual payment schedules associated with a financial stream. In the context of lease and loan contracts, a stream (header) defined in the OKL_STREAMS table is decomposed into its individual, time-based payment components, which are stored as records in this table. Each row represents a specific installment, fee, or charge element that constitutes the payment schedule, holding the critical financial details such as amounts and due dates. Its primary role is to support the generation, tracking, and accounting of all scheduled cash flows for lease and finance agreements.
Key Information Stored
While the full column list is not provided in the metadata, the documented primary and foreign keys indicate the essential data relationships and a subset of critical columns. The table's primary key is the ID column, which uniquely identifies each stream element record. The STM_ID column is a foreign key that links each element back to its parent payment stream in the OKL_STREAMS table. This relationship is fundamental, as all elements for a given contract stream share the same STM_ID. Based on its described purpose, the table typically stores columns for the element sequence number, due date, payment amount (split into principal, interest, fee components), tax amounts, and status flags indicating whether the element has been billed or paid. The unique key constraint on STM_ID (SEL_SEL_UK) suggests business logic to prevent duplicate scheduling logic.
Common Use Cases and Queries
This table is central to payment schedule reporting, dunning processes, and revenue recognition. A common operational query involves retrieving the payment schedule for a specific contract or stream for customer statements or internal review. For example, to list all upcoming unpaid elements for a stream, a query would join OKL_STREAMS and OKL_STRM_ELEMENTS, filtering on the stream identifier and a status column (e.g., WHERE stm_id = :p_stm_id AND status = 'OPEN' AND due_date < SYSDATE + 30). During the billing cycle, batch processes select elements due for invoicing based on their due date. The table is also a key source for amortization schedule reports, cash flow forecasting, and tax reporting, as tax details (via OKL_TAX_SOURCES) are linked directly to the individual stream element (SEL_ID).
Related Objects
- OKL_STREAMS: The primary parent table. The foreign key OKL_STRM_ELEMENTS.STM_ID references OKL_STREAMS.
- OKL_TAX_SOURCES and OKL_TAX_SOURCES_T: These tables hold tax details sourced from individual payment elements, linked via the SEL_ID foreign key.
- OKL_TXD_AR_LN_DTLS_B: This transactional accounting detail table references the stream element (SEL_ID), linking the schedule to its accounted journal entries.
- OKL_STRM_ELEMENTS_PK: The primary key constraint on the ID column.
- SEL_SEL_UK: The unique key constraint on the STM_ID column.
-
Table: OKL_STRM_ELEMENTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_ELEMENTS, object_name:OKL_STRM_ELEMENTS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the actual payment schedules for a payment header. , implementation_dba_data: OKL.OKL_STRM_ELEMENTS ,
-
Table: OKL_TAX_SOURCES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TAX_SOURCES, object_name:OKL_TAX_SOURCES, status:VALID, product: OKL - Lease and Finance Management , description: This table is used to store the taxable lines for OLM tax events. , implementation_dba_data: OKL.OKL_TAX_SOURCES ,
-
View: OKL_CS_PAYMENT_DETAIL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PAYMENT_DETAIL_UV, object_name:OKL_CS_PAYMENT_DETAIL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_PAYMENT_DETAIL_UV ,
-
View: OKL_LINE_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LINE_STREAMS_UV, object_name:OKL_LINE_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_LINE_STREAMS_UV ,
-
View: OKL_CS_PROPERTY_TAX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PROPERTY_TAX_UV, object_name:OKL_CS_PROPERTY_TAX_UV, status:VALID, product: OKL - Lease and Finance Management , description: UI View for Estimated Property Tax , implementation_dba_data: APPS.OKL_CS_PROPERTY_TAX_UV ,
-
View: OKL_LINE_STRMS_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LINE_STRMS_SUM_UV, object_name:OKL_LINE_STRMS_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view contains the sum of Service, Fee and Insurance streams. , implementation_dba_data: APPS.OKL_LINE_STRMS_SUM_UV ,
-
View: OKL_CS_SCHINTR_PAYMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SCHINTR_PAYMENTS_UV, object_name:OKL_CS_SCHINTR_PAYMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_SCHINTR_PAYMENTS_UV ,
-
View: OKL_CS_SCHPRINC_PAYMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SCHPRINC_PAYMENTS_UV, object_name:OKL_CS_SCHPRINC_PAYMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_SCHPRINC_PAYMENTS_UV ,
-
View: OKL_SERVICED_ASSET_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SERVICED_ASSET_STREAMS_UV, object_name:OKL_SERVICED_ASSET_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View contains all serviced Asset Streams , implementation_dba_data: APPS.OKL_SERVICED_ASSET_STREAMS_UV ,
-
View: OKL_CS_SCHPRINC_BALANCE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SCHPRINC_BALANCE_UV, object_name:OKL_CS_SCHPRINC_BALANCE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_SCHPRINC_BALANCE_UV ,
-
Table: OKL_STREAMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAMS, object_name:OKL_STREAMS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the payment header details. , implementation_dba_data: OKL.OKL_STREAMS ,
-
Table: OKL_TAX_SOURCES_T
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TAX_SOURCES_T, object_name:OKL_TAX_SOURCES_T, status:VALID, product: OKL - Lease and Finance Management , description: This table is used during upgrades to store taxable lines , implementation_dba_data: OKL.OKL_TAX_SOURCES_T ,
-
View: OKL_POOL_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_STREAMS_UV, object_name:OKL_POOL_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Securitization - Pool Streams UI , implementation_dba_data: APPS.OKL_POOL_STREAMS_UV ,
-
View: OKL_CS_PAYMENT_SCHEDULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PAYMENT_SCHEDULES_UV, object_name:OKL_CS_PAYMENT_SCHEDULES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_PAYMENT_SCHEDULES_UV ,
-
Table: OKL_TXD_AR_LN_DTLS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXD_AR_LN_DTLS_B, object_name:OKL_TXD_AR_LN_DTLS_B, status:VALID, product: OKL - Lease and Finance Management , description: Transaction line details to be included into Receivables invoices , implementation_dba_data: OKL.OKL_TXD_AR_LN_DTLS_B ,
-
View: OKL_CS_SCHACCR_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SCHACCR_AMOUNT_UV, object_name:OKL_CS_SCHACCR_AMOUNT_UV, status:VALID, product: OKL - Lease and Finance Management , description: View to display the amounts for Subsidies and Discounts , implementation_dba_data: APPS.OKL_CS_SCHACCR_AMOUNT_UV ,
-
View: OKL_CONTRACT_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CONTRACT_STREAMS_UV, object_name:OKL_CONTRACT_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CONTRACT_STREAMS_UV ,
-
View: OKL_STRM_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRM_ELEMENTS_V, object_name:OKL_STRM_ELEMENTS_V, status:VALID, product: OKL - Lease and Finance Management , description: Holds the actual payment schedules for a payment header. , implementation_dba_data: APPS.OKL_STRM_ELEMENTS_V ,
-
View: OKL_CNTRCT_STRMS_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CNTRCT_STRMS_SUM_UV, object_name:OKL_CNTRCT_STRMS_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: Contract Streams Sum , implementation_dba_data: APPS.OKL_CNTRCT_STRMS_SUM_UV ,
-
View: OKL_POOL_STREAMS_PAY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_STREAMS_PAY_UV, object_name:OKL_POOL_STREAMS_PAY_UV, status:VALID, product: OKL - Lease and Finance Management , description: Securitization - Pool payment UI view , implementation_dba_data: APPS.OKL_POOL_STREAMS_PAY_UV ,
-
View: OKL_ASSET_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_STREAMS_UV, object_name:OKL_ASSET_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_ASSET_STREAMS_UV ,
-
View: OKL_POOL_STREAM_ELEMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_STREAM_ELEMENTS_UV, object_name:OKL_POOL_STREAM_ELEMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for securitization pool stream elements , implementation_dba_data: APPS.OKL_POOL_STREAM_ELEMENTS_UV ,
-
View: OKL_ASST_STRMS_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASST_STRMS_SUM_UV, object_name:OKL_ASST_STRMS_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: Asset Streams Sum , implementation_dba_data: APPS.OKL_ASST_STRMS_SUM_UV ,
-
View: OKL_SEC_BUYBACK_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_STREAMS_UV, object_name:OKL_SEC_BUYBACK_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for securitized buyback streams , implementation_dba_data: APPS.OKL_SEC_BUYBACK_STREAMS_UV ,