Search Results okl_buckets
Overview
The OKL_BUCKETS table is a core data object within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module, specifically in versions 12.1.1 and 12.2.2. As indicated by its documented description, this table stores loss rate data. In the context of lease and finance portfolio management, loss rates are critical for financial analysis, provisioning, and risk assessment. The table functions as a master reference for categorizing or "bucketing" financial instruments based on their associated risk or loss characteristics. Its primary role is to provide a standardized set of loss rate codes or categories that can be associated with individual contract lines, enabling systematic tracking and reporting of portfolio risk.
Key Information Stored
While the provided metadata does not list all columns, the primary and unique key structures reveal the essential data elements. The table's primary key is the ID column, which serves as the unique system identifier for each bucket record. A significant business key is the IBC_ID column, which is enforced by the BKT_BKT_UK unique key. This column likely references an identifier for a specific loss rate bucket definition or code within a controlling setup table, such as a lookup type. The table's core purpose is to store these bucket identifiers alongside other descriptive attributes (like name, effective dates, or rate percentages) that define the loss rate parameters used for financial calculations and reporting.
Common Use Cases and Queries
The primary use case for the OKL_BUCKETS table is to support risk analysis and financial reporting for a lease or finance portfolio. A common operational scenario involves assigning a specific loss rate bucket to a transaction line during contract booking or periodic re-evaluation. For reporting, analysts frequently join this table to transaction lines to aggregate exposure by risk category. A typical query pattern would involve selecting bucket details for active contracts:
SELECT bkt.id, bkt.ibc_id, txl.contract_line_number FROM okl_buckets bkt, okl_txl_cntrct_lns txl WHERE bkt.id = txl.bkt_id;
Another critical use case is in the generation of provision calculations, where the loss rate associated with a bucket is applied to the outstanding balances of the linked contract lines to determine expected credit losses.
Related Objects
The OKL_BUCKETS table is centrally referenced by transaction line tables, as documented in the foreign key relationships. These relationships are fundamental for linking financial transactions to their assigned risk categories.
- OKL_TXL_CNTRCT_LNS: This table references OKL_BUCKETS via its
BKT_IDcolumn, which joins to theIDprimary key of OKL_BUCKETS. This links individual contract lines to a loss rate bucket. - OKL_TXL_CNTRCT_LNS_ALL: Similar to its counterpart, this table also references OKL_BUCKETS via its
BKT_IDcolumn, providing a multi-organization access view (MOAC) of the same relationship.
The presence of the unique key on IBC_ID suggests a parent relationship to a lookup or setup table, which would define the valid bucket codes used within the application.
-
Table: OKL_BUCKETS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_BUCKETS, object_name:OKL_BUCKETS, status:VALID, product: OKL - Lease and Finance Management , description: Loss rates , implementation_dba_data: OKL.OKL_BUCKETS ,
-
View: OKL_BUCKET_NAME_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BUCKET_NAME_UV, object_name:OKL_BUCKET_NAME_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BUCKET_NAME_UV ,
-
Table: OKL_TXL_CNTRCT_LNS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_CNTRCT_LNS_ALL, object_name:OKL_TXL_CNTRCT_LNS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Lease transactions line table , implementation_dba_data: OKL.OKL_TXL_CNTRCT_LNS_ALL ,
-
Table: OKL_TXL_CNTRCT_LNS
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions line table , implementation_dba_data: Not implemented in this database ,
-
View: OKL_AGING_BUCKET_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AGING_BUCKET_LINES_UV, object_name:OKL_AGING_BUCKET_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AGING_BUCKET_LINES_UV ,
-
View: OKL_GEN_LOSS_PROV_DETAIL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GEN_LOSS_PROV_DETAIL_UV, object_name:OKL_GEN_LOSS_PROV_DETAIL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GEN_LOSS_PROV_DETAIL_UV ,
-
View: OKL_BUCKETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BUCKETS_V, object_name:OKL_BUCKETS_V, status:VALID, product: OKL - Lease and Finance Management , description: Loss rates , implementation_dba_data: APPS.OKL_BUCKETS_V ,
-
View: OKL_GEN_LOSS_PROVISION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GEN_LOSS_PROVISION_UV, object_name:OKL_GEN_LOSS_PROVISION_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GEN_LOSS_PROVISION_UV ,