DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_ACCPPMTMTHD_PKG

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

409:
410: transaction_id_out := l_transaction_id;
411: transaction_mid_out := l_trxn_mid;
412:
413: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
414:
415: --Create an entry in iby_tangible table
416: iby_bill_pkg.createBill(order_id_in,amount_in,currency_in,
417: billeracct_in,refinfo_in, memo_in,

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

1008: l_org_id := getOrgId(transaction_id_in_out);
1009:
1010: END IF;
1011:
1012: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
1013:
1014: --Bug# 9911423
1015: --Deriving the instrument sub type from Credit card table, if in case
1016: --the input parameter value is null

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

1354:
1355: transaction_id_out := transaction_id;
1356: transaction_mid_out := l_trxn_mid;
1357:
1358: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
1359:
1360: -- Create an entry in iby_tangible table
1361: IF ((UPPER(req_type_in) = 'ORAPMTCREDIT') OR
1362:

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

1592: AND (batchid IS NULL);
1593:
1594: END IF;
1595:
1596: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
1597: -- Making Changes for bug:8363526
1598: -- Will insert value for settledate as SYSDATE.
1599: INSERT INTO iby_batches_all
1600: (MBATCHID, BATCHID, MPAYEEID, PAYEEID, BEPID, BEPKEY, PAYMENTMETHODNAME,

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

2062: END IF; -- if trxn count <> 0
2063:
2064: END IF; -- if bep type = PROCESSOR
2065:
2066: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
2067:
2068: IF (l_batches_tab.COUNT <> 0) THEN
2069:
2070: FOR i IN l_batches_tab.FIRST .. l_batches_tab.LAST LOOP

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

2725: --END IF; -- if trxn count <> 0
2726:
2727: END IF; -- if bep type = PROCESSOR
2728:
2729: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
2730:
2731: IF (l_batches_tab.COUNT <> 0) THEN
2732:
2733: FOR i IN l_batches_tab.FIRST .. l_batches_tab.LAST LOOP

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

6000:
6001: --dbms_output.put_line('position 5');
6002:
6003: getMBatchId(merch_batchid_in, merchant_id_in, l_mbatchid);
6004: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
6005:
6006:
6007: -- this insertion from close/query batch is problematic
6008: -- 1) there is no corresponding entry in ibY_trxn_core table

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

6208: SELECT iby_trxnsumm_mid_s.NEXTVAL
6209: INTO l_trxn_mid
6210: FROM dual;
6211:
6212: iby_accppmtmthd_pkg.getMPayeeId(merchant_id_in, l_mpayeeid);
6213:
6214:
6215: -- try to get mtangibleid
6216: select count(*) into l_cnt from iby_trxn_summaries_all