DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on IBY_EXT_BANK_ACCOUNTS_V

Line 22933: from iby_ext_bank_accounts_v

22929:
22930: begin
22931: select 'x'
22932: into l_dummy
22933: from iby_ext_bank_accounts_v
22934: where ext_bank_account_id = p_invoice_rec.external_bank_account_id
22935: and rownum = 1;
22936:
22937: exception