Search Results bill_to_party
Overview
APPS.AR_TRX_REP_ITF_V is an Oracle E-Business Suite receivables reporting view that exposes transaction interface data in a fully denormalized, human-readable form. It is defined over the AR_TRANSACTIONS_REP_ITF synonym and joins to a set of Oracle Receivables and Trading Community Architecture (TCA) base objects to resolve internal identifiers into descriptive names. The view is primarily intended to support the Receivables transaction interface reporting process, where interface rows staged for import must be presented with customer, site, currency, accounting, payment term, and document sequence context.
In Oracle EBS 12.1.1 and 12.2.2, the view is owned by APPS and is commonly referenced by concurrent program reports, diagnostics, and custom SQL that reconcile transaction interface staging data against the expected customer and accounting attributes. Because the user searched for bill_to_party, the relevant portion of this view is the BILL_TO_CUSTOMER_NAME, BILL_TO_CUSTOMER_NAME_PHONETIC, BILL_TO_CUSTOMER_NUMBER, and BILL_TO_CUSTOMER_SITE columns, which are derived from TCA party, account, and site use entities.
Underlying Base Objects
The view's FROM clause references AR_TRANSACTIONS_REP as its primary source, aliased RX, and resolves descriptive attributes through the following documented base objects:
- AR_TRANSACTIONS_REP_ITF (synonym) — the transaction interface staging table supplying the core columns.
- HZ_PARTIES, HZ_CUST_ACCOUNTS, HZ_CUST_SITE_USES_ALL — TCA tables resolving bill-to and ship-to party names, account numbers, and site locations.
- RA_CUST_TRX_TYPES_ALL — resolves transaction type and transaction class.
- RA_TERMS — resolves payment terms name.
- RA_BATCHES_ALL and RA_BATCH_SOURCES_ALL — resolve batch name and batch source.
- AR_RECEIPT_METHODS — resolves payment method name.
- FND_DOCUMENT_SEQUENCES — resolves document sequence name.
- ARPT_SQL_FUNC_UTIL (package) — supplies lookup meaning translation for transaction class and tax calculation level.
Key Columns
The most significant columns exposed by the view include:
- BILL_TO_CUSTOMER_NAME — the bill-to party name, truncated to 50 bytes via SUBSTRB.
- BILL_TO_CUSTOMER_NAME_PHONETIC — the phonetic organization name, returned only when the party type is ORGANIZATION.
- BILL_TO_CUSTOMER_NUMBER — the bill-to customer account number from HZ_CUST_ACCOUNTS.
- BILL_TO_CUSTOMER_SITE — the bill-to site location from HZ_CUST_SITE_USES_ALL.
- SHIP_TO_CUSTOMER_NAME, SHIP_TO_CUSTOMER_NUMBER, SHIP_TO_CUSTOMER_SITE — the equivalent ship-to attributes.
- TRX_NUMBER, TRX_DATE, TRX_AMOUNT, TRX_ACCTD_AMOUNT, TRX_CURRENCY — transaction identity and monetary values.
- TRX_CLASS and TRX_TYPE — derived from RA_CUST_TRX_TYPES_ALL.
- PAYMENT_TERMS, TRX_DUE_DATE, PAYMENT_METHOD — payment-related attributes.
- REC_ACCOUNT, REC_BALANCE, REC_NATACCT and their descriptions — accounting distribution context.
- TAX_CALCULATION_LEVEL — resolved via ARPT_SQL_FUNC_UTIL using the site, account, or transaction header flag.
- DOC_SEQUENCE_NAME and DOC_SEQUENCE_VALUE — document sequencing information.
- BATCH_NAME and BATCH_SOURCE — batch and batch source context.
Common Use Cases and Queries
The view is typically queried to validate staged transaction interface data before import, to diagnose import failures, and to report on bill-to and ship-to customer attributes. A representative query filtering on the bill-to party name is:
- SELECT trx_number, trx_date, bill_to_customer_name, bill_to_customer_number, bill_to_customer_site, trx_amount, trx_currency FROM apps.ar_trx_rep_itf_v WHERE bill_to_customer_name LIKE :party_name;
- SELECT trx_class, trx_type, COUNT(*) FROM apps.ar_trx_rep_itf_v GROUP BY trx_class, trx_type;
- SELECT batch_name, batch_source, trx_number, receivables_gl_date, rec_account FROM apps.ar_trx_rep_itf_v WHERE batch_source = :source_name;
Because the view exposes ROW_ID (the ROWID of the underlying interface row) along with audit columns such as CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE, it also supports reconciliation and audit reporting on when interface records were staged and last modified. All access should be granted through the APPS schema or an appropriate synonym, and queries should account for the 50-byte truncation applied to party name columns when matching on customer names.
-
Lookup Type: ZX_GEO_PARTY_CQ
12.1.1
product: ZX - E-Business Tax , meaning: ZX_GEO_PARTY_CQ , description: Geography Party Sub Class ,
-
Lookup Type: ZX_PARTY_CQ
12.2.2
product: ZX - E-Business Tax , meaning: Party Class Qualifier ,
-
Lookup Type: ZX_REGISTRATION_CQ
12.1.1
product: ZX - E-Business Tax , meaning: Registration Class Qualifier , description: Registration Class Qualifier ,
-
Lookup Type: ZX_OFFSET_TAX_BASIS
12.1.1
product: ZX - E-Business Tax , meaning: Offset Taxable Basis ,
-
Lookup Type: ZX_OFFSET_TAX_BASIS
12.2.2
product: ZX - E-Business Tax , meaning: Offset Taxable Basis ,
-
Lookup Type: ZX_PARTY_CQ
12.1.1
product: ZX - E-Business Tax , meaning: Party Class Qualifier ,
-
Lookup Type: ZX_GEO_PARTY_CQ
12.2.2
product: ZX - E-Business Tax , meaning: ZX_GEO_PARTY_CQ , description: Geography Party Sub Class ,
-
Lookup Type: ZX_REGISTRATION_CQ
12.2.2
product: ZX - E-Business Tax , meaning: Registration Class Qualifier , description: Registration Class Qualifier ,
-
VIEW: APPS.AR_TRX_REP_ITF_V
12.1.1
-
VIEW: APPS.AR_TRX_SCHEDULES_REP_ITF_V
12.2.2
-
VIEW: APPS.AR_TRX_SCHEDULES_REP_ITF_V
12.1.1
-
VIEW: APPS.AR_TRX_REP_ITF_V
12.2.2
-
View: AR_TRX_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_REP_ITF_V, object_name:AR_TRX_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_REP_ITF_V ,
-
View: AR_TRX_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_REP_ITF_V, object_name:AR_TRX_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_REP_ITF_V ,
-
VIEW: APPS.AR_TRX_DIST_LINE_REP_ITF_V
12.1.1
-
View: AR_TRX_SCHEDULES_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_SCHEDULES_REP_ITF_V, object_name:AR_TRX_SCHEDULES_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_SCHEDULES_REP_ITF_V ,
-
View: AR_TRX_SCHEDULES_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_SCHEDULES_REP_ITF_V, object_name:AR_TRX_SCHEDULES_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_SCHEDULES_REP_ITF_V ,
-
VIEW: APPS.AR_TRX_DIST_LINE_REP_ITF_V
12.2.2
-
View: AR_TRX_DIST_LINE_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_DIST_LINE_REP_ITF_V, object_name:AR_TRX_DIST_LINE_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_DIST_LINE_REP_ITF_V ,
-
View: AR_TRX_DIST_LINE_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_DIST_LINE_REP_ITF_V, object_name:AR_TRX_DIST_LINE_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_DIST_LINE_REP_ITF_V ,
-
VIEW: APPS.OZF_RESALE_WEBADI_DOWNLOAD_V
12.2.2
-
VIEW: APPS.OZF_RESALE_WEBADI_DOWNLOAD_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_RESALE_WEBADI_DOWNLOAD_V, status:VALID,
-
APPS.ZX_MIGRATE_TAX_DEFAULT_HIER SQL Statements
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEFAULT_HIER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ZX_MIGRATE_TAX_DEFAULT_HIER
12.2.2
-
PACKAGE BODY: APPS.ZX_MIGRATE_TAX_DEFAULT_HIER
12.1.1
-
PACKAGE BODY: APPS.ZX_TDS_RATE_DETM_PKG
12.2.2
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on HZ_RELATIONSHIPS
12.2.2
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on HZ_RELATIONSHIPS
12.1.1
-
PACKAGE BODY: APPS.CS_SERVICEREQUEST_UTIL
12.1.1
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_TDS_RULE_BASE_DETM_PVT
12.2.2
-
PACKAGE BODY: APPS.CS_EA_AUTOGEN_TASKS_PVT
12.1.1
-
PACKAGE BODY: APPS.CS_EA_AUTOGEN_TASKS_PVT
12.2.2
-
PACKAGE BODY: APPS.CS_SERVICEREQUEST_UTIL
12.2.2
-
PACKAGE BODY: APPS.ZX_TDS_RATE_DETM_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_SERVICEREQUEST_PUB
12.1.1
-
PACKAGE BODY: APPS.CS_SERVICEREQUEST_PUB
12.2.2
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on HZ_PARTIES
12.2.2
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on HZ_PARTIES
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PUB
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PVT
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PVT
12.2.2
-
PACKAGE: APPS.CS_SERVICEREQUEST_PUB
12.2.2
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on FND_API
12.1.1
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on FND_API
12.2.2
-
APPS.CS_SERVICEREQUEST_PUB dependencies on FND_API
12.1.1
-
APPS.CS_SERVICEREQUEST_PUB dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.ZX_TDS_APPLICABILITY_DETM_PKG
12.2.2
-
PACKAGE BODY: APPS.ZX_TDS_APPLICABILITY_DETM_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_CHARGE_DETAILS_PVT
12.1.1