DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_CREDITCARD

Line 183: CURSOR c_creditcard(ci_instrid IN iby_creditcard.instrid%TYPE)

179: FUNCTION Exists_Instr(p_instr IN IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type) RETURN BOOLEAN
180: IS
181: l_instr_count NUMBER := 0;
182:
183: CURSOR c_creditcard(ci_instrid IN iby_creditcard.instrid%TYPE)
184: IS
185: SELECT COUNT(instrid)
186: FROM iby_creditcard
187: WHERE (instrid = ci_instrid);

Line 186: FROM iby_creditcard

182:
183: CURSOR c_creditcard(ci_instrid IN iby_creditcard.instrid%TYPE)
184: IS
185: SELECT COUNT(instrid)
186: FROM iby_creditcard
187: WHERE (instrid = ci_instrid);
188:
189: CURSOR c_bankaccount(ci_instrid IN iby_ext_bank_accounts_v.ext_bank_account_id%TYPE)
190: IS