Payables and Cash Management - EBS (MOSC)

MOSC Banner

Query for inactivity suppliers list

edited May 5, 2014 12:00PM in Payables and Cash Management - EBS (MOSC) 5 commentsAnswered

Hi all,

I need to retrieve the suppliers have an extended period of inactivity and going to end the suppliers in the  

AP_SUPPLIERS and AP_SUPPLIER_SITES_ALL tables. 

Below is the query (initial draft) to get the Suppliers that are not Paid in since Oct-12.

select distinct v.vendor_id, vs.vendor_site_id

FROM AP_SUPPLIERS v

,AP_SUPPLIER_SITES_ALL vs

,AP_CHECKS_ALL ac

WHERE v.vendor_id = vs.vendor_id

and ac.vendor_id = v.vendor_id

and ac.vendor_site_id = vs.vendor_site_id

and ac.status_lookup_code <> 'VOIDED'

and v

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