Skip to content

Billing Item Data Element

The Billing Item Data Element provides the foundational structure for managing accounts receivable tied to deal-related payments. It operates as the connection between deal-defined payment terms and the billing process, allowing the system to elevate commission revenue to first-class accounting elements. Through this framework, all cash received can be reconciled against expected receivables.

At the core is the BILLING_ITEM table, which records the primary receivables for each deal. Billing items may be automatically created based on predefined payment schedules within deals or dynamically generated to represent unscheduled or ad hoc payments. Every BILLING_ITEM comprises two associated BILLING_ITEM_DETAIL records—one for commission revenue and one for client payout. This layered detail enables full transparency into receivable breakdowns and supports accurate reconciliation and settlement.

Complementing these, the BILLING_ITEM_DEDUCTION table records any deductions or offsets applied at the detail level. Users can designate whether each deduction applies to the commission revenue or the client payout by linking it to the appropriate BILLING_ITEM_DETAIL record. This flexibility allows the system to document all adjustments—such as fee deductions, chargebacks, or discretionary adjustments—that impact net receivable amounts. Each such entry ensures a transparent, auditable trail for financial reconciliation and reporting.

Together, these tables—BILLING_ITEM, BILLING_ITEM_DETAIL, and BILLING_ITEM_DEDUCTION—compose a unified receivables management framework. This design supports end-to-end tracking from deal payment schedules to billing execution, facilitates reconciliation between billed and received amounts, and guarantees robust financial reporting across deals, client accounts, and settlements.

BILLING_ITEM

FieldTypeComment
BILLING_ITEM_IDNumberUnique identifier for the Billing Item
BILLING_ITEM_STATUS_CDStringCode Master for Billing_Item_Status_Cd
REVENUE_ITEM_IDNumberFK for Revenue Item
PAYMENT_TERM_REFStringReference for Payment Terms related to the Billing Item
DEAL_IDNumberFK for Deal
UTA_ENTITY_IDNumberFK for UTA Entity
DEPARTMENT_IDNumberFK for UTA Department
CLIENT_IDNumberFK for Party of type Client
CONTRACTED_PARTY_IDNumberFK for Party of type Contracted
BUYER_IDNumberFK for Party of type Buyer
AGENT_GROUP_IDNumberPlaceholder for Row Level Auth opportunity
COLLECTION_PARTY_IDNumberFK for Collection Party
COLLECTION_STYLE_CDStringCode Master for Collection_Style_Cd
COLLECTION_STYLE_OVERRIDE_INDBooleanIndicator if the Collection Style was manually overridden
BILLING_ITEM_NAMEStringName or title of the Billing Item
BILLING_ITEM_PROJECT_IDNumberFK for Project related to the Billing Item
BILLING_ITEM_CURRENCY_CDStringCode Master for Billing_Item_Currency_Cd
BILLING_ITEM_DUE_DTDateDue Date for the Billing Item
BILLING_ITEM_DUE_DT_STATUS_CDDateCODE MASTER FOR BILLING_ITEM_DUE_DT_STATUS_CD
BILLING_ITEM_AGING_DTDateAging Date for the Billing, will be same as due date unless user overrides
INVOICE_IDNumberFK for Invoice
CURRENT_ITEM_INDBooleanIndicator if this is the current Billing Item
OPEN_ITEM_INDBooleanIndicator if the Billing Item is still open
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

BILLING_ITEM CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
UUnbilledBILLING_ITEM_STATUS_CD
BBilledBILLING_ITEM_STATUS_CD
XSkippedBILLING_ITEM_STATUS_CD
CCancelledBILLING_ITEM_STATUS_CD
CClientCOLLECTION_STYLE_CD
BBuyerCOLLECTION_STYLE_CD
UUnconfirmedBILLING_ITEM_DUE_DT_STATUS_CD
CConfirmedBILLING_ITEM_DUE_DT_STATUS_CD
USDUS DollarCURRENCY_CD
CADCanadian DollarCURRENCY_CD
EUREuroCURRENCY_CD
GBPBritish PoundCURRENCY_CD
SEKSwedish KronaCURRENCY_CD
Code Master TypeCodeAttributeValueDescription

BILLING_ITEM_DETAIL

FieldTypeComment
BILLING_ITEM_DETAIL_IDNumberUnique identifier for the Billing Item Detail
BILLING_ITEM_IDNumberFK for Billing Item
BILLING_ITEM_DETAIL_TYPE_CDStringCode Master for Billing_Item_Detail_Type_Cd
BILLING_ITEM_DETAIL_GROSS_AMTNumberGross amount associated with the Billing Item Detail
BILLING_ITEM_DETAIL_NET_AMTNumberNet amount after adjustments or deductions
BILLING_ITEM_DETAIL_PERCENTNumberPercentage used to calculate the Billing Item Detail amount
BILLING_ITEM_DETAIL_BILLING_AMTNumberAmount billed for this Billing Item Detail
BILLING_ITEM_DETAIL_TAX_AMTNumberTax amount applied to the Billing Item Detail
BILLING_ITEM_DETAIL_TOTAL_AMTNumberTotal amount for the Billing Item Detail including tax
POSTING_STATUS_CDStringCode Master for Posting_Status_Cd
POSTING_DTDatePosting Date for the Billing Item Detail
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

BILLING_ITEM_DETAIL CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
REVCommissionBILLING_ITEM_DETAIL_TYPE_CD
PAYPayoutBILLING_ITEM_DETAIL_TYPE_CD
UUnpostedPOSTING_STATUS_CD
PPostedPOSTING_STATUS_CD
XSkippedPOSTING_STATUS_CD
Code Master TypeCodeAttributeValueDescription

BILLING_ITEM_DEDUCTION

FieldTypeComment
BILLING_ITEM_DEDUCTION_IDNumberUnique identifier for the Billing Item Deduction
BILLING_ITEM_DETAIL_IDNumberFK for Billing Item Detail
BILLING_ITEM_DEDUCTION_TYPE_CDStringCode Master for Billing_Item_Deduction_Type_Cd
BILLING_ITEM_DEDUCTION_UPDATE_NET_INDBooleanIf this should update Net Amount (default: true)
BILLING_ITEM_DEDUCTION_AMTNumberDeduction amount applied to the Billing Item
COMMENTStringUser-entered comments or notes about the Billing Item Deduction
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

BILLING_ITEM_DEDUCTION CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
TTaxBILLING_ITEM_DEDUCTION_TYPE_CD
WWithholdingBILLING_ITEM_DEDUCTION_TYPE_CD
PPer DiemBILLING_ITEM_DEDUCTION_TYPE_CD
BBank ChargeBILLING_ITEM_DEDUCTION_TYPE_CD
DDiscountBILLING_ITEM_DEDUCTION_TYPE_CD
RReimbursementBILLING_ITEM_DEDUCTION_TYPE_CD
CClient RequestBILLING_ITEM_DEDUCTION_TYPE_CD
DPDirect PaymentBILLING_ITEM_DEDUCTION_TYPE_CD
Code Master TypeCodeAttributeValueDescription

Confidential. For internal use only.