DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONEFT_PKG dependencies on IBY_ACCPPMTMTHD_PKG

Line 64: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);

60: l_mbatchid
61: FROM
62: DUAL;
63:
64: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
65:
66: INSERT INTO iby_batches_all
67: (MBATCHID,
68: BATCHID,

Line 334: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);

330: FROM
331: DUAL;
332: */
333:
334: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
335:
336: IF (l_batches_tab.COUNT <> 0) THEN
337:
338: FOR i IN l_batches_tab.FIRST .. l_batches_tab.LAST LOOP

Line 710: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);

706: FROM
707: DUAL;
708: */
709:
710: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
711:
712: IF (l_batches_tab.COUNT <> 0) THEN
713:
714: FOR i IN l_batches_tab.FIRST .. l_batches_tab.LAST LOOP

Line 1078: iby_accppmtmthd_pkg.getMPayeeId(i_payeeid, l_mpayeeid);

1074:
1075: /**
1076: * Obtain the master payeeid for the given payee.
1077: */
1078: iby_accppmtmthd_pkg.getMPayeeId(i_payeeid, l_mpayeeid);
1079:
1080: FOR j IN i_tangibleid.FIRST..i_tangibleid.LAST
1081: LOOP
1082: /**

Line 1328: iby_accppmtmthd_pkg.getMPayeeId(i_payeeid, l_mpayeeid);

1324: iby_fipayments_pkg.checkInstrId(i_payerinstrid);
1325: END IF;
1326:
1327: -- Get the master payeeid for the given payee
1328: iby_accppmtmthd_pkg.getMPayeeId(i_payeeid, l_mpayeeid);
1329:
1330: -- this function returns the existing transactionid from the iby_trxn_summaries_all
1331: -- table if one exist for the payeeid and tangibleid, or a new one from the DB
1332: -- sequence if none exists.