APPS.IBY_FIPAYMENTS_PKG dependencies on IBY_TRANSACTIONCC_PKG
Line 140: l_tid := iby_transactioncc_pkg.getTID(i_payeeid, i_tangibleid);
136: if ( not requestExists(i_payeeid, i_tangibleid, i_splitId, i_reqtype) ) then
137: --open c_tid;
138: --fetch c_tid into l_tid;
139: --close c_tid; 140: l_tid := iby_transactioncc_pkg.getTID(i_payeeid, i_tangibleid); 141:
142:
143: /*
144: ** if cursor is already open then close it.