Search Results term_id
The RA_TERMS_LINES
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Receivables module, specifically designed to store detailed payment terms information. Payment terms define the conditions under which customers are expected to settle their invoices, including due dates, discount percentages, and installment schedules. This table works in conjunction with the RA_TERMS
table, which stores the header-level information for payment terms, while RA_TERMS_LINES
captures the granular details of each term line.
Structure and Key Columns
TheRA_TERMS_LINES
table contains several key columns that define the payment term line attributes:
- TERM_ID: Foreign key linking to the
RA_TERMS
table, identifying the parent payment term. - SEQUENCE_NUM: Determines the order of term lines within a payment term.
- DAYS: Specifies the number of days from the invoice date or another reference point for calculating the due date.
- DISCOUNT_PERCENT: The percentage discount offered if payment is made within a specified period.
- DISCOUNT_DAYS: The number of days within which the discount is applicable.
- DUE_DAYS: Alternative to
DAYS
, used for more complex term calculations. - AMOUNT_PERCENT: The percentage of the invoice amount allocated to this term line (used for installment payments).
- TYPE: Indicates whether the line represents a discount, due date, or installment.
Functional Role
TheRA_TERMS_LINES
table plays a pivotal role in automating payment calculations within Oracle Receivables. When an invoice is created, the system references the assigned payment term and its associated lines to:
- Calculate due dates based on the
DAYS
orDUE_DAYS
values. - Determine early payment discounts using
DISCOUNT_PERCENT
andDISCOUNT_DAYS
. - Split payments into installments if
AMOUNT_PERCENT
is specified.
Integration with Other Modules
Payment terms defined inRA_TERMS_LINES
are leveraged across multiple Oracle EBS modules:
- Order Management: Payment terms are defaulted to sales orders.
- Accounts Receivable: Terms drive invoice due dates, discounts, and aging reports.
- Cash Management: Discounts and due dates influence cash flow forecasting.
Customization and Extensions
Organizations often extend the functionality ofRA_TERMS_LINES
through:
- Custom validation rules to enforce business-specific term structures.
- Triggers or APIs to automate complex term calculations.
- Reporting extensions to analyze payment term performance.
Data Model Relationships
The table maintains relationships with:RA_TERMS
(parent table viaTERM_ID
)RA_CUSTOMER_TRX
(invoices referencing terms)AR_PAYMENT_SCHEDULES
(payment schedules derived from terms)
Technical Considerations
Key technical aspects include:- Indexes on
TERM_ID
andSEQUENCE_NUM
for performance optimization. - Validation constraints to ensure logical term structures (e.g., discount days ≤ due days).
- Audit columns (
CREATION_DATE
,LAST_UPDATE_DATE
) for compliance.
RA_TERMS_LINES
serves as the foundation for payment term management in Oracle Receivables, enabling flexible configuration of payment conditions that directly impact cash flow, customer relationships, and financial reporting. Its proper configuration is essential for accurate accounts receivable operations.
-
View: AR_INVOICE_COUNT_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_COUNT_TERMS_V, object_name:AR_INVOICE_COUNT_TERMS_V, status:VALID, product: AR - Receivables , description: Collects the number of payment dates defined for a transaction , implementation_dba_data: APPS.AR_INVOICE_COUNT_TERMS_V ,
-
View: AR_INVOICE_COUNT_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_COUNT_TERMS_V, object_name:AR_INVOICE_COUNT_TERMS_V, status:VALID, product: AR - Receivables , description: Collects the number of payment dates defined for a transaction , implementation_dba_data: APPS.AR_INVOICE_COUNT_TERMS_V ,
-
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_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_TL, object_name:RA_TERMS_TL, status:VALID, product: AR - Receivables , description: Multi-lingual support (MLS) for Payment Terms , implementation_dba_data: AR.RA_TERMS_TL ,
-
Table: RA_TERMS_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_TL, object_name:RA_TERMS_TL, status:VALID, product: AR - Receivables , description: Multi-lingual support (MLS) for Payment Terms , implementation_dba_data: AR.RA_TERMS_TL ,
-
View: AR_XML_INVOICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_V, object_name:AR_XML_INVOICE_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_V ,
-
View: AR_DED_CHARGEBACKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DED_CHARGEBACKS_V, object_name:AR_DED_CHARGEBACKS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DED_CHARGEBACKS_V ,
-
View: AR_XML_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_V, object_name:AR_XML_INVOICE_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_V ,
-
View: ARFV_AR_TERMS_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: AR_CHARGEBACKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CHARGEBACKS_V, object_name:AR_CHARGEBACKS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_CHARGEBACKS_V ,
-
View: AR_DED_CHARGEBACKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DED_CHARGEBACKS_V, object_name:AR_DED_CHARGEBACKS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DED_CHARGEBACKS_V ,
-
View: AR_CHARGEBACKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CHARGEBACKS_V, object_name:AR_CHARGEBACKS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_CHARGEBACKS_V ,
-
View: AR_PAYMENT_SCHEDULES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL_MRC_V, object_name:AR_PAYMENT_SCHEDULES_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_ALL_MRC_V ,
-
View: AR_PAYMENT_SCHEDULES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL_MRC_V, object_name:AR_PAYMENT_SCHEDULES_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_ALL_MRC_V ,
-
View: ARFV_AR_TERMS_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMER_ALT_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ALT_NAMES_V, object_name:AR_CUSTOMER_ALT_NAMES_V, status:VALID, product: AR - Receivables , description: Alternate customer names for lockbox name matching , implementation_dba_data: APPS.AR_CUSTOMER_ALT_NAMES_V ,
-
View: ARFV_AR_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_TERMS, object_name:ARFV_AR_TERMS, status:VALID, product: AR - Receivables , description: Stores information about the specific payment conditions applicable to the customer for the sale of goods or services. , implementation_dba_data: APPS.ARFV_AR_TERMS ,
-
View: ARFV_AR_TERMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_TERMS, object_name:ARFV_AR_TERMS, status:VALID, product: AR - Receivables , description: Stores information about the specific payment conditions applicable to the customer for the sale of goods or services. , implementation_dba_data: APPS.ARFV_AR_TERMS ,
-
View: AR_CUSTOMER_ALT_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ALT_NAMES_V, object_name:AR_CUSTOMER_ALT_NAMES_V, status:VALID, product: AR - Receivables , description: Alternate customer names for lockbox name matching , implementation_dba_data: APPS.AR_CUSTOMER_ALT_NAMES_V ,
-
View: RA_CUSTOMER_TRX_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL_MRC_V, object_name:RA_CUSTOMER_TRX_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_ALL_MRC_V ,
-
View: RA_CUSTOMER_TRX_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL_MRC_V, object_name:RA_CUSTOMER_TRX_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_ALL_MRC_V ,
-
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 ,
-
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_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 ,
-
View: AR_OPEN_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OPEN_TRX_V, object_name:AR_OPEN_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_OPEN_TRX_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 ,
-
View: AR_RA_SELECTED_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RA_SELECTED_TRX_V, object_name:AR_RA_SELECTED_TRX_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_RA_SELECTED_TRX_V ,
-
View: ARBV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: -Retrofitted , implementation_dba_data: APPS.ARBV_AR_PAYMENT_SCHEDULES ,
-
View: ARBV_INVOICE_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ARS, object_name:ARBV_INVOICE_ARS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ARS ,
-
View: ARBV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: -Retrofitted , implementation_dba_data: APPS.ARBV_AR_PAYMENT_SCHEDULES ,
-
View: ARBV_INVOICE_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ARS, object_name:ARBV_INVOICE_ARS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ARS ,
-
View: AR_OPEN_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OPEN_TRX_V, object_name:AR_OPEN_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_OPEN_TRX_V ,
-
View: AR_RA_SELECTED_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RA_SELECTED_TRX_V, object_name:AR_RA_SELECTED_TRX_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_RA_SELECTED_TRX_V ,
-
View: ARBV_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDITS, object_name:ARBV_CREDITS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CREDITS ,
-
View: ARBV_CREDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDITS, object_name:ARBV_CREDITS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CREDITS ,
-
View: ARBV_DEBITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_DEBITS, object_name:ARBV_DEBITS, status:VALID, product: AR - Receivables , description: This shows information about items that increase your customer's receivable balance. Debit items remain open until the balance due is zero. , implementation_dba_data: APPS.ARBV_DEBITS ,
-
View: ARBV_CREDIT_MEMO_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_ARS, object_name:ARBV_CREDIT_MEMO_ARS, status:VALID, product: AR - Receivables , description: This shows information about credit memos. Credit memos are documents that partially or fully reverse an original invoice. , implementation_dba_data: APPS.ARBV_CREDIT_MEMO_ARS ,
-
View: ARBV_DEBITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_DEBITS, object_name:ARBV_DEBITS, status:VALID, product: AR - Receivables , description: This shows information about items that increase your customer's receivable balance. Debit items remain open until the balance due is zero. , implementation_dba_data: APPS.ARBV_DEBITS ,
-
View: ARBV_ON_ACCOUNT_CREDIT_MEMOS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARBV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID, product: AR - Receivables , description: This shows information about credits that you assign to your customer's account that are not related to a specific invoice. , implementation_dba_data: APPS.ARBV_ON_ACCOUNT_CREDIT_MEMOS ,
-
View: AR_INTERIM_CR_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CR_LINES_V, object_name:AR_INTERIM_CR_LINES_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CR_LINES_V ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: AR_INTERIM_CR_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CR_LINES_V, object_name:AR_INTERIM_CR_LINES_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CR_LINES_V ,
-
View: ARBV_ON_ACCOUNT_CREDIT_MEMOS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARBV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID, product: AR - Receivables , description: This shows information about credits that you assign to your customer's account that are not related to a specific invoice. , implementation_dba_data: APPS.ARBV_ON_ACCOUNT_CREDIT_MEMOS ,
-
View: ARBV_CREDIT_MEMO_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_ARS, object_name:ARBV_CREDIT_MEMO_ARS, status:VALID, product: AR - Receivables , description: This shows information about credit memos. Credit memos are documents that partially or fully reverse an original invoice. , implementation_dba_data: APPS.ARBV_CREDIT_MEMO_ARS ,
-
View: AR_OPEN_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OPEN_ITEMS_V, object_name:AR_OPEN_ITEMS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_OPEN_ITEMS_V ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: AR_RECEIVABLE_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_V, object_name:AR_RECEIVABLE_APPLICATIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_RECEIVABLE_APPLICATIONS_V ,
-
View: ARFV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: This shows information about entries against accounts receivable transactions ( both debits and credits ), except adjustments and miscellaneous cash. , implementation_dba_data: APPS.ARFV_AR_PAYMENT_SCHEDULES ,
-
View: ARFV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: This shows information about entries against accounts receivable transactions ( both debits and credits ), except adjustments and miscellaneous cash. , implementation_dba_data: APPS.ARFV_AR_PAYMENT_SCHEDULES ,