Skip to the content.

AR Payment Terms – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Master data report showing the payment terms codes with their respective profile options.

Report Parameters

Oracle EBS Tables Used

ra_terms_lines_discounts, ra_terms_b, ra_terms_tl, &billing_cycle_table

Report Categories

Enginatics

AR Customer Upload, INV Item Upload, INV Items, AR Customers and Sites, AR Incomplete Transactions

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output AR Payment Terms 24-Jul-2017 144054.xlsx
Blitz Report™ XML Import AR_Payment_Terms.xml
Full SQL on Enginatics www.enginatics.com/reports/ar-payment-terms/

AR Payment Terms - Case Study & Technical Analysis

Executive Summary

The AR Payment Terms report is a configuration audit tool that lists all defined payment terms within the Oracle Receivables module. Payment terms dictate the due dates and discount eligibility for customer invoices. This report is essential for Finance Managers and System Administrators to verify that the system’s logic aligns with the company’s credit policies and to identify obsolete terms for cleanup.

Business Challenge

Payment terms are the rules of engagement for cash collection.

Solution

The AR Payment Terms report provides a structured inventory of these rules:

Technical Architecture

The report queries the core setup tables for payment terms.

Key Tables & Joins

Logic

  1. Retrieval: Fetches all terms from the header table.
  2. Expansion: Joins to the lines table to show the “Due Days” or “Fixed Date” logic.
  3. Detailing: Joins to the discount table to display any early payment incentives.

Parameters

FAQ

Q: What is the difference between “Due Days” and “Fixed Date”?

Q: Can I change a payment term after it has been used? A: You can change the description, but changing the schedule (lines) of a term that is already assigned to invoices can have side effects. It is best practice to end-date the old term and create a new one.

Q: How do “Split Terms” work? A: The report will show multiple rows for a single term name, each representing a portion of the payment (e.g., Sequence 1: 50%, Sequence 2: 50%).


© 2026 Enginatics