DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS dependencies on ARP_STANDARD

Line 145: arp_standard.debug('arp_process_receipts.lock_cash_receipt()+');

141: --
142: BEGIN
143:
144: IF PG_DEBUG in ('Y', 'C') THEN
145: arp_standard.debug('arp_process_receipts.lock_cash_receipt()+');
146: END IF;
147:
148: arp_cash_receipts_pkg.set_to_dummy(l_cr_rec);
149:

Line 233: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate = ' || p_exchange_rate);

229: /* PAYMENT_UPTAKE */
230: l_cr_rec.payment_trxn_extension_id := p_payment_trxn_extension_id;
231:
232: IF PG_DEBUG in ('Y', 'C') THEN
233: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate = ' || p_exchange_rate);
234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);
235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);

Line 234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);

230: l_cr_rec.payment_trxn_extension_id := p_payment_trxn_extension_id;
231:
232: IF PG_DEBUG in ('Y', 'C') THEN
233: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate = ' || p_exchange_rate);
234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);
235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);
238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);

Line 235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);

231:
232: IF PG_DEBUG in ('Y', 'C') THEN
233: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate = ' || p_exchange_rate);
234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);
235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);
238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);
239: arp_standard.debug('lock_cash_receipt: ' || 'Approval code = ' || p_approval_code);

Line 236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);

232: IF PG_DEBUG in ('Y', 'C') THEN
233: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate = ' || p_exchange_rate);
234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);
235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);
238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);
239: arp_standard.debug('lock_cash_receipt: ' || 'Approval code = ' || p_approval_code);
240: END IF;

Line 237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);

233: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate = ' || p_exchange_rate);
234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);
235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);
238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);
239: arp_standard.debug('lock_cash_receipt: ' || 'Approval code = ' || p_approval_code);
240: END IF;
241:

Line 238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);

234: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate date = ' || p_exchange_date);
235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);
238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);
239: arp_standard.debug('lock_cash_receipt: ' || 'Approval code = ' || p_approval_code);
240: END IF;
241:
242: arp_cash_receipts_pkg.lock_compare_p(l_cr_rec);

Line 239: arp_standard.debug('lock_cash_receipt: ' || 'Approval code = ' || p_approval_code);

235: arp_standard.debug('lock_cash_receipt: ' || 'Exchange rate type = ' || p_exchange_rate_type);
236: arp_standard.debug('lock_cash_receipt: ' || 'Currency code = ' || p_currency_code);
237: arp_standard.debug('lock_cash_receipt: ' || 'Receipt Number = ' || p_receipt_number);
238: arp_standard.debug('lock_cash_receipt: ' || 'Payment server ord num = ' || p_payment_server_order_num);
239: arp_standard.debug('lock_cash_receipt: ' || 'Approval code = ' || p_approval_code);
240: END IF;
241:
242: arp_cash_receipts_pkg.lock_compare_p(l_cr_rec);
243:

Line 245: arp_standard.debug('arp_process_receipts.lock_cash_receipt()-');

241:
242: arp_cash_receipts_pkg.lock_compare_p(l_cr_rec);
243:
244: IF PG_DEBUG in ('Y', 'C') THEN
245: arp_standard.debug('arp_process_receipts.lock_cash_receipt()-');
246: END IF;
247:
248: EXCEPTION
249: WHEN NO_DATA_FOUND THEN

Line 254: arp_standard.debug('EXCEPTION: arp_process_receipts.lock_cash_receipt()');

250: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
251: APP_EXCEPTION.Raise_Exception;
252: WHEN OTHERS THEN
253: IF PG_DEBUG in ('Y', 'C') THEN
254: arp_standard.debug('EXCEPTION: arp_process_receipts.lock_cash_receipt()');
255: END IF;
256: RAISE;
257:
258: END lock_cash_receipt;

Line 340: arp_standard.debug('arp_process_receipts.delete_cash_receipt()+');

336:
337:
338: BEGIN
339: IF PG_DEBUG in ('Y', 'C') THEN
340: arp_standard.debug('arp_process_receipts.delete_cash_receipt()+');
341: END IF;
342:
343: ARP_PROCESS_RCTS.set_posted_flag(p_cash_receipt_id,
344: p_posted_flag);

Line 348: arp_standard.debug('delete_cash_receipt: ' || 'posted flag = true ');

344: p_posted_flag);
345: IF ( p_posted_flag = TRUE) THEN
346: -- raise and error and exit
347: IF PG_DEBUG in ('Y', 'C') THEN
348: arp_standard.debug('delete_cash_receipt: ' || 'posted flag = true ');
349: END IF;
350: fnd_message.set_name('AR','AR_RW_DEL_REC_POSTED');
351: app_exception.raise_exception;
352:

Line 505: arp_standard.debug('arp_process_receipts.delete_cash_receipt()-');

501: l_receipt_date
502: ) ;
503:
504: IF PG_DEBUG in ('Y', 'C') THEN
505: arp_standard.debug('arp_process_receipts.delete_cash_receipt()-');
506: END IF;
507:
508: EXCEPTION
509: WHEN OTHERS THEN

Line 511: arp_standard.debug('EXCEPTION: arp_process_receipts.delete_cash_receipts');

507:
508: EXCEPTION
509: WHEN OTHERS THEN
510: IF PG_DEBUG in ('Y', 'C') THEN
511: arp_standard.debug('EXCEPTION: arp_process_receipts.delete_cash_receipts');
512: END IF;
513: RAISE;
514:
515: END delete_cash_receipt;

Line 643: arp_standard.debug('ARP_PROCESS_RCT_UTIL.post_query_logic()+');

639:
640: BEGIN
641:
642: IF PG_DEBUG in ('Y', 'C') THEN
643: arp_standard.debug('ARP_PROCESS_RCT_UTIL.post_query_logic()+');
644: arp_standard.debug('post_query_logic: ' || ' p_cr_id = ' || p_cr_id);
645: arp_standard.debug('post_query_logic: ' || ' p_type = ' || p_receipt_type);
646: END IF;
647:

Line 644: arp_standard.debug('post_query_logic: ' || ' p_cr_id = ' || p_cr_id);

640: BEGIN
641:
642: IF PG_DEBUG in ('Y', 'C') THEN
643: arp_standard.debug('ARP_PROCESS_RCT_UTIL.post_query_logic()+');
644: arp_standard.debug('post_query_logic: ' || ' p_cr_id = ' || p_cr_id);
645: arp_standard.debug('post_query_logic: ' || ' p_type = ' || p_receipt_type);
646: END IF;
647:
648: -- check if receipt has moved from creation state to a later state

Line 645: arp_standard.debug('post_query_logic: ' || ' p_type = ' || p_receipt_type);

641:
642: IF PG_DEBUG in ('Y', 'C') THEN
643: arp_standard.debug('ARP_PROCESS_RCT_UTIL.post_query_logic()+');
644: arp_standard.debug('post_query_logic: ' || ' p_cr_id = ' || p_cr_id);
645: arp_standard.debug('post_query_logic: ' || ' p_type = ' || p_receipt_type);
646: END IF;
647:
648: -- check if receipt has moved from creation state to a later state
649: /* Bug 2211303 Modified to SELECT count(distinct status) so that

Line 1051: arp_standard.debug('ARP_PROCESS_RCT_UTIL.post_query_logic()+');

1047:
1048: END IF;
1049:
1050: IF PG_DEBUG in ('Y', 'C') THEN
1051: arp_standard.debug('ARP_PROCESS_RCT_UTIL.post_query_logic()+');
1052: END IF;
1053:
1054: END post_query_logic;
1055:

Line 1153: arp_standard.debug('ARP_PROCESS_RCTS.Delete_Transaction_Extension()+ ');

1149: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1150: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1151: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1152: Begin
1153: arp_standard.debug('ARP_PROCESS_RCTS.Delete_Transaction_Extension()+ ');
1154: x_msg_count := NULL;
1155: x_msg_data := NULL;
1156: x_return_status := FND_API.G_RET_STS_SUCCESS;
1157: l_payer_rec.party_id := arp_trx_defaults_3.get_party_Id(p_cust_Account_id);

Line 1167: arp_standard.debug('Call TO IBY API ()+ ');

1163:
1164: /*-------------------------+
1165: | Call the IBY API |
1166: +-------------------------*/
1167: arp_standard.debug('Call TO IBY API ()+ ');
1168:
1169: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(
1170: p_api_version => 1.0,
1171: p_init_msg_list => p_init_msg_list,

Line 1183: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);

1179: x_response => l_response);
1180:
1181: IF x_return_status = fnd_api.g_ret_sts_success
1182: THEN
1183: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
1184: ElSIF l_response.result_code= 'EXTENSION_NOT_UPDATEABLE' and
1185: l_response.result_Category = 'INCORRECT_FLOW'
1186: THEN
1187: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');

Line 1190: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');

1186: THEN
1187: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');
1188: app_exception.raise_exception;
1189: Else
1190: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');
1191: raise fnd_api.g_exc_unexpected_error;
1192: END IF;
1193: EXCEPTION
1194: WHEN OTHERS THEN

Line 1195: arp_standard.debug('exception in ARP_PROCESS_RCTS.Delete_Transaction_Extension');

1191: raise fnd_api.g_exc_unexpected_error;
1192: END IF;
1193: EXCEPTION
1194: WHEN OTHERS THEN
1195: arp_standard.debug('exception in ARP_PROCESS_RCTS.Delete_Transaction_Extension');
1196: RAISE;
1197: END Delete_Transaction_Extension;
1198:
1199: