Skip to content

Cash Receipt Data Element

The Cash Receipt Data Element defines the structure for managing incoming funds, providing a complete framework for recording, allocating, and reconciling cash receipts associated with deals, clients, receivables, and settlements.

At the core, the CASH_RECEIPT table captures essential information for each receipt, including receipt references, deposit associations, amounts, currencies, exchange rates, and posting details. This serves as the primary record of all received funds.

To facilitate cash application, the CASH_RECEIPT_WORKSHEET table serves as a container for organizing allocation work. Each worksheet comprises multiple CASH_RECEIPT_APPLICATION records—individual transactions that allocate portions of the receipt to specific billing item details. Users can stage, review, and adjust these applications before submission. Once the worksheet is complete and submitted, all constituent applications are committed simultaneously, tying incoming payments to their corresponding receivables. This staged approach ensures accuracy and provides a clear audit trail from receipt to final application.

When receipts cannot be immediately applied, the CASH_RECEIPT_ON_ACCOUNT table records these amounts as held-on-account transactions, preserving traceability until proper allocation occurs. The CASH_RECEIPT_PAYOUT table documents any redistribution or payout of received funds, linking to outgoing payment items or settlements for comprehensive financial tracking.

Together, these tables form an integrated cash receipt processing module that supports end-to-end management—from initial capture through allocation, reconciliation, and payout—ensuring accurate financial reporting, transaction integrity, and operational transparency.

CASH_RECEIPT

FieldTypeComment
CASH_RECEIPT_IDNumberUnique identifier for the Cash Receipt
DEPOSIT_IDNumberFK for Deposit
DEPOSIT_SEQ_NONumberSequence number associated with the Deposit
CASH_RECEIPT_COMMENTStringUser-entered comments or notes about the Cash Receipt
CASH_RECEIPT_REFStringExternal or business reference for the Cash Receipt
CASH_RECEIPT_STATUS_CDStringCode Master for Cash_Receipt_Status_Cd
POSTING_STATUS_CDStringCode Master for Posting_Status_Cd (default: 'P')
POSTING_DTDatePosting Date of the Cash Receipt
LOCKED_BY_USER_IDNumberFK for User who locked this record
ORIGINAL_RECEIPT_AMTNumberOriginal amount received before any adjustments
ORIGINAL_CURRENCY_CDStringCode Master for Original_Currency_Cd
CURRENCY_CDStringCode Master for Currency_Cd
FX_RATEFloatExchange rate applied if currency conversion was required
RECEIPT_AMTNumberReceipt amount
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

CASH_RECEIPT CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
DDraftCASH_RECEIPT_STATUS_CD
VVoidedCASH_RECEIPT_STATUS_CD
CConfirmedCASH_RECEIPT_STATUS_CD
UUnpostedPOSTING_STATUS_CD
PPostedPOSTING_STATUS_CD
XSkippedPOSTING_STATUS_CD
USDUSDCURRENCY_CD
CADCADCURRENCY_CD
EUREURCURRENCY_CD
GBPGBPCURRENCY_CD
SEKSEKCURRENCY_CD
Code Master TypeCodeAttributeValueDescription

CASH_RECEIPT_WORKSHEET

FieldTypeComment
CASH_RECEIPT_WORKSHEET_IDNumberUnique identifier for the Cash Receipt Worksheet
CASH_RECEIPT_IDNumberFK for Cash Receipt
CURRENT_ITEM_INDBooleanIndicator if this is the current Cash Receipt Worksheet (default: true)
CASH_RECEIPT_WORKSHEET_STATUS_CDStringCode Master for Cash_Receipt_Worksheet_Status_Cd (default: 'D')
SUBMITTED_DTTimestampDate when the worksheet was submitted
SUBMITTED_BYStringUser who submitted the worksheet
APPROVED_DTTimestampDate when the worksheet was approved
APPROVED_BYStringUser who approved the worksheet
REJECTED_DTTimestampDate when the worksheet was rejected
REJECTED_BYStringUser who rejected the worksheet
REJECTION_REASONTextReason for rejection
RETURNED_DTTimestampDate when the worksheet was returned
RETURNED_BYStringUser who returned the worksheet
RETURN_REASONTextReason for return
REPLACED_BY_WORKSHEET_IDNumberPoints to the new draft worksheet created after return
PREVIOUS_WORKSHEET_IDNumberPoints to the returned worksheet (for the new draft)
POSTING_STATUS_CDStringCode Master for Posting_status_cd
POSTING_DTDatePosting Date of the Cash Receipt Worksheet
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

CASH_RECEIPT_WORKSHEET CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
DDraftCASH_RECEIPT_WORKSHEET_STATUS_CD
SSubmittedCASH_RECEIPT_WORKSHEET_STATUS_CD
AApprovedCASH_RECEIPT_WORKSHEET_STATUS_CD
RReversedCASH_RECEIPT_WORKSHEET_STATUS_CD
Code Master TypeCodeAttributeValueDescription

CASH_RECEIPT_APPLICATION

FieldTypeComment
CASH_RECEIPT_APPLICATION_IDNumberUnique identifier for the Cash Receipt Application
CASH_RECEIPT_WORKSHEET_IDNumberFK for Cash Receipt Worksheet
BILLING_ITEM_DETAIL_IDNumberFK for Billing Item Detail
CASH_RECEIPT_AMT_APPLIEDNumberAmount of the Cash Receipt applied to the Billing Item Detail
PARTICIPANT_SETTLEMENT_IDNumberFK for Participant Settlement
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

CASH_RECEIPT_CLIENT_LEDGER

FieldTypeComment
CASH_RECEIPT_CLIENT_LEDGER_IDNumberUnique identifier for the Cash Receipt Client Ledger
CASH_RECEIPT_WORKSHEET_IDNumberFK for Cash Receipt Worksheet
CLIENT_LEDGER_IDNumberFK for Client Ledger
DEAL_IDNumberFK for Deal
UTA_ENTITY_IDNumberFK for UTA Entity
DEPARTMENT_IDNumberFK for UTA Department
CLIENT_IDNumberFK for Party of type Client
CASH_RECEIPT_AMT_APPLIEDNumberAmount of the Cash Receipt applied to client ledger
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

CASH_RECEIPT_PAYOUT

FieldTypeComment
CASH_RECEIPT_PAYOUT_IDNumberUnique identifier for the Cash Receipt Payout
CASH_RECEIPT_WORKSHEET_IDNumberFK for Cash Receipt Worksheet
PAYOUT_PARTY_IDNumberFK for Party
PAYMENT_ITEM_IDNumberFK for Payment Item
PARTICIPANT_SETTLEMENT_ITEM_IDNumberFK for Participant Settlement Item
PAYMENT_ITEM_NAMEStringDescription for the Payment Item
PAYMENT_ITEM_TYPE_CDStringCode Master for Payment_Item_Type_Cd (S, P, L, R)
PAYMENT_ITEM_AMTNumberThe amount to be paid
PAYMENT_ITEM_CURRENCY_CDStringCurrency code (USD, EUR, etc.)
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

Confidential. For internal use only.