Search Results ar_standard_text
Overview
The AR.AR_STATEMENT_HEADERS table is an interim staging table used by Oracle Receivables during statement generation. When the Print Statements concurrent program is submitted, it populates this table with one row for each statement that will ultimately be produced. Each row is uniquely distinguished by a bill-to site and currency combination, meaning a single customer may appear multiple times if statements are generated across different currencies or ship-to addresses.
The table resides in the APPS_TS_TX_DATA tablespace with a PCT Free of 10. Its documented ETRM status is VALID, and it carries an FND Design Data registration of AR.AR_STATEMENT_HEADERS. Because the table is interim in nature, its contents are typically transient — rows are inserted, processed, printed, and purged by Receivables internal logic rather than being retained as permanent transactional history.
From a Data Vault modeling perspective, the heuristic classification mined from the foreign key structure is link. This reflects the fact that AR_STATEMENT_HEADERS primarily associates independent business entities — customers, addresses, and site uses — creating a relationship record rather than serving as a standalone hub or descriptive satellite. The composite primary key AR_STATEMENT_HEADERS_PK on (SEND_TO_ADDRESS_ID, CUSTOMER_ID) reinforces this associative role.
Key Information Stored
The table contains 47 documented columns spanning identifiers, aging buckets, error flags, and message text. The most significant grouping is as follows:
- LINE_CLUSTER_ID — Identifier linking related statement lines into a logical cluster; indexed by AR_STATEMENT_HEADERS_N1.
- SEND_TO_ADDRESS_ID — The send-to address; part of the composite primary key and indexed by AR_STATEMENT_HEADERS_N2 together with REQUEST_ID.
- CUSTOMER_ID — The customer identifier; second component of the primary key, joining to HZ_CUST_ACCOUNTS.
- REMIT_TO_ADDRESS_ID — Remit-to address identifier, used for statement mailing.
- STATEMENT_DATE — The effective date of the generated statement.
- CURRENCY_CODE — Currency in which the statement is denominated.
- BUCKET1 through BUCKET5 — Aging bucket totals, paired with BUCKET1_HEADING through BUCKET5_HEADING which supply user-facing column captions.
- FINANCE_CHARGES — Total finance charges owed by the customer.
- TOTAL_AMOUNT_DUE — Aggregate amount due on the statement.
- ERROR_AMOUNT_DIFFERENT, ERROR_NO_SEND_TO, ERROR_NO_REMIT_TO, ERROR_NO_LINES — Diagnostic flags indicating why a statement may be incomplete or invalid.
- MESSAGE1 through MESSAGE8 with paired MESSAGE1_LINE_COUNT through MESSAGE8_LINE_COUNT — Message text lines and their line counts for statement footers.
- REQUEST_ID — Concurrent request identifier; indexed alongside SEND_TO_ADDRESS_ID.
Business-key candidates emerge from the natural uniqueness of (SEND_TO_ADDRESS_ID, CUSTOMER_ID), which functions simultaneously as primary key and surrogate identifier. The surrogate key in the strict sense is CUSTOMER_ID paired with the address; no single-column surrogate identifier is documented.
Common Use Cases and Queries
The most frequent reporting scenario is diagnosing statement generation output — identifying customers whose statements contain errors or whose calculated balance differs from the stored total.
SELECT customer_id, send_to_address_id, total_amount_due,
error_amount_different, error_no_lines
FROM ar.ar_statement_headers
WHERE request_id = :p_request_id;
Aging-bucket rollups can be produced by summing BUCKET1 through BUCKET5 by currency. Reconciliation queries join to HZ_CUST_ACCOUNTS to resolve customer names. Because rows are keyed by REQUEST_ID, historical reprints can be reconstructed for any specific Print Statements run.
Related Objects
- HZ_CUST_ACCOUNTS — Joined on CUSTOMER_ID; provides the customer identity.
- HZ_CUST_ACCT_SITES_ALL — Joined on SEND_TO_ADDRESS_ID; supplies the delivery address.
- HZ_CUST_SITE_USES_ALL — Joined on SITE_USE_ID; defines the site use context for the statement.
- AR_STATEMENT_LINES — Companion interim table holding the individual transaction lines belonging to each header.
- AR_CUSTOMERS — Denormalized customer view frequently joined for statement reporting.
- FND_CONCURRENT_REQUESTS — Joined on REQUEST_ID to trace the originating concurrent request.
Consult the AR_STATEMENT_HEADERS_PK constraint and the AR_STATEMENT_HEADERS_N1 / _N2 indexes when tuning purge or reporting queries against this interim object.
-
TABLE: AR.AR_STATEMENT_HEADERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_HEADERS, object_name:AR_STATEMENT_HEADERS, status:VALID,
-
TABLE: AR.AR_STATEMENT_HEADERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_HEADERS, object_name:AR_STATEMENT_HEADERS, status:VALID,
-
View: JL_ZZ_AR_TX_LMSG_CREATE_V
12.2.2
product: JL - Latin America Localizations , implementation_dba_data: Not implemented in this database ,
-
View: JL_ZZ_AR_TX_LMSG_CREATE_V
12.1.1
product: JL - Latin America Localizations , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AR_STANDARD_TEXT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_STANDARD_TEXT, status:VALID,
-
SYNONYM: APPS.AR_STANDARD_TEXT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_STANDARD_TEXT, status:VALID,
-
PACKAGE BODY: APPS.HZ_ACCOUNT_VALIDATE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_ACCOUNT_VALIDATE_V2PUB, status:VALID,
-
PACKAGE BODY: APPS.HZ_ACCOUNT_VALIDATE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_ACCOUNT_VALIDATE_V2PUB, status:VALID,
-
VIEW: APPS.AR_INTEREST_HEADERS_V
12.1.1
-
VIEW: APPS.AR_INTEREST_HEADERS_V
12.2.2
-
VIEW: APPS.AR_CUSTOMER_PROFILE_CLASSES_V
12.1.1
-
VIEW: APPS.AR_CUSTOMER_PROFILE_CLASSES_V
12.2.2
-
VIEW: APPS.AR_STANDARD_TEXT_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_STANDARD_TEXT_VL, object_name:AR_STANDARD_TEXT_VL, status:VALID,
-
VIEW: APPS.AR_STANDARD_TEXT_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_STANDARD_TEXT_VL, object_name:AR_STANDARD_TEXT_VL, status:VALID,
-
View: AR_INTEREST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTEREST_HEADERS_V, object_name:AR_INTEREST_HEADERS_V, status:VALID, product: AR - Receivables , description: Late Charge header preview work bench , implementation_dba_data: APPS.AR_INTEREST_HEADERS_V ,
-
View: AR_INTEREST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTEREST_HEADERS_V, object_name:AR_INTEREST_HEADERS_V, status:VALID, product: AR - Receivables , description: Late Charge header preview work bench , implementation_dba_data: APPS.AR_INTEREST_HEADERS_V ,
-
VIEW: APPS.AR_INTEREST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTEREST_HEADERS_V, object_name:AR_INTEREST_HEADERS_V, status:VALID,
-
VIEW: APPS.AR_INTEREST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTEREST_HEADERS_V, object_name:AR_INTEREST_HEADERS_V, status:VALID,
-
View: AR_CUSTOMER_PROFILE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID, product: AR - Receivables , description: (Release 12.0 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILE_CLASSES_V ,
-
View: AR_CUSTOMER_PROFILE_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID, product: AR - Receivables , description: (Release 12.0 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILE_CLASSES_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AR_CUSTOMER_PROFILE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID,
-
VIEW: APPS.AR_CUSTOMER_PROFILE_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID,
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on AR_STANDARD_TEXT
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on AR_STANDARD_TEXT
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on STANDARD
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on STANDARD
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB SQL Statements
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.HZ_ACCOUNT_VALIDATE_V2PUB
12.1.1
-
PACKAGE BODY: APPS.HZ_ACCOUNT_VALIDATE_V2PUB
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_MESSAGE
12.2.2
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_MSG_PUB
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_MSG_PUB
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_API
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_API
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on HZ_UTILITY_V2PUB
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on HZ_UTILITY_V2PUB
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_LOG
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on FND_LOG
12.2.2