Search Results okl_ls_rt_fctr_sets_b
Overview
The OKL_LS_RT_FCTR_SETS_B table is a core data structure within the Oracle E-Business Suite (EBS) module for Lease and Finance Management (OKL). It functions as the header or master table for Rate Cards, which are also referred to as Lease Rate Sets. In the context of lease and finance operations, a Rate Card is a critical business object that defines the pricing rules, interest rates, and other financial factors applicable to lease products and contracts. This table stores the foundational metadata for each unique Rate Card, enabling the system to associate specific pricing logic with lease transactions and product offerings. Its role is central to the configuration and execution of lease pricing within the application.
Key Information Stored
As a header table, OKL_LS_RT_FCTR_SETS_B holds the defining attributes for a Rate Card set. The primary key is the ID column, which uniquely identifies each rate set record. Critical foreign key relationships define its integration with other master data. The PDT_ID column links the rate set to a specific lease product defined in the OKL_PRODUCTS table, establishing which product the pricing rules govern. The TRY_ID column links to a transaction type in OKL_TRX_TYPES_B, defining the business context (e.g., lease booking, amendment) for which the rate set is valid. A significant recursive relationship is managed through the ORIG_RATE_SET_ID column, which can point to another record within the same table, allowing for the versioning or derivation of rate sets from an original template.
Common Use Cases and Queries
This table is primarily accessed for setup, maintenance, and inquiry of lease pricing structures. Common operational scenarios include the creation of new rate cards for product launches, modification of existing rates for market adjustments, and auditing rate history. A typical query would join this header table to its associated line detail tables (not listed in the provided metadata but commonly named with a _TL suffix or as child tables like OKL_LS_RT_FCTRS_B) to retrieve a complete rate card definition for a given product. For reporting, analysts might query this table to list all active rate sets, their associated products, and effective dates. A sample SQL pattern to find rate sets for a specific product would be:
- SELECT rfs.ID, rfs.NAME, prod.PRODUCT_NAME FROM OKL_LS_RT_FCTR_SETS_B rfs JOIN OKL_PRODUCTS prod ON rfs.PDT_ID = prod.ID WHERE prod.PRODUCT_CODE = '<PRODUCT_CODE>';
Related Objects
The OKL_LS_RT_FCTR_SETS_B table is a nexus for lease pricing data, with several key dependencies as indicated by its foreign keys. Its primary relationships are with the OKL_PRODUCTS table, which defines lease products, and the OKL_TRX_TYPES_B table, which defines transaction types. The recursive foreign key on ORIG_RATE_SET_ID creates a relationship within the table itself for tracking rate set lineage. This header table will have one or more child tables storing the detailed rate factors (e.g., interest rates, payment frequencies) that comprise the complete rate card. Furthermore, it is referenced by the lease contract headers or lines (typically in tables like OKL_K_HEADERS_B) to apply the correct pricing rules to a specific lease agreement.
-
Table: OKL_LS_RT_FCTR_SETS_B
12.1.1
product: OKL - Leasing and Finance Management , description: The Rate Card (Lease Rate Set) header table. , implementation_dba_data: Not implemented in this database ,
-
View: OKL_LS_RT_FCTR_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LS_RT_FCTR_SETS_V, object_name:OKL_LS_RT_FCTR_SETS_V, status:VALID, product: OKL - Leasing and Finance Management , description: MLS view over base tables - OKL_LS_RT_FCTR_SETS_B and OKL_LS_RT_FCTR_SETS_TL , implementation_dba_data: APPS.OKL_LS_RT_FCTR_SETS_V ,
-
Table: OKL_LS_RT_FCTR_SETS_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LS_RT_FCTR_SETS_TL, object_name:OKL_LS_RT_FCTR_SETS_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_LS_RT_FCTR_SETS_B, per MLS standards , implementation_dba_data: OKL.OKL_LS_RT_FCTR_SETS_TL ,
-
Table: OKL_LS_RT_FCTR_ENTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LS_RT_FCTR_ENTS, object_name:OKL_LS_RT_FCTR_ENTS, status:VALID, product: OKL - Leasing and Finance Management , description: Child table of OKL_LS_RT_FCTR_SETS_B. , implementation_dba_data: OKL.OKL_LS_RT_FCTR_ENTS ,
-
Table: OKL_PRODUCTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRODUCTS, object_name:OKL_PRODUCTS, status:VALID, product: OKL - Leasing and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: OKL.OKL_PRODUCTS ,
-
Table: OKL_TRX_TYPES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_TYPES_B, object_name:OKL_TRX_TYPES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Transaction types , implementation_dba_data: OKL.OKL_TRX_TYPES_B ,
-
View: OKL_SO_PLAN_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_PLAN_SUMMARY_UV, object_name:OKL_SO_PLAN_SUMMARY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Used to display Plan Summary information on the Quote Details screen , implementation_dba_data: APPS.OKL_SO_PLAN_SUMMARY_UV ,
-
View: OKL_LS_RT_FCTR_SETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LS_RT_FCTR_SETS_UV, object_name:OKL_LS_RT_FCTR_SETS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_LS_RT_FCTR_SETS_UV ,
-
View: OKL_SO_PLAN_DETAILS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_PLAN_DETAILS_UV, object_name:OKL_SO_PLAN_DETAILS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Used to display Payment Plan Details on screen , implementation_dba_data: APPS.OKL_SO_PLAN_DETAILS_UV ,