Payables and Cash Management - EBS (MOSC)

MOSC Banner

list of supplier & balance forward

edited Jun 25, 2019 5:00AM in Payables and Cash Management - EBS (MOSC) 1 commentAnswered

Dear All,

im trying to retrive the balance forward of all suppliers till DEC-2018 but it is takes a lot of time to run the query

i will share with you the procedure to see if there is a workarround to get results faster:

- query to select all vendors and to put them in a table :

select distinct INV.vendor_id --,inv.invoice_currency_code

from

ap_invoices inv ,

apps.gl_code_combinations acct,

PO_VENDOR_SITES PVS,

PO_VENDORS PV ,

HR_ALL_ORGANIZATION_UNITS HR

where

INV.vendor_id = '1606'

and INV.accts_pay_code_combination_id=acct.code_combination_id

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