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 429: SELECT iby_trxnsumm_mid_s.NEXTVAL

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

Line 506: SELECT iby_trxnsumm_mid_s.NEXTVAL

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

Line 603: SELECT iby_trxnsumm_mid_s.NEXTVAL

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