DBA Data[Home] [Help]

APPS.IBY_FIPAYMENTS_PKG dependencies on IBY_PAYEE

Line 84: l_mpayeeid iby_payee.mpayeeid%type;

80: l_mtangibleid iby_tangible.mtangibleid%type;
81: l_tmid iby_trxn_summaries_all.trxnmid%type;
82: l_old_tmid iby_trxn_summaries_all.trxnmid%type;
83: l_tid iby_trxn_summaries_all.transactionId%type;
84: l_mpayeeid iby_payee.mpayeeid%type;
85: l_reference_code iby_trxn_summaries_all.proc_reference_code%type;
86: l_reference_amount iby_trxn_summaries_all.amount%type;
87: l_status iby_trxn_summaries_all.status%type;
88: l_beptype iby_bepinfo.bep_type%type;

Line 546: l_mpayeeid iby_payee.mpayeeid%type;

542: l_tmid iby_trxn_summaries_all.trxnmid%type;
543: l_tangibleid iby_trxn_summaries_all.tangibleid%type;
544: l_reqtype iby_trxn_summaries_all.reqtype%type;
545:
546: l_mpayeeid iby_payee.mpayeeid%type;
547:
548: cursor c_tmid is
549: select iby_trxnsumm_mid_s.nextval
550: from dual;

Line 572: if ( not iby_payee_pkg.payeeExists( i_ecappid, i_payeeid) ) then

568: if ( canModifyOrCancel(i_tid) ) then
569: /*
570: ** if payee account does not exists then raise an exception.
571: */
572: if ( not iby_payee_pkg.payeeExists( i_ecappid, i_payeeid) ) then
573: raise_application_error(-20000, 'IBY_20305#', FALSE);
574: --raise_application_error(-20305, 'Payee Not Found ', FALSE);
575: end if;
576: /*