Search Results ra_addresses_all
Overview
The RA_ADDRESSES_ALL table is a core data structure within Oracle E-Business Suite (EBS) Receivables (AR) module, versions 12.1.1 and 12.2.2. It serves as the central repository for storing detailed address information associated with customer sites. Its primary role is to maintain the physical and mailing locations for customers, enabling critical business functions such as invoicing, shipping, and customer relationship management. The table's "ALL" suffix indicates it is a multi-organization enabled table, storing data partitioned by the ORG_ID column to support multiple operating units within a single installation. As evidenced by its extensive foreign key relationships, RA_ADDRESSES_ALL is a fundamental entity integrated with numerous modules beyond Receivables, including Advanced Collections, Order Management, Projects, and Inventory.
Key Information Stored
The table's primary key is the ADDRESS_ID, a unique system-generated identifier for each address record. Key columns establish relationships and define the address attributes. The CUSTOMER_ID column links the address to a specific customer in the RA_CUSTOMERS table. The TERRITORY_ID associates the address with a sales territory from RA_TERRITORIES, while the LOCATION_ID links to a tax location in AR_LOCATION_COMBINATIONS for tax calculation purposes. Standard address components such as ADDRESS1, ADDRESS2, ADDRESS3, ADDRESS4, CITY, STATE, POSTAL_CODE, and COUNTRY are stored. Critical functional columns include SITE_USE_CODE, which defines the address purpose (e.g., 'BILL_TO', 'SHIP_TO'), and STATUS to indicate if the address is active ('A') or inactive ('I'). The ORG_ID column is essential for multi-org data segregation.
Common Use Cases and Queries
A primary use case is retrieving all active bill-to addresses for a specific customer to generate invoices or statements. Another common scenario involves identifying ship-to addresses for order fulfillment processes. Data from this table is also crucial for tax reporting, customer communications, and territory-based sales analysis. Sample SQL patterns include joining to the RA_CUSTOMERS table to get customer details and filtering by SITE_USE_CODE and STATUS.
- Fetch active bill-to addresses for a customer:
SELECT * FROM RA_ADDRESSES_ALL WHERE CUSTOMER_ID = :cust_id AND SITE_USE_CODE = 'BILL_TO' AND STATUS = 'A' AND ORG_ID = :org_id; - List all addresses with customer name:
SELECT c.CUSTOMER_NAME, a.ADDRESS1, a.CITY, a.STATE, a.POSTAL_CODE FROM RA_ADDRESSES_ALL a, RA_CUSTOMERS c WHERE a.CUSTOMER_ID = c.CUSTOMER_ID AND a.ORG_ID = :org_id;
Related Objects
As per the provided metadata, RA_ADDRESSES_ALL has extensive integration across the EBS suite. Its primary foreign key relationships are with RA_CUSTOMERS, RA_TERRITORIES, and AR_LOCATION_COMBINATIONS. It is referenced as a parent table by numerous objects in other modules, highlighting its central role. Key referencing tables include:
- AS_LEADS_ALL, AS_SALESFORCE (CRM): For storing prospect and sales team address data.
- MTL_CUSTOMER_ITEMS, MTL_INTERCOMPANY_PARAMETERS (Inventory): For defining customer-specific item and inter-company relationships.
- PA_DRAFT_INVOICES_ALL, PA_PROJECT_CUSTOMERS (Projects): For storing project-specific bill-to and ship-to addresses.
- AS_ACCESSES_ALL_ALL, AS_TERRITORY_VALUES_ALL (Advanced Collections): For managing customer contact points and territory assignments.
This wide array of dependencies underscores that RA_ADDRESSES_ALL is a critical shared entity within the Oracle EBS customer data model.
-
Table: RA_ADDRESSES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
Table: RA_ADDRESSES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on HZ_PARTY_SITES
12.2.2
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on HZ_LOCATIONS
12.2.2
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on HZ_LOCATIONS
12.1.1
-
Table: PA_PROJECT_CUSTOMERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CUSTOMERS, object_name:PA_PROJECT_CUSTOMERS, status:VALID, product: PA - Projects , description: Customers involved in projects , implementation_dba_data: PA.PA_PROJECT_CUSTOMERS ,
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on HZ_PARTY_SITES
12.1.1
-
Table: PA_PROJECT_CUSTOMERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CUSTOMERS, object_name:PA_PROJECT_CUSTOMERS, status:VALID, product: PA - Projects , description: Customers involved in projects , implementation_dba_data: PA.PA_PROJECT_CUSTOMERS ,
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on HZ_CUST_ACCT_SITES_ALL
12.2.2
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on HZ_CUST_ACCT_SITES_ALL
12.1.1
-
APPS.MSD_SR_UTIL dependencies on HZ_CUST_SITE_USES_ALL
12.1.1
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on PA_PROJ_ELEM_VER_SCHEDULE
12.2.2
-
SYNONYM: APPS.RA_ADDRESSES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_ADDRESSES_ALL, status:VALID,
-
APPS.MSD_SR_UTIL dependencies on HZ_CUST_SITE_USES_ALL
12.2.2
-
SYNONYM: APPS.RA_ADDRESSES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_ADDRESSES_ALL, status:VALID,
-
Primary Key: RA_CONTACTS_PK
12.1.1
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on PA_PROJ_ELEM_VER_SCHEDULE
12.1.1
-
APPS.MSD_SR_UTIL dependencies on HZ_CUST_ACCT_SITES_ALL
12.2.2
-
Primary Key: RA_CONTACTS_PK
12.2.2
-
Table: SO_HEADERS_INTERFACE_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on PA_PROJ_ELEM_VER_STRUCTURE
12.2.2
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on PA_PROJ_ELEM_VER_STRUCTURE
12.1.1
-
Table: PA_DRAFT_INVOICES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL, object_name:PA_DRAFT_INVOICES_ALL, status:VALID, product: PA - Projects , description: Information about draft invoices generated for projects , implementation_dba_data: PA.PA_DRAFT_INVOICES_ALL ,
-
View: MRPFV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
APPS.MSD_SR_UTIL dependencies on HZ_CUST_ACCT_SITES_ALL
12.1.1
-
View: MRPFV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
Table: SO_HEADERS_INTERFACE_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
Table: PA_DRAFT_INVOICES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL, object_name:PA_DRAFT_INVOICES_ALL, status:VALID, product: PA - Projects , description: Information about draft invoices generated for projects , implementation_dba_data: PA.PA_DRAFT_INVOICES_ALL ,
-
View: ICX_MRP_FORECAST_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: Forecast Items View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_MRP_FORECAST_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: Forecast Items View , implementation_dba_data: Not implemented in this database ,
-
APPS.MSD_SR_UTIL dependencies on HZ_CUST_ACCOUNTS
12.1.1
-
View: ASFV_SALES_OPPORTUNITIES
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
APPS.MSD_SR_UTIL dependencies on HZ_PARTIES
12.1.1
-
APPS.PA_PWP_SUMM_PKG dependencies on PA_DRAFT_INVOICES_ALL
12.2.2
-
APPS.MSD_SR_UTIL dependencies on HZ_CUST_ACCOUNTS
12.2.2
-
View: RHX_DP_BOOKINGS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
APPS.MSD_SR_UTIL dependencies on HZ_PARTIES
12.2.2
-
View: ASFV_SALES_OPPORTUNITIES
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_L_BILLTO_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_R_CUSTOMER_BILLTO_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_L_BILLTO_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_CI_XREFS_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CI_XREFS_INTERFACE, object_name:MTL_CI_XREFS_INTERFACE, status:VALID, product: INV - Inventory , description: Customer Items Cross References Interface , implementation_dba_data: INV.MTL_CI_XREFS_INTERFACE ,
-
Table: AR_LOCATION_COMBINATIONS
12.1.1
product: AR - Receivables , description: Defines each distinct tax authority , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_R_CUSTOMER_SHIPTO_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: RA_TERRITORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
Table: AS_LIST_ENTRIES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LIST_ENTRIES, object_name:AS_LIST_ENTRIES, status:VALID, product: AS - Sales Foundation , description: Holds list entries , implementation_dba_data: OSM.AS_LIST_ENTRIES ,
-
Table: AS_EVENT_ENROLLMENTS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_EVENT_ENROLLMENTS_ALL, object_name:AS_EVENT_ENROLLMENTS_ALL, status:VALID, product: AS - Sales Foundation , description: Contains event enrollments , implementation_dba_data: OSM.AS_EVENT_ENROLLMENTS_ALL ,
-
Table: AS_EVENT_ENROLLMENTS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_EVENT_ENROLLMENTS_ALL, object_name:AS_EVENT_ENROLLMENTS_ALL, status:VALID, product: AS - Sales Foundation , description: Contains event enrollments , implementation_dba_data: OSM.AS_EVENT_ENROLLMENTS_ALL ,
-
View: RHX_DP_L_SHIPTO_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_R_CUSTOMER_SHIPTO_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,