DBA Data[Home] [Help]

APPS.ARP_UTIL dependencies on IBY_EXT_BANK_ACCOUNTS

Line 1562: FROM iby_ext_bank_accounts

1558: THEN
1559:
1560: SELECT ext_bank_account_id
1561: INTO l_selected_id
1562: FROM iby_ext_bank_accounts
1563: WHERE ((bank_account_num = p_value) OR
1564: (bank_account_num_hash1=
1565: iby_security_pkg.Get_Hash(p_value,'F') and
1566: bank_account_num_hash2=

Line 1576: FROM iby_ext_bank_accounts

1572: THEN
1573:
1574: SELECT ext_bank_account_id
1575: INTO l_selected_id
1576: FROM iby_ext_bank_accounts
1577: WHERE bank_account_name = p_value;
1578:
1579: ELSIF (p_entity = 'REMIT_BANK_ACCOUNT_NUMBER')
1580: THEN