SQL Language (MOSC)

MOSC Banner

Data visibility / editioning question

edited Mar 24, 2020 8:19AM in SQL Language (MOSC) 2 commentsAnswered ✓

I queried AP invoice distributions on the Oracle EBS form, and used Examine to get invoice id = 3336239

I then went to SQL and queried ap_invoice_distributions_all where invoice_id = 3336239   --- and it returns no rows

I queried from ap_invoice_distributions_V (the view used by the form) where invoice_id = 3336239 -- and it returns no rows

I ran   select max(invoice_id) form ap_invoice_distributions_all and it returns 3335237, which is much lower than the invoice id shown in the application.

This is repeatable on many invoices created over the last several days.

I am absolutely certain I am querying the same database in the app and in SQL. 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center