Search Results su_bill_to_location
Overview
APPS.RA_CUSTOMER_TRX_V is a supplementary Oracle EBS view owned by the APPS schema and registered under FND Design Data as AR.RA_CUSTOMER_TRX_V. Oracle classifies it as a "supplementary view used to simplify forms coding," and the standard ETRM warning applies: Oracle does not recommend querying or altering data through this view, since its definition may change dramatically across minor or major releases. In practice, the view presents a denormalized, form-oriented projection of the accounts receivable transaction header (invoice, credit memo, debit memo, on-account credit, chargeback, and deposit) together with selected bill-to and ship-to address attributes.
For users searching on "su_bill_to_location," this view is significant because it exposes the bill-to and ship-to party and site-use identifiers (BILL_TO_CUSTOMER_ID, BILL_TO_SITE_USE_ID, SHIP_TO_CUSTOMER_ID, SHIP_TO_SITE_USE_ID) needed to resolve a transaction's "ship-to / bill-to location" context. The view effectively consolidates header-level AR data with customer, site, and location descriptors so that a form block or report can display an invoice with its associated addresses without navigating the underlying normalized HZ and RA tables directly.
Underlying Base Objects
The documented base objects underlying RA_CUSTOMER_TRX_V span the Receivables and Trading Community (HZ) schemas, plus several Oracle-supplied packages and views:
- AR transaction tables: RA_CUSTOMER_TRX, RA_CUST_TRX_TYPES, RA_BATCH_SOURCES, and RA_CUST_TRX_LINE_GL_DIST — providing the header, transaction type, batch source, and GL distribution context.
- Customer / party model (HZ): HZ_CUST_ACCOUNTS, HZ_CUST_ACCOUNT_ROLES, HZ_CUST_ACCT_SITES, HZ_CUST_SITE_USES, HZ_LOCATIONS, HZ_PARTIES, HZ_PARTY_SITES, and HZ_RELATIONSHIPS — resolving the bill-to and ship-to customer, account, site, address, and party relationships.
- Supporting objects: FND_TERRITORIES_VL (territory/address validation), ORG_FREIGHT (freight/inventory organization reference), and the packages ARH_ADDR_PKG and ARPT_SQL_FUNC_UTIL, which format and validate address information.
The view thus joins transaction headers to the HZ customer and site model, which is why it can present location-derived fields alongside financial header data.
Key Columns
- CUSTOMER_TRX_ID, TRX_NUMBER, TRX_DATE: primary identifier, transaction number, and transaction date of the AR header.
- COMPLETE_FLAG, STATUS_TRX: completion status and posting/status indicator of the transaction.
- TERM_DUE_DATE: payment due date derived from the payment term.
- BILL_TO_CUSTOMER_ID, BILL_TO_SITE_USE_ID: the customer account and site-use identifying the bill-to location.
- SHIP_TO_CUSTOMER_ID, SHIP_TO_SITE_USE_ID: the customer account and site-use identifying the ship-to location — the fields most relevant to "su_bill_to_location" searches, since they resolve through HZ_CUST_SITE_USES and HZ_LOCATIONS to a full address.
- INVOICE_CURRENCY_CODE, PURCHASE_ORDER, SHIP_DATE_ACTUAL, WAYBILL_NUMBER: currency and shipping/logistics attributes.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15: descriptive flexfield columns for customer-defined header data.
- INTERFACE_HEADER_CONTEXT and INTERFACE_HEADER_ATTRIBUTE1–14: interface flexfield context used for inbound/outbound AutoInvoice processing.
Common Use Cases and Queries
The view is typically used in forms-based inquiry and reporting where a transaction must be shown with its bill-to and ship-to context. A representative query selecting transactions for a given bill-to or ship-to site use is:
SELECT trx_number, trx_date, term_due_date, bill_to_customer_id, bill_to_site_use_id, ship_to_customer_id, ship_to_site_use_id, invoice_currency_code FROM apps.ra_customer_trx_v WHERE ship_to_site_use_id = :site_use_id;SELECT trx_number, trx_date, status_trx, complete_flag FROM apps.ra_customer_trx_v WHERE bill_to_customer_id = :cust_account_id ORDER BY trx_date DESC;
Because the view is a forms-support construct, it should be used for read-only presentation and not for direct DML. For production reporting, Oracle generally recommends querying the documented base tables (RA_CUSTOMER_TRX with RA_CUST_TRX_TYPES and the HZ address tables) to ensure stability across releases and patch levels.
-
VIEW: APPS.RA_CUSTOMER_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_V, object_name:RA_CUSTOMER_TRX_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_V, object_name:RA_CUSTOMER_TRX_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID,
-
View: RA_CUSTOMER_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_V, object_name:RA_CUSTOMER_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_V ,
-
VIEW: APPS.RA_CUSTOMER_TRX_CM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_PARTIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_PART_CB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID,
-
View: RA_CUSTOMER_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_V, object_name:RA_CUSTOMER_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_V ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
VIEW: APPS.RA_CUSTOMER_TRX_PARTIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_PART_CB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: RA_CUSTOMER_TRX_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: RA_CUSTOMER_TRX_CM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,