DBA Data[Home] [Help]

APPS.AR_RECEIPT_UPDATE_API_PUB dependencies on IBY_EXT_BANK_ACCOUNTS_V

Line 214: iby_ext_bank_accounts_v bb

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