DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONSET_PKG dependencies on IBY_BATCHES_ALL

Line 195: (batch_id_in IN iby_batches_all.BatchID%TYPE,

191:
192: /* Inserts or updates a batch summary row into the PS_BATCH_SET */
193: /* table. This should happen for open or close batch operations. */
194: PROCEDURE insert_batch_status
195: (batch_id_in IN iby_batches_all.BatchID%TYPE,
196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,
197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */

Line 196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,

192: /* Inserts or updates a batch summary row into the PS_BATCH_SET */
193: /* table. This should happen for open or close batch operations. */
194: PROCEDURE insert_batch_status
195: (batch_id_in IN iby_batches_all.BatchID%TYPE,
196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,
197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,

Line 197: bep_id_in IN iby_batches_all.BEPID%TYPE,

193: /* table. This should happen for open or close batch operations. */
194: PROCEDURE insert_batch_status
195: (batch_id_in IN iby_batches_all.BatchID%TYPE,
196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,
197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,

Line 198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */

194: PROCEDURE insert_batch_status
195: (batch_id_in IN iby_batches_all.BatchID%TYPE,
196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,
197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,

Line 199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */

195: (batch_id_in IN iby_batches_all.BatchID%TYPE,
196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,
197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,

Line 200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,

196: merchant_id_in IN iby_batches_all.PayeeID%TYPE,
197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,

Line 201: sale_price_in IN iby_batches_all.BatchSales%TYPE,

197: bep_id_in IN iby_batches_all.BEPID%TYPE,
198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,

Line 202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,

198: /* vendor_suffix_in IN iby_batches_all.vendor_suffix%TYPE, */
199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,

Line 203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,

199: /* close_status_in IN iby_batches_all.BatchCloseStatus%TYPE, */
200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,

Line 204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,

200: currency_in IN iby_batches_all.CurrencyNameCode%TYPE,
201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,

Line 205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,

201: sale_price_in IN iby_batches_all.BatchSales%TYPE,
202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,

Line 206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,

202: credit_price_in IN iby_batches_all.BatchCredit%TYPE,
203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,

Line 207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,

203: trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,

Line 208: status_in IN iby_batches_all.BatchStatus%TYPE,

204: sale_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,
212: org_id_in IN iby_batches_all.org_id%TYPE,

Line 209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,

205: credit_trxn_count_in IN iby_batches_all.NumTrxns%TYPE,
206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,
212: org_id_in IN iby_batches_all.org_id%TYPE,
213: req_type_in IN iby_batches_all.reqtype%type);

Line 210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,

206: open_date_in IN iby_batches_all.BatchOpenDate%TYPE,
207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,
212: org_id_in IN iby_batches_all.org_id%TYPE,
213: req_type_in IN iby_batches_all.reqtype%type);
214:

Line 211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,

207: close_date_in IN iby_batches_all.BatchCloseDate%TYPE,
208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,
212: org_id_in IN iby_batches_all.org_id%TYPE,
213: req_type_in IN iby_batches_all.reqtype%type);
214:
215:

Line 212: org_id_in IN iby_batches_all.org_id%TYPE,

208: status_in IN iby_batches_all.BatchStatus%TYPE,
209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,
212: org_id_in IN iby_batches_all.org_id%TYPE,
213: req_type_in IN iby_batches_all.reqtype%type);
214:
215:
216: /* Inserts or updates the batch detail record upon the */

Line 213: req_type_in IN iby_batches_all.reqtype%type);

209: vendor_code_in IN iby_batches_all.BEPCode%TYPE,
210: vendor_message_in IN iby_batches_all.BEPMessage%TYPE,
211: error_location_in IN iby_batches_all.ErrorLocation%TYPE,
212: org_id_in IN iby_batches_all.org_id%TYPE,
213: req_type_in IN iby_batches_all.reqtype%type);
214:
215:
216: /* Inserts or updates the batch detail record upon the */
217: /* closebatch or querybatch operations. */