DBA Data[Home] [Help]

APPS.IBY_OFFLINEDB_PKG dependencies on IBY_BATCHES_ALL

Line 95: procedure scheduleCCCancel(i_ecappid iby_batches_all.ecappid%type,

91: ** Procedure Name : scheduleCCCancel
92: ** Purpose : creates an entry for a CreditCard cancel request in the
93: ** iby_trxn_summaries_all table
94: */
95: procedure scheduleCCCancel(i_ecappid iby_batches_all.ecappid%type,
96: i_payeeid iby_batches_all.payeeid%type,
97: i_bepid iby_batches_all.bepid%type,
98: i_bepkey iby_batches_all.bepkey%type,
99: i_tangibleid iby_trxn_summaries_all.tangibleid%type,

Line 96: i_payeeid iby_batches_all.payeeid%type,

92: ** Purpose : creates an entry for a CreditCard cancel request in the
93: ** iby_trxn_summaries_all table
94: */
95: procedure scheduleCCCancel(i_ecappid iby_batches_all.ecappid%type,
96: i_payeeid iby_batches_all.payeeid%type,
97: i_bepid iby_batches_all.bepid%type,
98: i_bepkey iby_batches_all.bepkey%type,
99: i_tangibleid iby_trxn_summaries_all.tangibleid%type,
100: i_reqtype iby_trxn_summaries_all.reqtype%type,

Line 97: i_bepid iby_batches_all.bepid%type,

93: ** iby_trxn_summaries_all table
94: */
95: procedure scheduleCCCancel(i_ecappid iby_batches_all.ecappid%type,
96: i_payeeid iby_batches_all.payeeid%type,
97: i_bepid iby_batches_all.bepid%type,
98: i_bepkey iby_batches_all.bepkey%type,
99: i_tangibleid iby_trxn_summaries_all.tangibleid%type,
100: i_reqtype iby_trxn_summaries_all.reqtype%type,
101: i_reqdate iby_trxn_summaries_all.reqdate%type,

Line 98: i_bepkey iby_batches_all.bepkey%type,

94: */
95: procedure scheduleCCCancel(i_ecappid iby_batches_all.ecappid%type,
96: i_payeeid iby_batches_all.payeeid%type,
97: i_bepid iby_batches_all.bepid%type,
98: i_bepkey iby_batches_all.bepkey%type,
99: i_tangibleid iby_trxn_summaries_all.tangibleid%type,
100: i_reqtype iby_trxn_summaries_all.reqtype%type,
101: i_reqdate iby_trxn_summaries_all.reqdate%type,
102: i_pmtmethod iby_trxn_summaries_all.paymentmethodname%type,

Line 111: ** in the iby_batches_all table.

107: );
108: /*
109: ** Procedure Name : scheduleCCbatch
110: ** Purpose : creates an entry for scheduling the CreditCard batch requests
111: ** in the iby_batches_all table.
112: **
113: ** Parameters:
114: **
115: ** In : i_ecappid, i_payeeid, i_bepid, i_batchid,

Line 120: procedure scheduleCCbatch(i_ecappid iby_batches_all.ecappid%type,

116: ** i_reqtype, i_reqdate, i_pmtmethod,
117: ** i_nlslang, i_terminalid
118: **
119: */
120: procedure scheduleCCbatch(i_ecappid iby_batches_all.ecappid%type,
121: i_payeeid iby_batches_all.payeeid%type,
122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,

Line 121: i_payeeid iby_batches_all.payeeid%type,

117: ** i_nlslang, i_terminalid
118: **
119: */
120: procedure scheduleCCbatch(i_ecappid iby_batches_all.ecappid%type,
121: i_payeeid iby_batches_all.payeeid%type,
122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,

Line 122: i_bepid iby_batches_all.bepid%type,

118: **
119: */
120: procedure scheduleCCbatch(i_ecappid iby_batches_all.ecappid%type,
121: i_payeeid iby_batches_all.payeeid%type,
122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,

Line 123: i_bepkey iby_batches_all.bepkey%type,

119: */
120: procedure scheduleCCbatch(i_ecappid iby_batches_all.ecappid%type,
121: i_payeeid iby_batches_all.payeeid%type,
122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,

Line 124: i_batchid iby_batches_all.batchid%type,

120: procedure scheduleCCbatch(i_ecappid iby_batches_all.ecappid%type,
121: i_payeeid iby_batches_all.payeeid%type,
122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,

Line 125: i_reqtype iby_batches_all.reqtype%type,

121: i_payeeid iby_batches_all.payeeid%type,
122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,

Line 126: i_reqdate iby_batches_all.reqdate%type,

122: i_bepid iby_batches_all.bepid%type,
123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
130: i_terminalid iby_batches_all.terminalid%type

Line 127: i_pmtmethod iby_batches_all.paymentmethodname%type,

123: i_bepkey iby_batches_all.bepkey%type,
124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
130: i_terminalid iby_batches_all.terminalid%type
131: DEFAULT NULL,

Line 128: i_desturl iby_batches_all.desturl%type,

124: i_batchid iby_batches_all.batchid%type,
125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
130: i_terminalid iby_batches_all.terminalid%type
131: DEFAULT NULL,
132: i_schedDate iby_batches_all.batchopendate%type);

Line 129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,

125: i_reqtype iby_batches_all.reqtype%type,
126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
130: i_terminalid iby_batches_all.terminalid%type
131: DEFAULT NULL,
132: i_schedDate iby_batches_all.batchopendate%type);
133: /*

Line 130: i_terminalid iby_batches_all.terminalid%type

126: i_reqdate iby_batches_all.reqdate%type,
127: i_pmtmethod iby_batches_all.paymentmethodname%type,
128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
130: i_terminalid iby_batches_all.terminalid%type
131: DEFAULT NULL,
132: i_schedDate iby_batches_all.batchopendate%type);
133: /*
134: ** Procedure Name : scheduleSET

Line 132: i_schedDate iby_batches_all.batchopendate%type);

128: i_desturl iby_batches_all.desturl%type,
129: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
130: i_terminalid iby_batches_all.terminalid%type
131: DEFAULT NULL,
132: i_schedDate iby_batches_all.batchopendate%type);
133: /*
134: ** Procedure Name : scheduleSET
135: ** Purpose : creates an entry for scheduling the CreditCard payments
136: ** in the iby_trxn_summaries_all and iby_trxn_core

Line 227: procedure scheduleSETCancel(i_ecappid iby_batches_all.ecappid%type,

223: ** Purpose : creates an entry for a CreditCard cancel request in the
224: ** iby_trxn_summaries_all table
225: */
226: /*********should no longer be used
227: procedure scheduleSETCancel(i_ecappid iby_batches_all.ecappid%type,
228: i_payeeid iby_batches_all.payeeid%type,
229: i_bepid iby_batches_all.bepid%type,
230: i_tangibleid iby_trxn_summaries_all.tangibleid%type,
231: i_reqtype iby_trxn_summaries_all.reqtype%type,

Line 228: i_payeeid iby_batches_all.payeeid%type,

224: ** iby_trxn_summaries_all table
225: */
226: /*********should no longer be used
227: procedure scheduleSETCancel(i_ecappid iby_batches_all.ecappid%type,
228: i_payeeid iby_batches_all.payeeid%type,
229: i_bepid iby_batches_all.bepid%type,
230: i_tangibleid iby_trxn_summaries_all.tangibleid%type,
231: i_reqtype iby_trxn_summaries_all.reqtype%type,
232: i_reqdate iby_trxn_summaries_all.reqdate%type,

Line 229: i_bepid iby_batches_all.bepid%type,

225: */
226: /*********should no longer be used
227: procedure scheduleSETCancel(i_ecappid iby_batches_all.ecappid%type,
228: i_payeeid iby_batches_all.payeeid%type,
229: i_bepid iby_batches_all.bepid%type,
230: i_tangibleid iby_trxn_summaries_all.tangibleid%type,
231: i_reqtype iby_trxn_summaries_all.reqtype%type,
232: i_reqdate iby_trxn_summaries_all.reqdate%type,
233: i_pmtmethod iby_trxn_summaries_all.paymentmethodname%type,

Line 243: ** in the iby_batches_all table.

239:
240: /*
241: ** Procedure Name : scheduleCCbatch
242: ** Purpose : creates an entry for scheduling the CreditCard batch requests
243: ** in the iby_batches_all table.
244: **
245: ** Parameters:
246: **
247: ** In : i_ecappid, i_payeeid, i_bepid, i_batchid,

Line 252: procedure scheduleSETbatch(i_ecappid iby_batches_all.ecappid%type,

248: ** i_reqtype, i_reqdate, i_pmtmethod,
249: ** i_nlslang, i_terminalid
250: **
251: */
252: procedure scheduleSETbatch(i_ecappid iby_batches_all.ecappid%type,
253: i_payeeid iby_batches_all.payeeid%type,
254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,

Line 253: i_payeeid iby_batches_all.payeeid%type,

249: ** i_nlslang, i_terminalid
250: **
251: */
252: procedure scheduleSETbatch(i_ecappid iby_batches_all.ecappid%type,
253: i_payeeid iby_batches_all.payeeid%type,
254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,

Line 254: i_bepid iby_batches_all.bepid%type,

250: **
251: */
252: procedure scheduleSETbatch(i_ecappid iby_batches_all.ecappid%type,
253: i_payeeid iby_batches_all.payeeid%type,
254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,

Line 255: i_batchid iby_batches_all.batchid%type,

251: */
252: procedure scheduleSETbatch(i_ecappid iby_batches_all.ecappid%type,
253: i_payeeid iby_batches_all.payeeid%type,
254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,

Line 256: i_reqtype iby_batches_all.reqtype%type,

252: procedure scheduleSETbatch(i_ecappid iby_batches_all.ecappid%type,
253: i_payeeid iby_batches_all.payeeid%type,
254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,
260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,

Line 257: i_reqdate iby_batches_all.reqdate%type,

253: i_payeeid iby_batches_all.payeeid%type,
254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,
260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
261: i_terminalid iby_batches_all.terminalid%type DEFAULT NULL);

Line 258: i_pmtmethod iby_batches_all.paymentmethodname%type,

254: i_bepid iby_batches_all.bepid%type,
255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,
260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
261: i_terminalid iby_batches_all.terminalid%type DEFAULT NULL);
262: /*

Line 259: i_desturl iby_batches_all.desturl%type,

255: i_batchid iby_batches_all.batchid%type,
256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,
260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
261: i_terminalid iby_batches_all.terminalid%type DEFAULT NULL);
262: /*
263: ** Function Name: requestExists

Line 260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,

256: i_reqtype iby_batches_all.reqtype%type,
257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,
260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
261: i_terminalid iby_batches_all.terminalid%type DEFAULT NULL);
262: /*
263: ** Function Name: requestExists
264: ** Purpose: This is a function to check if a particular payment

Line 261: i_terminalid iby_batches_all.terminalid%type DEFAULT NULL);

257: i_reqdate iby_batches_all.reqdate%type,
258: i_pmtmethod iby_batches_all.paymentmethodname%type,
259: i_desturl iby_batches_all.desturl%type,
260: i_nlslang iby_batches_all.nlslang%type DEFAULT NULL,
261: i_terminalid iby_batches_all.terminalid%type DEFAULT NULL);
262: /*
263: ** Function Name: requestExists
264: ** Purpose: This is a function to check if a particular payment
265: ** request such as orapmtreq, oracapture, orareturn etc.

Line 283: function batchExists(i_payeeid iby_batches_all.payeeid%type,

279: ** for duplicate batch requests.
280: ** In : i_payeeid, i_batchid, i_reqtype
281: ** Out : boolean to indicate if request exists
282: */
283: function batchExists(i_payeeid iby_batches_all.payeeid%type,
284: i_batchid iby_batches_all.batchid%type,
285: i_reqtype iby_batches_all.reqtype%type)
286: return boolean;
287:

Line 284: i_batchid iby_batches_all.batchid%type,

280: ** In : i_payeeid, i_batchid, i_reqtype
281: ** Out : boolean to indicate if request exists
282: */
283: function batchExists(i_payeeid iby_batches_all.payeeid%type,
284: i_batchid iby_batches_all.batchid%type,
285: i_reqtype iby_batches_all.reqtype%type)
286: return boolean;
287:
288:

Line 285: i_reqtype iby_batches_all.reqtype%type)

281: ** Out : boolean to indicate if request exists
282: */
283: function batchExists(i_payeeid iby_batches_all.payeeid%type,
284: i_batchid iby_batches_all.batchid%type,
285: i_reqtype iby_batches_all.reqtype%type)
286: return boolean;
287:
288:
289: /*