Search Results ra_addresses_all
The RA_ADDRESSES_ALL table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing address-related data within the Receivables (AR) module. It serves as a centralized location for maintaining customer, site, and other entity addresses, enabling seamless integration with other Oracle EBS modules such as Order Management, Payables, and General Ledger. Below is a detailed breakdown of its structure, purpose, key columns, and functional significance.
1. Purpose and Functional Context
The RA_ADDRESSES_ALL table is part of Oracle Receivables' data model and primarily stores address information for customers, bill-to/ship-to sites, and other entities. It supports multi-organization access (via theORG_ID
column) and is tightly integrated with the RA_CUSTOMERS and HZ_PARTIES (TCA) tables. Addresses stored here are used for invoicing, shipping, tax calculations, and reporting.
2. Key Columns and Descriptions
The table includes numerous columns to capture comprehensive address details. Below are some of the most critical ones:- ADDRESS_ID: Primary key, uniquely identifying each address record.
- CUSTOMER_ID: Links to RA_CUSTOMERS for customer-specific addresses.
- SITE_USE_ID: Associates addresses with site uses (e.g., bill-to, ship-to) in RA_SITE_USES_ALL.
- ADDRESS1–ADDRESS4: Street address lines.
- CITY, STATE, POSTAL_CODE, COUNTRY: Geographic details for the address.
- PRIMARY_FLAG: Indicates if the address is the primary address for the entity.
- STATUS: Tracks whether the address is active or inactive.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
- ORG_ID: Supports multi-org access control.
3. Integration with Other Modules
The RA_ADDRESSES_ALL table is referenced across Oracle EBS:- Order Management (OM): Uses addresses for shipping and billing.
- Payables (AP): Links supplier addresses for payment processing.
- Tax Engine: Determines tax jurisdictions based on address data.
- TCA (Trading Community Architecture): Synchronizes with HZ_LOCATIONS and HZ_PARTY_SITES for unified customer management.
4. Technical Considerations
- Indexing: Key columns like
ADDRESS_ID
,CUSTOMER_ID
, andSITE_USE_ID
are indexed for performance. - Partitioning: In large implementations, the table may be partitioned by
ORG_ID
for scalability. - Data Integrity: Foreign key constraints enforce relationships with RA_CUSTOMERS and RA_SITE_USES_ALL.
5. Customizations and Extensions
Organizations often extend this table to include custom address attributes (e.g., geocodes, delivery instructions) via descriptive flexfields (DFFs). However, modifications should align with Oracle’s upgrade compatibility guidelines.6. Conclusion
The RA_ADDRESSES_ALL table is a foundational component of Oracle EBS Receivables, ensuring accurate address management for transactional and reporting needs. Its integration with TCA and other modules underscores its role in maintaining data consistency across the enterprise. Proper understanding of this table is essential for functional consultants, developers, and DBAs working with Oracle EBS implementations.-
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 ,
-
Table: AR_LOCATION_COMBINATIONS
12.1.1
product: AR - Receivables , description: Defines each distinct tax authority , implementation_dba_data: Not implemented in this database ,
-
Table: AR_LOCATION_COMBINATIONS
12.2.2
product: AR - Receivables , description: Defines each distinct tax authority , implementation_dba_data: Not implemented in this database ,
-
Table: RA_PHONES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_PHONES, object_name:RA_PHONES, status:VALID, product: AR - Receivables , description: Telephone and communications information , implementation_dba_data: AR.RA_PHONES ,
-
Table: RA_PHONES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_PHONES, object_name:RA_PHONES, status:VALID, product: AR - Receivables , description: Telephone and communications information , implementation_dba_data: AR.RA_PHONES ,
-
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: RA_TERRITORIES
12.2.2
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: RA_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SITE_USES_ALL, object_name:RA_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: AR.RA_SITE_USES_ALL ,
-
Table: RA_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SITE_USES_ALL, object_name:RA_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: AR.RA_SITE_USES_ALL ,
-
Table: RA_CUSTOMERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
Table: RA_CUSTOMERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
View: ARFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_LOCATIONS, object_name:ARFV_LOCATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_LOCATIONS ,
-
View: ARFV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_LOCATIONS, object_name:ARFV_LOCATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_LOCATIONS ,
-
View: RA_ADDRESSES
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: RA_ADDRESSES
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_CUSTOMER_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CUSTOMER_SITES, object_name:ARFV_CUSTOMER_SITES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CUSTOMER_SITES ,
-
View: ARFV_CUSTOMER_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CUSTOMER_SITES, object_name:ARFV_CUSTOMER_SITES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CUSTOMER_SITES ,
-
Table: RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,