Payables and Cash Management - EBS (MOSC)

MOSC Banner

Need to make query to identify bank informations for supplier of an org_id

EBS Payables R12

Hi,

I need to make a query to identify bank informations for suppliers of one org_id.

I need Bank account Name, Bank account number and bank Branch code.

I did this query to list all suppliers of one of org_id (but maybe I'm wrong):

SELECT APS.SEGMENT1 as supplier_number,

APS.VENDOR_NAME,

APS.vat_registration_num,

APSS.VENDOR_SITE_CODE SITE_CODE,

APSS.ADDRESS_LINE1,

APSS.ADDRESS_LINE2,

APSS.ADDRESS_LINE3,

APSS.CITY,

APSS.STATE,

APSS.COUNTY,

APSS.ZIP,

APSS.COUNTRY


FROM APPS.HR_EMPLOYEES HE,

APPS.HR_LOCATIONS_V SHIP_TO,

APPS.HR_LOCATIONS_V BILL_TO,

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