My Oracle Support Banner

Fusion Applications - OTBI - "Payables Invoices - Transactions Real Time"."- General Information"."Invoice Number" Does Not Retrieve Data (Doc ID 2322791.1)

Last updated on APRIL 19, 2023

Applies to:

Oracle Fusion Payables Cloud Service - Version 11.12.1.0.0 and later
Oracle Fusion Application Toolkit Cloud Service - Version 11.12.1.0.0 and later
Oracle Fusion Application Toolkit - Version 11.12.1.0.0 and later
Information in this document applies to any platform.

Symptoms

ACTUAL BEHAVIOR
---------------

The below logical SQL does not retrieve data:

set variable LOGLEVEL = 2,PREFERRED_CURRENCY='User Preferred Currency 1';
SELECT 
  0 s_0, 
  "Payables Invoices - Transactions Real Time"."- General Information"."Invoice Number" s_1 
FROM "Payables Invoices - Transactions Real Time" 
ORDER BY 1, 2 ASC NULLS LAST 
FETCH FIRST 75001 ROWS ONLY 


STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Navigator > Reports and Analytics > Click on Book Icon

2. Use the below logical SQL

set variable LOGLEVEL = 2,PREFERRED_CURRENCY='User Preferred Currency 1';SELECT
  0 s_0,
  "Payables Invoices - Transactions Real Time"."- General Information"."Invoice Number" s_1
FROM "Payables Invoices - Transactions Real Time"
ORDER BY 1, 2 ASC NULLS LAST
FETCH FIRST 75001 ROWS ONLY

3. Check output

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.