DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on IBY_EXT_BANK_ACCOUNTS_V

Line 21108: from iby_ext_bank_accounts_v

21104:
21105: begin
21106: select 'x'
21107: into l_dummy
21108: from iby_ext_bank_accounts_v
21109: where ext_bank_account_id = p_invoice_rec.external_bank_account_id
21110: and rownum = 1;
21111:
21112: exception