Search Results ra_terms_b
The RA_TERMS_B
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a fundamental entity within the Receivables (AR) module, serving as the base table for storing payment term definitions. Payment terms define the conditions under which customers must settle their invoices, including due dates, discounts, and installment schedules. This table is part of the Oracle Receivables data model and is critical for configuring and managing customer invoicing and collections processes.
Table Structure and Key Columns
TheRA_TERMS_B
table contains the following key columns:
- TERM_ID: Primary key identifier for the payment term.
- NAME: The name or description of the payment term (e.g., "NET 30").
- TYPE: Indicates whether the term is a standard term, installment term, or date-driven term.
- DESCRIPTION: Additional details about the payment term.
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the term.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Audit columns tracking record creation and modification.
Relationship with Other Tables
TheRA_TERMS_B
table is linked to several other tables in Oracle Receivables:
- RA_TERMS_TL: Stores translated term descriptions for multilingual support.
- RA_TERMS_LINES_B: Contains detailed line-level information for installment-based payment terms.
- RA_CUSTOMER_TRX: References payment terms applied to customer transactions.
Functional Usage
Payment terms defined inRA_TERMS_B
are used across Oracle EBS modules, including:
- Invoice Generation: Automatically calculates due dates and discount eligibility.
- Collections Management: Helps track overdue invoices based on term definitions.
- Cash Flow Forecasting: Provides data for predicting future receivables.
Technical Considerations
Key technical aspects ofRA_TERMS_B
include:
- The table is seed data-enabled in Oracle EBS, allowing for customization while preserving upgradeability.
- Indexes on
TERM_ID
andNAME
columns optimize performance for frequent lookups. - Validation rules ensure data integrity when creating or modifying payment terms.
Implementation Best Practices
When working withRA_TERMS_B
:
- Maintain consistent naming conventions for payment terms.
- Use the active date ranges to manage term validity periods.
- Consider performance impacts when creating complex installment terms.
- Leverage the table's relationship with
RA_TERMS_LINES_B
for multi-installment payment schedules.
Customization and Extension
While Oracle provides standard payment term functionality, organizations can extendRA_TERMS_B
through:
- Custom descriptive flexfields to capture additional attributes.
- API-based integrations with external systems for term synchronization.
- Workflow extensions for term approval processes.
RA_TERMS_B
table remains a critical component in Oracle EBS financial operations, directly impacting accounts receivable processes and cash management. Proper configuration and maintenance of this table are essential for accurate financial reporting and efficient collections management.
-
Table: RA_TERMS_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
Table: RA_TERMS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
Table: RA_TERMS_LINES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_LINES, object_name:RA_TERMS_LINES, status:VALID, product: AR - Receivables , description: Line information for Payment Terms , implementation_dba_data: AR.RA_TERMS_LINES ,
-
Table: RA_TERMS_LINES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_LINES, object_name:RA_TERMS_LINES, status:VALID, product: AR - Receivables , description: Line information for Payment Terms , implementation_dba_data: AR.RA_TERMS_LINES ,
-
Table: RA_TERMS_LINES_DISCOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_LINES_DISCOUNTS, object_name:RA_TERMS_LINES_DISCOUNTS, status:VALID, product: AR - Receivables , description: Discount information for Payment Terms , implementation_dba_data: AR.RA_TERMS_LINES_DISCOUNTS ,
-
Table: RA_TERMS_LINES_DISCOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_LINES_DISCOUNTS, object_name:RA_TERMS_LINES_DISCOUNTS, status:VALID, product: AR - Receivables , description: Discount information for Payment Terms , implementation_dba_data: AR.RA_TERMS_LINES_DISCOUNTS ,
-
Table: AR_TRANSACTIONS_REP_ITF
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTIONS_REP_ITF, object_name:AR_TRANSACTIONS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Transactions reports , implementation_dba_data: AR.AR_TRANSACTIONS_REP_ITF ,
-
Table: AR_TRANSACTIONS_REP_ITF
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTIONS_REP_ITF, object_name:AR_TRANSACTIONS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Transactions reports , implementation_dba_data: AR.AR_TRANSACTIONS_REP_ITF ,
-
View: AR_PAYMENT_TERM_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_TERM_S_V, object_name:AR_PAYMENT_TERM_S_V, status:VALID, product: AR - Receivables , description: payment term shared extract , implementation_dba_data: APPS.AR_PAYMENT_TERM_S_V ,
-
View: RA_TERMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TERMS_VL, object_name:RA_TERMS_VL, status:VALID, product: AR - Receivables , description: (Release 11.5 and Release 12.0) , implementation_dba_data: APPS.RA_TERMS_VL ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
View: AR_PAYMENT_TERM_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_TERM_S_V, object_name:AR_PAYMENT_TERM_S_V, status:VALID, product: AR - Receivables , description: payment term shared extract , implementation_dba_data: APPS.AR_PAYMENT_TERM_S_V ,
-
View: RA_TERMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TERMS_VL, object_name:RA_TERMS_VL, status:VALID, product: AR - Receivables , description: (Release 11.5 and Release 12.0) , implementation_dba_data: APPS.RA_TERMS_VL ,
-
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_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
Table: AR_PAYMENT_SCHEDULES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_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: AR_PAYMENT_SCHEDULES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_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 ,
-
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 ,
-
View: AR_MASS_APPLICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MASS_APPLICATIONS_V, object_name:AR_MASS_APPLICATIONS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_MASS_APPLICATIONS_V ,
-
View: AR_MASS_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MASS_APPLICATIONS_V, object_name:AR_MASS_APPLICATIONS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_MASS_APPLICATIONS_V ,