DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_STANDARD

Line 212: arp_standard.debug('arp_process_receipts.insert_cash_receipt()+');

208: BEGIN
209:
210:
211: IF PG_DEBUG in ('Y', 'C') THEN
212: arp_standard.debug('arp_process_receipts.insert_cash_receipt()+');
213: END IF;
214:
215: -- determine creation state (approved, confirmed, remitted, cleared)
216: -- of receipt based on payment method, as well as code combination

Line 227: arp_standard.debug('insert_cash_receipt: ' || 'Creation status = ' || l_creation_status);

223: l_ccid,
224: l_override_dummy);
225:
226: IF PG_DEBUG in ('Y', 'C') THEN
227: arp_standard.debug('insert_cash_receipt: ' || 'Creation status = ' || l_creation_status);
228: arp_standard.debug('insert_cash_receipt: ' || 'Source Type = ' || l_source_type);
229: arp_standard.debug('insert_cash_receipt: ' || 'ccid = ' || l_ccid);
230: END IF;
231:

Line 228: arp_standard.debug('insert_cash_receipt: ' || 'Source Type = ' || l_source_type);

224: l_override_dummy);
225:
226: IF PG_DEBUG in ('Y', 'C') THEN
227: arp_standard.debug('insert_cash_receipt: ' || 'Creation status = ' || l_creation_status);
228: arp_standard.debug('insert_cash_receipt: ' || 'Source Type = ' || l_source_type);
229: arp_standard.debug('insert_cash_receipt: ' || 'ccid = ' || l_ccid);
230: END IF;
231:
232: -- create ar_cash_receipt record:

Line 229: arp_standard.debug('insert_cash_receipt: ' || 'ccid = ' || l_ccid);

225:
226: IF PG_DEBUG in ('Y', 'C') THEN
227: arp_standard.debug('insert_cash_receipt: ' || 'Creation status = ' || l_creation_status);
228: arp_standard.debug('insert_cash_receipt: ' || 'Source Type = ' || l_source_type);
229: arp_standard.debug('insert_cash_receipt: ' || 'ccid = ' || l_ccid);
230: END IF;
231:
232: -- create ar_cash_receipt record:
233:

Line 259: arp_standard.debug('insert_cash_receipt: ' || 'status = ' || l_status);

255: l_id_dummy,
256: l_id_dummy);
257:
258: IF PG_DEBUG in ('Y', 'C') THEN
259: arp_standard.debug('insert_cash_receipt: ' || 'status = ' || l_status);
260: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unid_ccid = ' || l_ra_unid_ccid);
261: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unapp_ccid = ' || l_ra_unapp_ccid);
262: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' || l_bank_charges_ccid);
263: END IF;

Line 260: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unid_ccid = ' || l_ra_unid_ccid);

256: l_id_dummy);
257:
258: IF PG_DEBUG in ('Y', 'C') THEN
259: arp_standard.debug('insert_cash_receipt: ' || 'status = ' || l_status);
260: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unid_ccid = ' || l_ra_unid_ccid);
261: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unapp_ccid = ' || l_ra_unapp_ccid);
262: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' || l_bank_charges_ccid);
263: END IF;
264:

Line 261: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unapp_ccid = ' || l_ra_unapp_ccid);

257:
258: IF PG_DEBUG in ('Y', 'C') THEN
259: arp_standard.debug('insert_cash_receipt: ' || 'status = ' || l_status);
260: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unid_ccid = ' || l_ra_unid_ccid);
261: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unapp_ccid = ' || l_ra_unapp_ccid);
262: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' || l_bank_charges_ccid);
263: END IF;
264:
265: l_cr_rec.amount := p_amount;

Line 262: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' || l_bank_charges_ccid);

258: IF PG_DEBUG in ('Y', 'C') THEN
259: arp_standard.debug('insert_cash_receipt: ' || 'status = ' || l_status);
260: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unid_ccid = ' || l_ra_unid_ccid);
261: arp_standard.debug('insert_cash_receipt: ' || 'l_ra_unapp_ccid = ' || l_ra_unapp_ccid);
262: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' || l_bank_charges_ccid);
263: END IF;
264:
265: l_cr_rec.amount := p_amount;
266: l_cr_rec.currency_code := p_currency_code;

Line 522: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');

518: -- if bank charges exist, create distribution record
519: -- for them:
520:
521: IF PG_DEBUG in ('Y', 'C') THEN
522: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');
523: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
524: to_char(p_factor_discount_amount));
525: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
526: to_char(l_acctd_factor_discount_amount));

Line 523: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||

519: -- for them:
520:
521: IF PG_DEBUG in ('Y', 'C') THEN
522: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');
523: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
524: to_char(p_factor_discount_amount));
525: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
526: to_char(l_acctd_factor_discount_amount));
527: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||

Line 525: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||

521: IF PG_DEBUG in ('Y', 'C') THEN
522: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');
523: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
524: to_char(p_factor_discount_amount));
525: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
526: to_char(l_acctd_factor_discount_amount));
527: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||
528: to_char(l_crh_rec.cash_receipt_history_id));
529: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||

Line 527: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||

523: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
524: to_char(p_factor_discount_amount));
525: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
526: to_char(l_acctd_factor_discount_amount));
527: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||
528: to_char(l_crh_rec.cash_receipt_history_id));
529: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||
530: to_char(l_bank_charges_ccid));
531: END IF;

Line 529: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||

525: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
526: to_char(l_acctd_factor_discount_amount));
527: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||
528: to_char(l_crh_rec.cash_receipt_history_id));
529: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||
530: to_char(l_bank_charges_ccid));
531: END IF;
532:
533: arp_proc_rct_util.insert_dist_rec(

Line 574: arp_standard.debug('arp_process_receipts.insert_cash_receipt()-');

570: FROM ar_cash_receipts
571: WHERE cash_receipt_id = l_cr_rec.cash_receipt_id;
572:
573: IF PG_DEBUG in ('Y', 'C') THEN
574: arp_standard.debug('arp_process_receipts.insert_cash_receipt()-');
575: END IF;
576:
577: EXCEPTION
578: WHEN OTHERS THEN

Line 580: arp_standard.debug('Exception in insert_cash_receipt');

576:
577: EXCEPTION
578: WHEN OTHERS THEN
579: IF PG_DEBUG in ('Y', 'C') THEN
580: arp_standard.debug('Exception in insert_cash_receipt');
581: END IF;
582: RAISE;
583:
584: END insert_cash_receipt;

Line 643: arp_standard.debug('arp_process_receipts.remit_cash_receipt()+');

639:
640: BEGIN
641:
642: IF PG_DEBUG in ('Y', 'C') THEN
643: arp_standard.debug('arp_process_receipts.remit_cash_receipt()+');
644: END IF;
645: x_return_status := FND_API.G_RET_STS_SUCCESS;
646:
647: l_cr_rec.cash_receipt_id := p_cash_receipt_id;

Line 657: arp_standard.debug('remit_cash_receipt: ' || 'This receipt is in '||l_crh_rec.status||

653: arp_cr_history_pkg.fetch_f_crid(l_cr_rec.cash_receipt_id, l_crh_rec );
654:
655: IF l_crh_rec.status <> 'CONFIRMED' then
656: IF PG_DEBUG in ('Y', 'C') THEN
657: arp_standard.debug('remit_cash_receipt: ' || 'This receipt is in '||l_crh_rec.status||
658: ' status. Does not require Remittance ');
659: END IF;
660: x_return_status := FND_API.G_RET_STS_ERROR;
661: RETURN;

Line 713: arp_standard.debug('arp_process_receipts.remit_cash_receipt()-');

709: 'CONFIRMATION',
710: l_confirmation_ccid);
711:
712: IF PG_DEBUG in ('Y', 'C') THEN
713: arp_standard.debug('arp_process_receipts.remit_cash_receipt()-');
714: END IF;
715:
716: EXCEPTION
717: WHEN OTHERS THEN

Line 720: arp_standard.debug('Exception in remit_cash_receipt '||SQLERRM);

716: EXCEPTION
717: WHEN OTHERS THEN
718: x_return_status := FND_API.G_RET_STS_ERROR;
719: IF PG_DEBUG in ('Y', 'C') THEN
720: arp_standard.debug('Exception in remit_cash_receipt '||SQLERRM);
721: END IF;
722: RAISE;
723:
724: END remit_cash_receipt;