Search Results okl_ls_rt_ftr_sets_all_b
Overview
The table OKL_LS_RT_FTR_SETS_ALL_B is the Rate Card (Lease Rate Set) header table within Oracle E-Business Suite's Leasing and Finance Management (OKL) module. It serves as the foundational master record for lease rate configuration, defining the header-level attributes of a rate set that drives pricing, interest calculation, and factor derivation across lease and finance transactions. In ETRM 12.2.2 the table resides in the OKL schema and is documented with a status of VALID, comprising 37 columns and supporting multi-organization deployment through the ORG_ID column.
From a heuristic Data Vault modeling perspective, the FK analysis classifies this object as standalone, suggesting it functions as a hub-like entity within the rate configuration domain. Unlike link or satellite constructs that depend on parent entities, this table anchors its own identity through the ID surrogate key, with downstream configuration tables referencing it rather than the reverse. This classification should be treated as a modeling suggestion rather than a physical constraint.
Key Information Stored
The table's primary structural elements and their roles are as follows:
- ID — Surrogate primary key, enforced by OKL_LS_RT_FTR_SETS_ALL_B_PK. This is the technical identifier used in all foreign key relationships.
- NAME — Business-key candidate, unique per OKL_LS_RT_FCTR_SETS_U2 and combined with ORG_ID under OKL_LS_RT_FTR_SETS_ALL_B_U2. Identifies the rate set by descriptive name.
- ORG_ID — Operating unit identifier, enabling the same rate set name across multiple organizations without collision.
- OBJECT_VERSION_NUMBER — Concurrency control column standard to OA Framework entities.
- START_DATE / END_DATE — Effective dating for the rate set's active lifecycle.
- RATE — The headline rate value associated with the set.
- CURRENCY_CODE — Currency in which the rate is denominated.
- FRQ_CODE — Frequency code governing compounding or payment cadence.
- ARREARS_YN — Flag indicating whether calculations are applied in arrears.
- STS_CODE — Status code controlling whether the rate set is active, draft, or retired.
- PDT_ID / TRY_ID — Product and term references linking the rate set to specific financial products and term structures.
- LRS_TYPE_CODE — Classifies the rate set type (for example, lease versus loan rate structure).
- END_OF_TERM_ID — Foreign key to OKL_FE_EO_TERMS_ALL_B, defining end-of-term behavior.
- ORIG_RATE_SET_ID — Self-referential pointer supporting rate set versioning or cloning.
- ATTRIBUTE1–ATTRIBUTE15 / ATTRIBUTE_CATEGORY — Standard DFF extension columns for client-specific configuration.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN for change tracking.
Common Use Cases and Queries
Typical reporting and integration scenarios center on rate lookup and effective-dated pricing analysis. A standard identifier query would be:
SELECT id, name, rate, currency_code, sts_code FROM okl_ls_rt_ftr_sets_all_b WHERE org_id = :p_org_id AND sts_code = 'ACTIVE';- Rate card resolution by date uses START_DATE and END_DATE against the transaction date to determine the governing rate.
- Frequency and arrears filtering supports periodic billing and interest accrual reconciliation reports.
- DFF attribute retrieval supports client-specific extensions via ATTRIBUTE_CATEGORY.
These queries are common in lease pricing validation, integration with external rating engines, and audit reporting that requires reconstructing the rate in force at contract inception.
Related Objects
- OKL_FE_EO_TERMS_ALL_B — Joined via END_OF_TERM_ID to resolve end-of-term options.
- OKL_LS_RT_FCTR_SETS — The factor (detail) set table linked by the rate set header, holding derived factors.
- OKL_LS_RT_SETS_TL — Translation table typically paired with _B for multilingual name descriptions.
- OKL_TXL_CNTRCTS_ALL_B — Lease contracts referencing the rate set during pricing.
- OKL_FE_PRODUCTS_ALL_B — Product definitions referenced through PDT_ID.
- OKL_FE_TERMS_ALL_B — Term structures referenced through TRY_ID.
-
Table: OKL_LS_RT_FTR_SETS_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LS_RT_FTR_SETS_ALL_B, object_name:OKL_LS_RT_FTR_SETS_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: The Rate Card (Lease Rate Set) header table. , implementation_dba_data: OKL.OKL_LS_RT_FTR_SETS_ALL_B ,
-
Table: OKL_LS_RT_FTR_SETS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LS_RT_FTR_SETS_ALL_B, object_name:OKL_LS_RT_FTR_SETS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: The Rate Card (Lease Rate Set) header table. , implementation_dba_data: OKL.OKL_LS_RT_FTR_SETS_ALL_B ,
-
SYNONYM: APPS.OKL_LS_RT_FTR_SETS_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_LS_RT_FTR_SETS_ALL_B, status:VALID,
-
SYNONYM: APPS.OKL_LS_RT_FTR_SETS_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_LS_RT_FTR_SETS_ALL_B, status:VALID,
-
VIEW: OKL.OKL_LS_RT_FTR_SETS_ALL_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_LS_RT_FTR_SETS_ALL_B#, status:VALID,
-
VIEW: OKL.OKL_LS_RT_FTR_SETS_ALL_B#
12.2.2
-
SYNONYM: APPS.OKL_LS_RT_FCTR_SETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_LS_RT_FCTR_SETS_B, status:VALID,
-
SYNONYM: APPS.OKL_LS_RT_FCTR_SETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_LS_RT_FCTR_SETS_B, status:VALID,
-
PACKAGE BODY: APPS.OKL_LRT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LRT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LRT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LRT_PVT, status:VALID,
-
TABLE: OKL.OKL_LS_RT_FTR_SETS_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LS_RT_FTR_SETS_ALL_B, object_name:OKL_LS_RT_FTR_SETS_ALL_B, status:VALID,
-
TABLE: OKL.OKL_LS_RT_FTR_SETS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LS_RT_FTR_SETS_ALL_B, object_name:OKL_LS_RT_FTR_SETS_ALL_B, 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.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 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.OKL_LRT_PVT dependencies on OKL_LS_RT_FTR_SETS_ALL_B
12.1.1
-
APPS.OKL_LRT_PVT dependencies on OKL_LS_RT_FTR_SETS_ALL_B
12.2.2
-
APPS.OKL_LRT_PVT SQL Statements
12.1.1
-
APPS.OKL_LRT_PVT SQL Statements
12.2.2
-
APPS.OKL_LRT_PVT dependencies on OKL_LS_RT_FCTR_SETS_TL
12.2.2
-
APPS.OKL_LRT_PVT dependencies on OKL_LS_RT_FCTR_SETS_TL
12.1.1
-
PACKAGE BODY: APPS.OKL_LRT_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_LRT_PVT
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.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,