DBA Data[Home] [Help]

APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_EXT_BANK_ACCOUNTS

Line 49: (ci_instrid IN iby_ext_bank_accounts.ext_bank_account_id%TYPE)

45: FROM iby_creditcard
46: WHERE (instrid = ci_instrid);
47:
48: CURSOR c_bankaccount
49: (ci_instrid IN iby_ext_bank_accounts.ext_bank_account_id%TYPE)
50: IS
51: SELECT COUNT(ext_bank_account_id)
52: FROM iby_ext_bank_accounts
53: WHERE (ext_bank_account_id = ci_instrid);

Line 52: FROM iby_ext_bank_accounts

48: CURSOR c_bankaccount
49: (ci_instrid IN iby_ext_bank_accounts.ext_bank_account_id%TYPE)
50: IS
51: SELECT COUNT(ext_bank_account_id)
52: FROM iby_ext_bank_accounts
53: WHERE (ext_bank_account_id = ci_instrid);
54:
55: BEGIN
56: