Where to find the banking information for a supplier by SQL?
Hi There,
I could find the banking information from Oracle form for a supplier (we are using Oracle EBS 12.2.4). My question is how can I find those information (routing_number, account_number and account_type) from SQL or database?
I used following script before but it seems like it won't give me the information for all suppliers:
SELECT ......
FROM BOLINF.NEH_ACH_FORM_DATA NAFD
, AP.AP_SUPPLIERS AS
, AP.AP_SUPPLIER_SITES_ALL ASSA
, IBY.IBY_EXTERNAL_PAYEES_ALL IEPA
, IBY.IBY_PMT_INSTR_USES_ALL IPIU
, IBY.IBY_EXT_BANK_ACCOUNTS IEBA
, APPS.CE_BANK_BRANCHES_V CBB