Skip to the content.

CAC Order Type Setup – Oracle EBS SQL Report

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

Overview

Report to display the sales order transaction types with the corresponding receivables (A/R) transaction types.

/* +=============================================================================+ – | Copyright 2016 - 2020 Douglas Volz Consulting, Inc. | – | All rights reserved. | – | Permission to use this code is granted provided the original author is | – | acknowledged. No warranties, express or otherwise is included in this | – | permission. | – +=============================================================================+ – | – | Original Author: Douglas Volz (doug@volzconsulting.com) – | – | Program Name: xxx_oe_transaction_types.sql – | – | Parameters: – | p_operating_unit – Operating Unit you wish to report, leave blank for all – | operating units (optional) – | p_ledger – general ledger you wish to report, leave blank for all – | ledgers (optional) – | Description: – | Report to display the sales order transaction types with the corresponding – | receivables (A/R) transaction types. – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 15 Nov 2016 Douglas Volz Initial Coding – | 1.1 09 Jan 2017 Douglas Volz Added description and Receivables Txn Type – | 1.2 11 Jan 2017 Douglas Volz Added Order Category, Order Type (DFF), – | and Disti Plus Pricing (DFF), and add a – | new section for Order Types with no COGS – | account. – | 1.3 14 Mar 2017 Douglas Volz Changed apps.ra_cust_trx_types to – | apps.ra_cust_trx_types_all, added A/R – | revenue account – | 1.4 23 Aug 2017 Douglas Volz Add user-defined field (descriptive flex- – | field) for the COGS ICP account, a contra- – | account which is used to record the ICP – | portion of the COGS entry. – | 1.5 13 Mar 2019 Douglas Volz Added Operating Unit Parameter. – | 1.6 22 May 2019 Douglas Volz Added missing ORG_ID join – | 1.7 14 Apr 2020 Douglas Volz Added creation date to report – | 1.8 16 Apr 2020 Douglas Volz Moved sales ccid joins to outer query – | and added Ledger parameter. – | 1.9 28 Apr 2020 Douglas Volz Changed to multi-language views for the – | inventory orgs and operating units. – +=============================================================================+*/

Report Parameters

Operating Unit, Ledger

Oracle EBS Tables Used

oe_transaction_types_tl, oe_transaction_types_all, gl_code_combinations, ra_cust_trx_types_all, hr_organization_information, hr_all_organization_units_vl, gl_ledgers, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual

Report Categories

Enginatics

CAC AP Accrual IR ISO Match Analysis, CAC Interface Error Summary, CAC Deferred COGS Out-of-Balance, CAC Material Account Detail, CAC ICP PII Material Account Detail, CAC Recost Cost of Goods Sold, CAC Internal Order Shipment Margin, CAC Material Account Alias with Lot Numbers, CAC ICP PII Inventory Pending Cost Adjustment

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 CAC Order Type Setup 07-Jul-2022 172953.xlsx
Blitz Report™ XML Import CAC_Order_Type_Setup.xml
Full SQL on Enginatics www.enginatics.com/reports/cac-order-type-setup/

Case Study & Technical Analysis: CAC Order Type Setup

Executive Summary

The CAC Order Type Setup report is a configuration audit tool for Oracle Order Management (OM). It documents the setup of Sales Order Transaction Types and their critical links to Accounts Receivable (AR) and the General Ledger (GL). This setup dictates the financial orchestration of the “Order-to-Cash” cycle.

Business Challenge

Solution

This report provides a clear map of the configuration.

Technical Architecture

Parameters

Performance

FAQ

Q: What is a “Line Type”? A: A Sales Order has a Header (Customer info) and Lines (Item info). The Line Type controls the workflow for the specific item (e.g., “Standard Line”, “Return Line”, “Bill Only Line”).

Q: Why is the COGS account important here? A: In Oracle EBS, the COGS Account Generator often uses the Order Type as a segment source. If this is wrong, your margins are wrong.


© 2026 Enginatics