Search Results okl_tuom_dfntns_b
Overview
The table OKL_TUOM_DFNTNS_B is a core master data table within the Oracle E-Business Suite Leasing and Finance Management (OKL) module. It serves as a repository for defining time unit of measure (UOM) definitions, which are critical for standardizing and calculating time-based metrics across the leasing lifecycle. These definitions are foundational for configuring and executing complex financial operations, such as calculating late charges, interest accruals, and other period-based fees. The table's role is to provide a centralized, controlled list of time intervals (e.g., days, months, calendar quarters) that other transactional and setup tables reference to ensure consistency in financial computations for contracts and agreements.
Key Information Stored
Based on the provided metadata, the table's structure centers on a unique identifier and a descriptive name for each time unit definition. The primary key column is ID, which uniquely identifies each time unit record within the system. A second key column, NAME, holds the descriptive label for the time unit (e.g., "Calendar Month," "Business Day," "Year"). This column is enforced as unique by the TDF_TDF_UK constraint, preventing duplicate entries. While the full column list is not detailed in the excerpt, the presence of these core columns indicates the table's function as a simple yet essential lookup or reference entity.
Common Use Cases and Queries
This table is primarily referenced during the setup and execution of time-sensitive financial policies. A common use case is the configuration of a late payment policy, where an administrator selects a specific time unit definition (e.g., "Per Day") from this table to determine how a late interest penalty accrues. For reporting and data validation, typical queries involve joining this table to its referencing transactional tables. A sample SQL pattern to list all time unit definitions and their associated late policies would be:
- SELECT tdf.NAME, lp.POLICY_NAME FROM OKL_TUOM_DFNTNS_B tdf, OKL_LATE_POLICIES_B lp WHERE tdf.ID = lp.TDF_ID;
Another critical use case is ensuring data integrity during migrations or integrations, where validating the existence of TDF_ID values in OKL_TUOM_DFNTNS_B is essential before loading data into dependent tables.
Related Objects
The table OKL_TUOM_DFNTNS_B is a parent reference table for several key setup and transactional entities in the Leasing module, as documented by its foreign key relationships. The following tables reference it via the TDF_ID column:
- OKL_LTE_CHRG_SETUPS: Links time unit definitions to specific lease charge setups.
- OKL_LATE_INTERESTS: References a time unit to define the period for late interest calculations on transactions.
- OKL_LATE_POLICIES_B: Uses a time unit definition as part of the core configuration for a late payment policy.
These relationships underscore the table's central role in standardizing time-based calculations across charge setups, interest computations, and policy enforcement within Oracle EBS Leasing.
-
Table: OKL_TUOM_DFNTNS_B
12.1.1
product: OKL - Leasing and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TUOM_DFNTNS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
View: OKL_TUOM_DFNTNS_V
12.2.2
product: OKL - Lease and Finance Management , description: View for table OKL_TUOM_DFNTNS_B , implementation_dba_data: Not implemented in this database ,
-
View: OKL_TUOM_DFNTNS_V
12.1.1
product: OKL - Leasing and Finance Management , description: View for table OKL_TUOM_DFNTNS_B , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_LTE_CHRG_SETUPS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS, object_name:OKL_LTE_CHRG_SETUPS, status:VALID, product: OKL - Lease and Finance Management , description: When a lessee/borrower does not pay an invoice prior to the due date, a penalty can be assessed , implementation_dba_data: OKL.OKL_LTE_CHRG_SETUPS ,
-
Table: OKL_LATE_POLICIES_B
12.1.1
product: OKL - Leasing and Finance Management , description: Policy for charging on overdue receivables , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_LATE_POLICIES_B
12.2.2
product: OKL - Lease and Finance Management , description: Policy for charging on overdue receivables , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_LATE_INTERESTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LATE_INTERESTS, object_name:OKL_LATE_INTERESTS, status:VALID, product: OKL - Leasing and Finance Management , description: Interest which may be charged on over due receivables , implementation_dba_data: OKL.OKL_LATE_INTERESTS ,
-
Table: OKL_LTE_CHRG_SETUPS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS, object_name:OKL_LTE_CHRG_SETUPS, status:VALID, product: OKL - Leasing and Finance Management , description: When a lessee/borrower does not pay an invoice prior to the due date, a penalty can be assessed , implementation_dba_data: OKL.OKL_LTE_CHRG_SETUPS ,
-
Table: OKL_LATE_INTERESTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LATE_INTERESTS, object_name:OKL_LATE_INTERESTS, status:VALID, product: OKL - Lease and Finance Management , description: Interest which may be charged on over due receivables , implementation_dba_data: OKL.OKL_LATE_INTERESTS ,
-
TABLE: OKL.OKL_LATE_INTERESTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LATE_INTERESTS, object_name:OKL_LATE_INTERESTS, status:VALID,
-
VIEW: APPS.OKL_LATE_INTERESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LATE_INTERESTS_V, object_name:OKL_LATE_INTERESTS_V, status:VALID,
-
VIEW: APPS.OKL_LATE_INTERESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LATE_INTERESTS_V, object_name:OKL_LATE_INTERESTS_V, status:VALID,
-
VIEW: APPS.OKL_LTE_CHRG_SETUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS_V, object_name:OKL_LTE_CHRG_SETUPS_V, status:VALID,
-
VIEW: APPS.OKL_LTE_CHRG_SETUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS_V, object_name:OKL_LTE_CHRG_SETUPS_V, status:VALID,
-
TABLE: OKL.OKL_LTE_CHRG_SETUPS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS, object_name:OKL_LTE_CHRG_SETUPS, status:VALID,
-
TABLE: OKL.OKL_LTE_CHRG_SETUPS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS, object_name:OKL_LTE_CHRG_SETUPS, status:VALID,
-
TABLE: OKL.OKL_LATE_INTERESTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LATE_INTERESTS, object_name:OKL_LATE_INTERESTS, status:VALID,
-
TABLE: OKL.OKL_LATE_POLICIES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LATE_POLICIES_ALL_B, object_name:OKL_LATE_POLICIES_ALL_B, status:VALID,
-
TABLE: OKL.OKL_LATE_POLICIES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LATE_POLICIES_ALL_B, object_name:OKL_LATE_POLICIES_ALL_B, status:VALID,
-
VIEW: APPS.OKL_LATE_POLICIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LATE_POLICIES_V, object_name:OKL_LATE_POLICIES_V, status:VALID,
-
VIEW: APPS.OKL_LATE_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LATE_POLICIES_V, object_name:OKL_LATE_POLICIES_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
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 ,
-
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 ,