DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_CREDITCARD

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

110: FUNCTION Exists_Instr(p_instr IN IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type) RETURN BOOLEAN
111: IS
112: l_instr_count NUMBER := 0;
113:
114: CURSOR c_creditcard(ci_instrid IN iby_creditcard.instrid%TYPE)
115: IS
116: SELECT COUNT(instrid)
117: FROM iby_creditcard
118: WHERE (instrid = ci_instrid);

Line 117: FROM iby_creditcard

113:
114: CURSOR c_creditcard(ci_instrid IN iby_creditcard.instrid%TYPE)
115: IS
116: SELECT COUNT(instrid)
117: FROM iby_creditcard
118: WHERE (instrid = ci_instrid);
119:
120: CURSOR c_bankaccount(ci_instrid IN iby_ext_bank_accounts_v.ext_bank_account_id%TYPE)
121: IS