Search Results cft_code
Overview
The OKL_CASH_FLOWS table resides in the OKL schema and is owned by the Oracle Leasing and Finance Management (OKL) module. It stores the header-level details of cash flows generated and managed within the OKL application. In the context of Oracle E-Business Suite 12.1.1 and 12.2.2, this table functions as the master record for individual cash flow definitions, capturing the parametrization required to schedule, project, or calculate periodic payment and receipt streams associated with lease and finance contracts.
From a heuristic Data Vault modeling perspective, the FK structure suggests a satellite-leaning classification. The table carries descriptive and qualifying attributes (status codes, dates, type codes, and descriptive flexfield columns) that hang off the parent cash flow object and stream type references, rather than acting purely as an associative link between two hubs. Its surrogate primary key, OKL_CASH_FLOWS_PK on the ID column, uniquely identifies each cash flow header row.
Key Information Stored
The table contains 32 documented columns. The most significant are summarized below.
ID— Surrogate primary key enforced byOKL_CASH_FLOWS_PK; also carried as a unique index candidate throughOKL_CASH_FLOWS_UI.CFO_ID— Foreign key toOKL_CASH_FLOW_OBJECTS, identifying the parent cash flow object to which this header belongs.STY_ID— Foreign key toOKL_STRM_TYPE_B, denoting the stream type driving the cash flow calculation.STS_CODE— Status code reflecting the lifecycle state of the cash flow header.CFT_CODE— Cash flow type code classifying the nature of the stream.DUE_ARREARS_YN— Flag indicating whether amounts fall due in advance or in arrears.START_DATE— Effective start date for the cash flow schedule.NUMBER_OF_ADVANCE_PERIODS— Count of advance periods applied to the schedule.DNZ_KHR_ID,DNZ_QTE_ID— References to deal/know-how and quotation contexts.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE15— Descriptive flexfield storage.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OBJECT_VERSION_NUMBER— Standard WHO audit and optimistic-locking columns.
Common Use Cases and Queries
Typical reporting scenarios involve reconciling cash flow headers against their line-level detail and stream definitions, or auditing status distributions across cash flow objects.
- Retrieve headers for a given cash flow object:
SELECT * FROM OKL_CASH_FLOWS WHERE CFO_ID = :p_cfo_id; - Join to stream type for descriptive reporting:
SELECT cf.ID, st.NAME, cf.START_DATE FROM OKL_CASH_FLOWS cf, OKL_STRM_TYPE_B st WHERE cf.STY_ID = st.ID; - Aggregate by status:
SELECT STS_CODE, COUNT(*) FROM OKL_CASH_FLOWS GROUP BY STS_CODE; - Drill into line-level detail using
OKL_CASH_FLOW_LEVELS.CAF_ID = OKL_CASH_FLOWS.ID.
Related Objects
OKL_CASH_FLOW_OBJECTS— Parent object referenced viaOKL_CASH_FLOWS.CFO_ID.OKL_STRM_TYPE_B— Stream type base table referenced viaOKL_CASH_FLOWS.STY_ID.OKL_CASH_FLOW_LEVELS— Child table referencing this header throughCAF_ID.
-
Table: OKL_CASH_FLOWS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CASH_FLOWS, object_name:OKL_CASH_FLOWS, status:VALID, product: OKL - Lease and Finance Management , description: Table used to store the header details of Cash Flows in OKL , implementation_dba_data: OKL.OKL_CASH_FLOWS ,
-
Table: OKL_CASH_FLOWS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CASH_FLOWS, object_name:OKL_CASH_FLOWS, status:VALID, product: OKL - Leasing and Finance Management , description: Table used to store the header details of Cash Flows in OKL , implementation_dba_data: OKL.OKL_CASH_FLOWS ,
-
VIEW: OKL.OKL_CASH_FLOWS#
12.2.2
-
View: OKL_CASH_FLOWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CASH_FLOWS_V, object_name:OKL_CASH_FLOWS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Cash Flows in the system , implementation_dba_data: APPS.OKL_CASH_FLOWS_V ,
-
VIEW: APPS.OKL_CASH_FLOWS_V
12.2.2
-
View: OKL_CASH_FLOWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CASH_FLOWS_V, object_name:OKL_CASH_FLOWS_V, status:VALID, product: OKL - Lease and Finance Management , description: Cash Flows in the system , implementation_dba_data: APPS.OKL_CASH_FLOWS_V ,
-
TABLE: OKL.OKL_CASH_FLOWS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CASH_FLOWS, object_name:OKL_CASH_FLOWS, status:VALID,
-
View: OKL_PAYMENT_SCHDLE_DTLS_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, object_name:OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: View gives the Detailed about the Payment Schedule Details. , implementation_dba_data: APPS.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV ,
-
TABLE: OKL.OKL_CASH_FLOWS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CASH_FLOWS, object_name:OKL_CASH_FLOWS, status:VALID,
-
VIEW: APPS.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, object_name:OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, status:VALID,
-
View: OKL_PAYMENT_SCHDLE_DTLS_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, object_name:OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View gives the Detailed about the Payment Schedule Details. , implementation_dba_data: APPS.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV ,
-
VIEW: APPS.OKL_AM_PAYMENT_SCHDLE_DTLS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PAYMENT_SCHDLE_DTLS_UV, object_name:OKL_AM_PAYMENT_SCHDLE_DTLS_UV, status:VALID,
-
VIEW: APPS.OKL_AM_PAYMENT_SCHDLE_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PAYMENT_SCHDLE_DTLS_UV, object_name:OKL_AM_PAYMENT_SCHDLE_DTLS_UV, status:VALID,
-
VIEW: APPS.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, object_name:OKL_PAYMENT_SCHDLE_DTLS_ALL_UV, status:VALID,
-
VIEW: OKL.OKL_CASH_FLOWS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_CASH_FLOWS#, status:VALID,
-
View: OKL_AM_PAYMENT_SCHDLE_DTLS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PAYMENT_SCHDLE_DTLS_UV, object_name:OKL_AM_PAYMENT_SCHDLE_DTLS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_PAYMENT_SCHDLE_DTLS_UV ,
-
VIEW: APPS.OKL_CASH_FLOWS_V
12.1.1
-
View: OKL_AM_PAYMENT_SCHDLE_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PAYMENT_SCHDLE_DTLS_UV, object_name:OKL_AM_PAYMENT_SCHDLE_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_PAYMENT_SCHDLE_DTLS_UV ,
-
VIEW: APPS.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV
12.2.2
-
APPS.OKL_PRICING_UTILS_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_AM_PAYMENT_SCHDLE_DTLS_UV
12.1.1
-
VIEW: APPS.OKL_AM_PAYMENT_SCHDLE_DTLS_UV
12.2.2
-
VIEW: APPS.OKL_PAYMENT_SCHDLE_DTLS_ALL_UV
12.1.1
-
VIEW: APPS.OKL_CASH_FLOWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CASH_FLOWS_V, object_name:OKL_CASH_FLOWS_V, status:VALID,
-
VIEW: APPS.OKL_CASH_FLOWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CASH_FLOWS_V, object_name:OKL_CASH_FLOWS_V, status:VALID,
-
APPS.OKL_CAF_PVT SQL Statements
12.1.1
-
APPS.OKL_CAF_PVT SQL Statements
12.2.2
-
APPS.OKL_PRICING_UTILS_PVT SQL Statements
12.1.1
-
APPS.OKL_LEASE_QUOTE_CASHFLOW_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.OKL_CAF_PVT
12.1.1
-
PACKAGE: APPS.OKL_CAF_PVT
12.2.2
-
APPS.OKL_LEASE_QUOTE_CASHFLOW_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKL_CAF_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_CAF_PVT
12.2.2
-
APPS.OKL_QUICK_QUOTES_PVT SQL Statements
12.1.1
-
APPS.OKL_QUICK_QUOTES_PVT SQL Statements
12.2.2
-
APPS.OKL_CAF_PVT dependencies on OKL_API
12.1.1
-
APPS.OKL_CAF_PVT dependencies on OKL_API
12.2.2
-
APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_CASH_FLOW_OBJECTS
12.2.2
-
APPS.OKL_CAF_PVT dependencies on OKL_CASH_FLOWS
12.2.2
-
APPS.OKL_CAF_PVT dependencies on OKL_CASH_FLOWS
12.1.1
-
APPS.OKL_LEASE_QUOTE_CASHFLOW_PVT dependencies on OKL_CASH_FLOWS
12.2.2
-
APPS.OKL_CAF_PVT dependencies on OKL_CASH_FLOWS_V
12.1.1
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_CASH_FLOWS
12.1.1
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_CASH_FLOWS
12.2.2
-
APPS.OKL_LEASE_QUOTE_CASHFLOW_PVT dependencies on OKL_CASH_FLOWS
12.1.1
-
APPS.OKL_CAF_PVT dependencies on OKL_CASH_FLOWS_V
12.2.2
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT SQL Statements
12.2.2
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.OKL_PRICING_UTILS_PVT
12.1.1