DBA Data[Home] [Help]

APPS.IBY_FIPAYMENTS_PKG dependencies on IBY_PAYEE_PKG

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: /*