Search Results okl_cs_billingtrx_uv
Overview
OKL_CS_BILLINGTRX_UV is a read-only database view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the OKL product family — Oracle Lease and Finance Management — and is documented in the ETRM reference as displaying transaction-level billing information. In practice, the view consolidates invoice and payment-schedule detail for leased assets so that billing transactions can be reported without navigating the full underlying contract, asset, and receivables model.
The "UV" suffix indicates a user view intended for reporting, inquiry, and downstream integration rather than for transactional processing. Because the view is defined over sources that include AutoInvoice-related payment schedules and OKL billing detail structures, rows returned reflect the state of billing at the time the query executes. The view is marked VALID, confirming that its dependencies resolve correctly in the documented environment. Its role is largely analytical: it exposes lease billing history at the transaction level, joining lease contracts to fixed assets and to Oracle Receivables payment schedules.
Underlying Base Objects
The documented view text defines OKL_CS_BILLINGTRX_UV over a union of billing detail sources. The principal reporting source is OKL_CS_BPD_INV_DTL_V, itself a view, from which invoice number, invoice amount, line amount, tax, amounts applied and remaining, payment terms, invoice type, and the AR invoice identifiers are drawn. This source is joined to AR_PAYMENT_SCHEDULES_ALL (a synonym to the Receivables table) on AR_INVOICE_ID = CUSTOMER_TRX_ID, supplying exchange rate type, exchange rate, exchange date, and transaction date.
Contract structure comes from OKC_K_ITEMS, OKC_K_LINES_B, OKC_LINE_STYLES_B, and OKC_K_LINES_TL, restricted to lines whose line style code is 'FIXED_ASSET'. Asset identification is resolved through FA_ADDITIONS_B, linked via JTOT_OBJECT1_CODE = 'OKX_ASSET', while OKL_K_HEADERS supplies the contract header and is constrained to exclude deals of type 'LOAN'. Transaction type names are resolved from OKL_STRM_TYPE_TL with LANGUAGE = USERENV('LANG'). The documented base object list also references the packages OKL_BILLING_UTIL_PVT, OKL_CS_LC_CONTRACT_PVT, and FND_GLOBAL, indicating that the view's dependency chain includes PL/SQL logic as well as tables.
Key Columns
- LSM_ID, CONTRACT_NUMBER, KHR_ID — lease/contract identifiers and the contract header reference.
- TRANSACTION_TYPE — stream type name describing the billing transaction.
- INVOICE_NUMBER, INVOICE_ID, INVOICE_LINE_ID, CUSTOMER_TRX_ID — AR invoice and line identifiers.
- INVOICE_AMOUNT, TRANSACTION_AMOUNT, AMOUNT_LINE_ITEMS_ORIGINAL — original billing amounts at invoice and line level.
- AMOUNT_APPLIED, AMOUNT_REMAINING, AMOUNT_LINE_ITEMS_REMAINING, AMOUNT_CREDITED — application and outstanding balances, including credits.
- TAX_ORIGINAL, TAX_REMAINING — tax amounts billed and outstanding.
- INVOICE_DATE, DUE_DATE, AR_TRX_DATE — key billing dates.
- CURRENCY_CODE, AR_EXCHANGE_RATE_TYPE, AR_EXCHANGE_RATE, AR_EXCHANGE_DATE — currency and AR conversion attributes.
- ASSET_ID, ASSET_NUMBER — the fixed asset associated with the billed line.
- CUSTOMER_ACCOUNT_ID, CONTRACT_AUTHORING_ORG_ID — customer and operating unit context.
- KLE_ID, CHR_ID, STY_ID — contract line, header, and stream type keys.
- PAYMENT_TERM, INVOICE_TYPE — Receivables payment terms and invoice classification.
Common Use Cases and Queries
Typical usage includes reconciliation of lease billing to Receivables, reporting outstanding and credited balances by contract or asset, and analysis of tax and exchange rate treatment on billed transactions. Because the view excludes loan-type deals and restricts to fixed-asset lines, it is well suited to equipment lease reporting.
Sample query — outstanding balances by contract:
- SELECT contract_number, invoice_number, transaction_type, currency_code, amount_remaining, due_date FROM okl_cs_billingtrx_uv WHERE amount_remaining > 0 ORDER BY due_date;
Sample query — billing by asset:
- SELECT asset_number, contract_number, SUM(invoice_amount) billed, SUM(amount_remaining) outstanding FROM okl_cs_billingtrx_uv GROUP BY asset_number, contract_number;
Sample query — tax and credits for a period:
- SELECT invoice_number, tax_original, amount_credited, ar_exchange_rate FROM okl_cs_billingtrx_uv WHERE invoice_date BETWEEN :from_date AND :to_date;
Queries should be scoped by contract, customer, or date to limit the cost of the union and its underlying joins.
-
View: OKL_CS_BILLINGTRX_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_CS_BILLINGTRX_UV ,
-
View: OKL_CS_BILLINGTRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID, product: OKL - Lease and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_CS_BILLINGTRX_UV ,
-
VIEW: APPS.OKL_CS_VAT_SCHEDULES_UV
12.2.2
-
VIEW: APPS.OKL_CS_VAT_SCHEDULES_UV
12.1.1
-
VIEW: APPS.OKL_CS_DEPRECN_SCHEDULES_UV
12.1.1
-
VIEW: APPS.OKL_CS_DEPRECN_SCHEDULES_UV
12.2.2
-
View: OKL_CS_VAT_SCHEDULES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VAT_SCHEDULES_UV, object_name:OKL_CS_VAT_SCHEDULES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_VAT_SCHEDULES_UV ,
-
View: OKL_CS_DEPRECN_SCHEDULES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_DEPRECN_SCHEDULES_UV, object_name:OKL_CS_DEPRECN_SCHEDULES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_DEPRECN_SCHEDULES_UV ,
-
View: OKL_CS_VAT_SCHEDULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VAT_SCHEDULES_UV, object_name:OKL_CS_VAT_SCHEDULES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_VAT_SCHEDULES_UV ,
-
View: OKL_CS_DEPRECN_SCHEDULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_DEPRECN_SCHEDULES_UV, object_name:OKL_CS_DEPRECN_SCHEDULES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_DEPRECN_SCHEDULES_UV ,
-
PACKAGE: APPS.OKL_CS_LC_CONTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_CS_LC_CONTRACT_PVT, status:VALID,
-
PACKAGE: APPS.OKL_BILLING_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_BILLING_UTIL_PVT, status:VALID,
-
PACKAGE: APPS.OKL_CS_LC_CONTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_CS_LC_CONTRACT_PVT, status:VALID,
-
PACKAGE: APPS.OKL_BILLING_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_BILLING_UTIL_PVT, status:VALID,
-
VIEW: APPS.OKL_CS_VAT_SCHEDULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VAT_SCHEDULES_UV, object_name:OKL_CS_VAT_SCHEDULES_UV, status:VALID,
-
VIEW: APPS.OKL_CS_DEPRECN_SCHEDULES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_DEPRECN_SCHEDULES_UV, object_name:OKL_CS_DEPRECN_SCHEDULES_UV, status:VALID,
-
VIEW: APPS.OKL_CS_VAT_SCHEDULES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VAT_SCHEDULES_UV, object_name:OKL_CS_VAT_SCHEDULES_UV, status:VALID,
-
VIEW: APPS.OKL_CS_DEPRECN_SCHEDULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_DEPRECN_SCHEDULES_UV, object_name:OKL_CS_DEPRECN_SCHEDULES_UV, status:VALID,
-
SYNONYM: APPS.OKL_STRM_TYPE_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_STRM_TYPE_TL, status:VALID,
-
SYNONYM: APPS.OKL_STRM_TYPE_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_STRM_TYPE_TL, status:VALID,
-
VIEW: APPS.OKL_CS_BILLINGTRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID,
-
VIEW: APPS.OKL_CS_BILLINGTRX_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID,
-
VIEW: APPS.OKL_CS_BPD_INV_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BPD_INV_DTL_V, object_name:OKL_CS_BPD_INV_DTL_V, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_TL, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_TL, status:VALID,
-
VIEW: APPS.OKL_CS_BPD_INV_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BPD_INV_DTL_V, object_name:OKL_CS_BPD_INV_DTL_V, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_B, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_B, status:VALID,
-
SYNONYM: APPS.AR_PAYMENT_SCHEDULES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID,
-
SYNONYM: APPS.AR_PAYMENT_SCHEDULES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID,
-
SYNONYM: APPS.OKC_K_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_ITEMS, status:VALID,
-
SYNONYM: APPS.OKC_LINE_STYLES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_LINE_STYLES_B, status:VALID,
-
SYNONYM: APPS.OKC_K_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_ITEMS, status:VALID,
-
SYNONYM: APPS.OKL_K_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_K_HEADERS, status:VALID,
-
SYNONYM: APPS.OKC_LINE_STYLES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_LINE_STYLES_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.OKL_K_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_K_HEADERS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.OKC_K_LINES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
PACKAGE BODY: APPS.OKL_CS_TRANSACTIONS_PVT
12.2.2
-
SYNONYM: APPS.OKC_K_LINES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
PACKAGE BODY: APPS.OKL_CS_TRANSACTIONS_PVT
12.1.1
-
APPS.OKL_CS_TRANSACTIONS_PVT dependencies on DBMS_SQL
12.1.1
-
APPS.OKL_CS_TRANSACTIONS_PVT dependencies on DBMS_SQL
12.2.2
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1