DBA Data[Home] [Help]

APPS.OKL_LCKBX_CSH_APP_PVT dependencies on HZ_CUST_ACCOUNTS

Line 638: hz_cust_accounts hca

634: FROM iby_ext_bank_accounts_v a,
635: iby_ext_bank_accounts b,
636: iby_pmt_instr_uses_all ipiua,
637: iby_external_payers_all iepa,
638: hz_cust_accounts hca
639: WHERE a.ext_bank_account_id = b.ext_bank_account_id
640: AND ipiua.instrument_id = a.ext_bank_account_id
641: AND ipiua.ext_pmt_party_id = iepa.ext_payer_id
642: AND ipiua.payment_flow = 'FUNDS_CAPTURE'