DBA Data[Home] [Help]

APPS.IBY_FIPAYMENTS_PKG dependencies on IBY_ECAPP

Line 518: procedure modifyPayment(i_ecappid in iby_ecapp.ecappid%type,

514: ** If all the check are validated then create the
515: ** tangible. Modify the payment object that payment id matched,
516: ** then create the request object.
517: */
518: procedure modifyPayment(i_ecappid in iby_ecapp.ecappid%type,
519: i_payeeid in iby_trxn_summaries_all.payeeid%type,
520: i_instrid in iby_trxn_summaries_all.payerinstrid%type,
521: i_payerid in iby_trxn_summaries_all.payerid%type,
522: i_tangibleid in iby_trxn_summaries_all.tangibleid%type,

Line 691: -- procedure deletePayment(i_ecappid in iby_ecapp.ecappid%type,

687: ** Procedure: deletePayment.
688: ** Purpose: Marks the payment whose id matches the tid passed as
689: ** 'CANCELLED'.
690: */
691: -- procedure deletePayment(i_ecappid in iby_ecapp.ecappid%type,
692: procedure deletePayment( i_tid in iby_trxn_summaries_all.transactionId%type )
693: is
694: l_old_tmid iby_trxn_summaries_all.trxnmid%type;
695: l_new_tmid iby_trxn_summaries_all.trxnmid%type;