DBA Data[Home] [Help]

APPS.AR_RECEIPT_UPDATE_API_PUB dependencies on IBY_EXT_BANK_ACCOUNTS_V

Line 215: iby_ext_bank_accounts_v bb

211:
212: begin
213: select 1 INTO l_bank_chk
214: from iby_fndcpt_payer_assgn_instr_v a,
215: iby_ext_bank_accounts_v bb
216: where a.cust_account_id = l_customer_id
217: and a.instrument_type = 'BANKACCOUNT'
218: and ( a.acct_site_use_id = l_customer_site_use_id or a.acct_site_use_id is null)
219: and a.currency_code = l_crv_rec.CURRENCY_CODE