DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONEFT_PKG dependencies on IBY_FIPAYMENTS_PKG

Line 1502: iby_fipayments_pkg.checkInstrId(i_payeeinstrid);

1498: IF(l_count > 0) THEN
1499: raise_application_error(-20000, 'IBY_20560#', FALSE);
1500: END IF;
1501:
1502: iby_fipayments_pkg.checkInstrId(i_payeeinstrid);
1503:
1504: IF (c_trxnmid%ISOPEN) THEN
1505: CLOSE c_trxnmid;
1506: END IF;

Line 1528: iby_fipayments_pkg.checkInstrId(i_payerinstrid(j));

1524: LOOP
1525: /**
1526: * Check if the payer has registered the instrument.
1527: */
1528: iby_fipayments_pkg.checkInstrId(i_payerinstrid(j));
1529:
1530: /**
1531: * Check if there is already a request with same payee id
1532: * tangible id and request type.

Line 1534: IF (iby_fipayments_pkg.requestExists(i_payeeid, i_tangibleid(j), NULL, i_reqtype)) THEN

1530: /**
1531: * Check if there is already a request with same payee id
1532: * tangible id and request type.
1533: */
1534: IF (iby_fipayments_pkg.requestExists(i_payeeid, i_tangibleid(j), NULL, i_reqtype)) THEN
1535: raise_application_error(-20000, 'IBY_20560#', FALSE);
1536: END IF;
1537:
1538: o_trxnid(j) := iby_transactioncc_pkg.getTID(i_payeeid, i_tangibleid(j));

Line 1767: iby_fipayments_pkg.checkInstrId(i_payerinstrid);

1763:
1764: -- Check if payer has registered the instrument
1765:
1766: IF ( NVL(i_payerinstrid,0) <> 0) THEN
1767: iby_fipayments_pkg.checkInstrId(i_payerinstrid);
1768: END IF;
1769:
1770: -- Get the master payeeid for the given payee
1771: iby_accppmtmthd_pkg.getMPayeeId(i_payeeid, l_mpayeeid);