Search Results okl_txl_rcpt_apps_all_b_pk
Overview
The OKL_TXL_RCPT_APPS_ALL_B table is a core transactional entity within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It serves as the primary data store for recording the application of cash receipts to various financial objects in the leasing lifecycle. This table is fundamental to the accounts receivable and cash management processes, enabling the linkage between incoming customer payments and specific lease contracts, consolidated invoice lines, or payment streams. Its role is critical for accurate financial reporting, customer account reconciliation, and maintaining the integrity of the lease portfolio's financial status.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary and foreign keys, the table's structure is defined by its relationships and purpose. The primary key column, ID, uniquely identifies each cash application record. The table's core function is to store the association between a cash receipt and the target object it settles. This is achieved through several key foreign key columns: KHR_ID links to the lease contract header (OKL_K_HEADERS), LLN_ID links to a consolidated invoice line (OKL_CNSLD_AR_LINES_B), and LSM_ID links to a consolidated payment stream (OKL_CNSLD_AR_STRMS_B). Additional columns typically track the applied amount, application date, currency, and status of the application.
Common Use Cases and Queries
This table is central to operational and analytical tasks. A primary use case is tracing the application history of a specific cash receipt to understand which lease invoices or charges were paid. Conversely, analysts query the table to determine the payment status of a particular lease contract or invoice line. Common reporting needs include aging analyses and cash application audit trails. A sample query to retrieve application details for a lease contract would join on KHR_ID:
- SELECT rct_app.* FROM okl_txl_rcpt_apps_all_b rct_app WHERE rct_app.khr_id = <lease_header_id>;
Another critical pattern involves reconciling the total applied amount from this table against the total receipt amount in the associated cash receipt tables, which are linked via the RCT_ID_DETAILS foreign key relationship.
Related Objects
The table maintains defined foreign key relationships with several other key OKL tables, as documented in the metadata:
- OKL_K_HEADERS: Via the KHR_ID column. This links a cash application to a specific lease contract.
- OKL_CNSLD_AR_LINES_B: Via the LLN_ID column. This links a cash application to a specific consolidated accounts receivable invoice line.
- OKL_CNSLD_AR_STRMS_B: Via the LSM_ID column. This links a cash application to a specific consolidated payment stream.
- Self-Referential Foreign Key: The table references itself via the CNR_ID column, potentially supporting hierarchical or adjustment application records.
- The foreign key on RCT_ID_DETAILS indicates a relationship to a cash receipts table (not fully named in the excerpt), which is the source of the cash being applied.
The primary key constraint OKL_TXL_RCPT_APPS_ALL_B_PK ensures the uniqueness of the ID column, which is essential for data integrity.
-
Table: OKL_TXL_RCPT_APPS_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_RCPT_APPS_ALL_B, object_name:OKL_TXL_RCPT_APPS_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: Apply cash to various OKL objects , implementation_dba_data: OKL.OKL_TXL_RCPT_APPS_ALL_B ,
-
Table: OKL_TXL_RCPT_APPS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_RCPT_APPS_ALL_B, object_name:OKL_TXL_RCPT_APPS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Apply cash to various OKL objects , implementation_dba_data: OKL.OKL_TXL_RCPT_APPS_ALL_B ,
-
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 ,