DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on STANDARD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

510: -- if bank charges exist, create distribution record
511: -- for them:
512:
513: IF PG_DEBUG in ('Y', 'C') THEN
514: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');
515: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
516: to_char(p_factor_discount_amount));
517: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
518: to_char(l_acctd_factor_discount_amount));

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

511: -- for them:
512:
513: IF PG_DEBUG in ('Y', 'C') THEN
514: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');
515: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
516: to_char(p_factor_discount_amount));
517: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
518: to_char(l_acctd_factor_discount_amount));
519: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||

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

513: IF PG_DEBUG in ('Y', 'C') THEN
514: arp_standard.debug('insert_cash_receipt: ' || 'Before creating distribution for bank charges:');
515: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
516: to_char(p_factor_discount_amount));
517: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
518: to_char(l_acctd_factor_discount_amount));
519: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||
520: to_char(l_crh_rec.cash_receipt_history_id));
521: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||

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

515: arp_standard.debug('insert_cash_receipt: ' || 'p_factor_discount_amount = ' ||
516: to_char(p_factor_discount_amount));
517: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
518: to_char(l_acctd_factor_discount_amount));
519: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||
520: to_char(l_crh_rec.cash_receipt_history_id));
521: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||
522: to_char(l_bank_charges_ccid));
523: END IF;

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

517: arp_standard.debug('insert_cash_receipt: ' || 'l_acctd_factor_discount_amount = ' ||
518: to_char(l_acctd_factor_discount_amount));
519: arp_standard.debug('insert_cash_receipt: ' || 'l_crh_rec.cash_receipt_history_id = ' ||
520: to_char(l_crh_rec.cash_receipt_history_id));
521: arp_standard.debug('insert_cash_receipt: ' || 'l_bank_charges_ccid = ' ||
522: to_char(l_bank_charges_ccid));
523: END IF;
524:
525: arp_proc_rct_util.insert_dist_rec(

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

561: FROM ar_cash_receipts
562: WHERE cash_receipt_id = l_cr_rec.cash_receipt_id;
563:
564: IF PG_DEBUG in ('Y', 'C') THEN
565: arp_standard.debug('arp_process_receipts.insert_cash_receipt()-');
566: END IF;
567:
568: EXCEPTION
569: WHEN OTHERS THEN

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

567:
568: EXCEPTION
569: WHEN OTHERS THEN
570: IF PG_DEBUG in ('Y', 'C') THEN
571: arp_standard.debug('Exception in insert_cash_receipt');
572: END IF;
573: RAISE;
574:
575: END insert_cash_receipt;

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

630:
631: BEGIN
632:
633: IF PG_DEBUG in ('Y', 'C') THEN
634: arp_standard.debug('arp_process_receipts.remit_cash_receipt()+');
635: END IF;
636: x_return_status := FND_API.G_RET_STS_SUCCESS;
637:
638: l_cr_rec.cash_receipt_id := p_cash_receipt_id;

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

644: arp_cr_history_pkg.fetch_f_crid(l_cr_rec.cash_receipt_id, l_crh_rec );
645:
646: IF l_crh_rec.status <> 'CONFIRMED' then
647: IF PG_DEBUG in ('Y', 'C') THEN
648: arp_standard.debug('remit_cash_receipt: ' || 'This receipt is in '||l_crh_rec.status||
649: ' status. Does not require Remittance ');
650: END IF;
651: x_return_status := FND_API.G_RET_STS_ERROR;
652: RETURN;

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

700: 'CONFIRMATION',
701: l_confirmation_ccid);
702:
703: IF PG_DEBUG in ('Y', 'C') THEN
704: arp_standard.debug('arp_process_receipts.remit_cash_receipt()-');
705: END IF;
706:
707: EXCEPTION
708: WHEN OTHERS THEN

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

707: EXCEPTION
708: WHEN OTHERS THEN
709: x_return_status := FND_API.G_RET_STS_ERROR;
710: IF PG_DEBUG in ('Y', 'C') THEN
711: arp_standard.debug('Exception in remit_cash_receipt '||SQLERRM);
712: END IF;
713: RAISE;
714:
715: END remit_cash_receipt;