HZ_CUST_ACCOUNTS
Customer account — the transactable 'customer' entity AR and Order Management actually bill and ship to, layered on top of a TCA party.
Key Columns
Common Joins
HZ_PARTIESvia PARTY_IDThe underlying party (person or organization) this account represents.
HZ_CUST_ACCT_SITES_ALLvia CUST_ACCOUNT_IDThe account-level site assignments — where this account can be billed or shipped.
RA_CUSTOMER_TRX_ALLvia BILL_TO_CUSTOMER_ID = CUST_ACCOUNT_IDAR transactions (invoices, credit memos) billed to this customer account.
Used In
Related
Customer / Trading Community data model
Oracle Fusion models customers through Trading Community Architecture (TCA): a HZ_PARTIES record is the underlying person or organization, which becomes a transactable customer once a HZ_CUST_ACCOUNTS row exists against it. Addresses live on HZ_PARTY_SITES at the party level, and are assigned to a specific account (HZ_CUST_ACCT_SITES_ALL) with a business purpose like Bill-To or Ship-To (HZ_CUST_SITE_USES_ALL) — those site-use records are what AR and Order Management actually default onto a transaction.