DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION dependencies on ARP_DEBUG

Line 169: arp_debug.debug ( 'Calling XLA event creation procedures for');

165: p_confirm_date,
166: l_acctd_amount);
167:
168: IF PG_DEBUG in ('Y','C') THEN
169: arp_debug.debug ( 'Calling XLA event creation procedures for');
170: arp_debug.debug ( 'xla_from_doc_id '||l_cr_rec.cash_receipt_id);
171: arp_debug.debug ( 'xla_to_doc_id '||l_cr_rec.cash_receipt_id);
172: END IF;
173:

Line 170: arp_debug.debug ( 'xla_from_doc_id '||l_cr_rec.cash_receipt_id);

166: l_acctd_amount);
167:
168: IF PG_DEBUG in ('Y','C') THEN
169: arp_debug.debug ( 'Calling XLA event creation procedures for');
170: arp_debug.debug ( 'xla_from_doc_id '||l_cr_rec.cash_receipt_id);
171: arp_debug.debug ( 'xla_to_doc_id '||l_cr_rec.cash_receipt_id);
172: END IF;
173:
174: /* Create events for the receipts associated to this receipt id*/

Line 171: arp_debug.debug ( 'xla_to_doc_id '||l_cr_rec.cash_receipt_id);

167:
168: IF PG_DEBUG in ('Y','C') THEN
169: arp_debug.debug ( 'Calling XLA event creation procedures for');
170: arp_debug.debug ( 'xla_from_doc_id '||l_cr_rec.cash_receipt_id);
171: arp_debug.debug ( 'xla_to_doc_id '||l_cr_rec.cash_receipt_id);
172: END IF;
173:
174: /* Create events for the receipts associated to this receipt id*/
175: l_xla_ev_rec.xla_doc_table := 'CRH';