DBA Data[Home] [Help]

APPS.ARP_UTIL dependencies on IBY_EXT_BANK_ACCOUNTS

Line 1503: FROM iby_ext_bank_accounts

1499: THEN
1500:
1501: SELECT ext_bank_account_id
1502: INTO l_selected_id
1503: FROM iby_ext_bank_accounts
1504: WHERE ((bank_account_num = p_value) OR
1505: (bank_account_num_hash1=
1506: iby_security_pkg.Get_Hash(p_value,'F') and
1507: bank_account_num_hash2=

Line 1517: FROM iby_ext_bank_accounts

1513: THEN
1514:
1515: SELECT ext_bank_account_id
1516: INTO l_selected_id
1517: FROM iby_ext_bank_accounts
1518: WHERE bank_account_name = p_value;
1519:
1520: ELSIF (p_entity = 'REMIT_BANK_ACCOUNT_NUMBER')
1521: THEN