Search Results receipt_creation_status
Overview
The view APPS.OKL_BPD_TRX_RCPT_HEADER_V is a consolidated receivables receipt header view within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL/ETRM) module. It presents receipt-level information combining Accounts Receivable (AR) cash receipts with contract and billing consolidation data derived from the OKL schema. Its principal role is to serve as a reporting and integration layer for the Billing and Payment Distribution (BPD) functional area, exposing receipts associated with lease contracts in a form suitable for transaction reconciliation and status reporting.
The view is particularly relevant to users searching for receipt_creation_status. It exposes this attribute through the derived column TRANSACTION_STATUS, which is resolved by a call to ARPT_SQL_FUNC_UTIL.GET_LOOKUP_MEANING('RECEIPT_CREATION_STATUS', ARCASH.STATUS). This maps the raw AR receipt status code to its human-readable lookup meaning, allowing consumers to interpret receipt lifecycle states directly from the view output.
Underlying Base Objects
The view is owned by APPS and is defined over a mix of AR base objects and OKL consolidation objects. Documented referenced objects include:
- AR_CASH_RECEIPTS_ALL — the primary AR receipt source, supplying receipt number, date, amount, currency, status, cash receipt ID, set of books, and operating unit.
- AR_PAYMENT_SCHEDULES_ALL — provides the transaction number and payment schedule details used to link receipts to receivables invoices.
- AR_RECEIVABLE_APPLICATIONS_ALL — supplies the applied amount and the linkage between receipts and payment schedules.
- AR_RECEIPT_METHODS — provides the receipt method name (
ARRCPT.NAME). - OKL_CNSLD_AR_STRMS_B — consolidated AR streams linking the contract to AR receivables.
- OKL_CNSLD_AR_LINES_B and OKL_CNSLD_AR_HDRS_B — consolidated AR line and header tables forming the contract-billing linkage.
- OKC_K_HEADERS_B — the contract header table supplying the contract number.
- OKL_ACCOUNTING_UTIL and ARPT_SQL_FUNC_UTIL — packages used to resolve lookup meanings for source and status.
The definition is a UNION of two queries: the first joins consolidation data through OKL_CNSLD_AR_STRMS_B, and the second draws on additional AR and OKL billing structures, ensuring receipts from multiple billing paths are represented. Referenced objects also include OKL_BPD_AR_INV_LINES_V and OKL_BILLING_UTIL_PVT, supporting the billing-to-receipt bridge.
Key Columns
RECEIPT_ID/RECEIPT_NUMBER— unique identifier and display number of the AR cash receipt.RECEIPT_DATE,TOTAL_AMOUNT,CURRENCY_CODE— receipt date and monetary attributes.AMOUNT_APPLIED— amount of the receipt applied against the specified invoice.STATUS— the raw AR receipt creation status code.TRANSACTION_STATUS— the decodedRECEIPT_CREATION_STATUSmeaning, the column of primary interest to users searching on this term.TRANSACTION_TYPE— decoded as the receipt transaction type viaOKL_VIEW_TRANSACTIONS.SOURCE/SOURCE_CODE— decoded accounting source ('REC').CONTRACT_ID/CONTRACT_NUMBER— the associated lease contract.RECEIVABLE_INVOICE_NUMBER— the invoice against which the receipt was applied.SET_OF_BOOKS_IDandORG_ID— accounting and operating unit context.
Common Use Cases and Queries
This view is typically consumed to report receipt status per lease contract, reconcile applied amounts against invoices, and audit receipt creation across operating units.
To retrieve receipts by decoded creation status:
SELECT RECEIPT_NUMBER, CONTRACT_NUMBER, RECEIVABLE_INVOICE_NUMBER, AMOUNT_APPLIED, TRANSACTION_STATUS FROM APPS.OKL_BPD_TRX_RCPT_HEADER_V WHERE RECEIPT_CREATION_STATUS_STATUS = 'APPLIED';— filter on the decoded status value.SELECT CONTRACT_NUMBER, SUM(AMOUNT_APPLIED) FROM APPS.OKL_BPD_TRX_RCPT_HEADER_V GROUP BY CONTRACT_NUMBER;— aggregate applied receipts per contract.SELECT RECEIPT_NUMBER, RECEIPT_DATE, STATUS, TRANSACTION_STATUS FROM APPS.OKL_BPD_TRX_RCPT_HEADER_V WHERE ORG_ID = :p_org_id;— operating-unit-scoped status listing.
Because the status decoding depends on the RECEIPT_CREATION_STATUS lookup, queries returning TRANSACTION_STATUS are the most direct means of surfacing the receipt_creation_status value in OKL reporting.
-
Lookup Type: RECEIPT_CREATION_STATUS
12.1.1
product: AR - Receivables , meaning: Receipt Creation Status , description: Values for Receipt Creation status ,
-
Lookup Type: RECEIPT_CREATION_STATUS
12.2.2
product: AR - Receivables , meaning: Receipt Creation Status , description: Values for Receipt Creation status ,
-
APPS.ARRX_RC_UNAPP SQL Statements
12.2.2
-
APPS.ARRX_RC_UNAPP SQL Statements
12.1.1
-
VIEW: APPS.OKL_BPD_TRX_RCPT_HEADER_V
12.2.2
-
VIEW: APPS.AR_RGW_RECEIPT_HISTORY_V
12.1.1
-
VIEW: APPS.AR_RGW_RECEIPT_HISTORY_V
12.2.2
-
VIEW: APPS.CE_FC_ARR_DISC_V
12.1.1
-
VIEW: APPS.OKL_BPD_TRX_RCPT_HEADER_V
12.1.1
-
APPS.ARRX_RC SQL Statements
12.1.1
-
View: OKL_BPD_TRX_RCPT_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_RCPT_HEADER_V, object_name:OKL_BPD_TRX_RCPT_HEADER_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_RCPT_HEADER_V ,
-
VIEW: APPS.CE_REVERSAL_AR_TRX_V
12.1.1
-
View: OKL_BPD_TRX_RCPT_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_RCPT_HEADER_V, object_name:OKL_BPD_TRX_RCPT_HEADER_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_RCPT_HEADER_V ,
-
VIEW: APPS.IEX_LM_PAYMENTS_V
12.2.2
-
VIEW: APPS.CE_FC_ARR_DISC_V
12.2.2
-
View: AR_INTERIM_CASH_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_V, object_name:AR_INTERIM_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CASH_RECEIPTS_V ,
-
View: AR_INTERIM_CASH_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_V, object_name:AR_INTERIM_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CASH_RECEIPTS_V ,
-
VIEW: APPS.CE_REVERSAL_AR_TRX_V
12.2.2
-
VIEW: APPS.IEX_LM_PAYMENTS_V
12.1.1
-
VIEW: APPS.AR_INTERIM_CASH_RECEIPTS_V
12.2.2
-
VIEW: APPS.OKL_CS_TRX_PAYMENTS_UV
12.1.1
-
VIEW: APPS.OKL_CS_TRX_PAYMENTS_UV
12.2.2
-
VIEW: APPS.IEX_CASH_RECEIPTS_V
12.2.2
-
APPS.ARRX_RC SQL Statements
12.2.2
-
VIEW: APPS.AR_INTERIM_CASH_RECEIPTS_V
12.1.1
-
View: OKL_CS_TRX_PAYMENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TRX_PAYMENTS_UV, object_name:OKL_CS_TRX_PAYMENTS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_TRX_PAYMENTS_UV ,
-
View: AR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_V ,
-
VIEW: APPS.IEX_CASH_RECEIPTS_V
12.1.1
-
VIEW: APPS.OKL_BPD_RCPT_MTHDS_UV
12.1.1
-
VIEW: APPS.OKL_BPD_RCPT_MTHDS_UV
12.2.2
-
VIEW: APPS.AR_BATCHES_V
12.1.1
-
View: OKL_CS_TRX_PAYMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TRX_PAYMENTS_UV, object_name:OKL_CS_TRX_PAYMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_TRX_PAYMENTS_UV ,
-
View: AR_RGW_RECEIPT_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RGW_RECEIPT_HISTORY_V, object_name:AR_RGW_RECEIPT_HISTORY_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_RGW_RECEIPT_HISTORY_V ,
-
View: CE_FC_ARR_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_ARR_DISC_V, object_name:CE_FC_ARR_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_ARR_DISC_V ,
-
View: AR_RGW_RECEIPT_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RGW_RECEIPT_HISTORY_V, object_name:AR_RGW_RECEIPT_HISTORY_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_RGW_RECEIPT_HISTORY_V ,
-
View: CE_FC_ARR_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_ARR_DISC_V, object_name:CE_FC_ARR_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_ARR_DISC_V ,
-
APPS.AR_ARXNROPN_XMLP_PKG SQL Statements
12.2.2
-
APPS.AR_ARXNROPN_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.CE_222_RECONCILED_V
12.1.1
-
View: AR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_V ,
-
View: CE_REVERSAL_AR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_AR_TRX_V, object_name:CE_REVERSAL_AR_TRX_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_REVERSAL_AR_TRX_V ,
-
VIEW: APPS.AR_BATCHES_V
12.2.2
-
VIEW: APPS.CE_222_TXN_FOR_BATCH_V
12.1.1
-
VIEW: APPS.CE_222_TXN_FOR_BATCH_V
12.2.2
-
VIEW: APPS.CE_222_RECONCILED_V
12.2.2
-
VIEW: APPS.AR_INTERIM_CASH_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_V, object_name:AR_INTERIM_CASH_RECEIPTS_V, status:VALID,
-
VIEW: APPS.AR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID,
-
VIEW: APPS.AR_INTERIM_CASH_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_V, object_name:AR_INTERIM_CASH_RECEIPTS_V, status:VALID,
-
View: CE_REVERSAL_AR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_REVERSAL_AR_TRX_V, object_name:CE_REVERSAL_AR_TRX_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_REVERSAL_AR_TRX_V ,
-
View: OKL_BPD_RCPT_MTHDS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_RCPT_MTHDS_UV, object_name:OKL_BPD_RCPT_MTHDS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_RCPT_MTHDS_UV ,