DBA Data[Home] [Help]

APPS.IBY_OFFLINEDB_PKG dependencies on IBY_TRXNSUMM_MID_S

Line 125: SELECT iby_trxnsumm_mid_s.NEXTVAL

121: l_org_id := iby_transactioncc_pkg.getOrgId(io_transactionid);
122: END IF;
123:
124: -- Get the master transaction id sequence for all requests
125: SELECT iby_trxnsumm_mid_s.NEXTVAL
126: INTO l_mid
127: FROM dual;
128:
129: -- insert the scheduled request in the summary and core tables

Line 237: SELECT iby_trxnsumm_mid_s.NEXTVAL

233: l_mpayeeid iby_payee.mpayeeid%type;
234: BEGIN
235: -- Get the master transaction id sequence for all requests
236:
237: SELECT iby_trxnsumm_mid_s.NEXTVAL
238: INTO l_mid
239: FROM dual;
240:
241: select mtangibleid, payerinstrid into l_tmid, l_instrid

Line 427: SELECT iby_trxnsumm_mid_s.NEXTVAL

423: io_transactionid := l_tid;
424: END IF;
425: -- Get the master transaction id sequence for all requests
426:
427: SELECT iby_trxnsumm_mid_s.NEXTVAL
428: INTO l_mid
429: FROM dual;
430:
431: -- insert the scheduled request in the summary and core tables

Line 504: SELECT iby_trxnsumm_mid_s.NEXTVAL

500: l_mpayeeid iby_payee.mpayeeid%type;
501: BEGIN
502: -- Get the master transaction id sequence for all requests
503:
504: SELECT iby_trxnsumm_mid_s.NEXTVAL
505: INTO l_mid
506: FROM dual;
507:
508: iby_accppmtmthd_pkg.getMPayeeId(i_payeeid, l_mpayeeid);

Line 601: SELECT iby_trxnsumm_mid_s.NEXTVAL

597: io_transactionid := l_tid;
598: END IF;
599: -- Get the master transaction id sequence for all requests
600:
601: SELECT iby_trxnsumm_mid_s.NEXTVAL
602: INTO l_mid
603: FROM dual;
604: -- insert the scheduled request in the summary and core tables
605: iby_transactioncc_pkg.getMBatchId(batchid, i_payeeid, l_mbatchid);