DBA Data[Home] [Help]

APPS.AR_BFB_UTILS_PVT dependencies on ARP_STANDARD

Line 391: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()+');

387: l_msg_94 fnd_new_messages.message_text%type;
388: l_msg_95 fnd_new_messages.message_text%type;
389: BEGIN
390: IF PG_DEBUG in ('Y', 'C') THEN
391: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()+');
392: arp_standard.debug(' request_id = ' || p_request_id);
393: END IF;
394:
395: /* Fetch rows (transactions) for processing */

Line 392: arp_standard.debug(' request_id = ' || p_request_id);

388: l_msg_95 fnd_new_messages.message_text%type;
389: BEGIN
390: IF PG_DEBUG in ('Y', 'C') THEN
391: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()+');
392: arp_standard.debug(' request_id = ' || p_request_id);
393: END IF;
394:
395: /* Fetch rows (transactions) for processing */
396: /* 7575555 - we now only fetch records where the account-level cons_inv_flag = Y.

Line 412: arp_standard.debug(' rows selected = ' || l_rows_selected);

408: IF l_rows_selected > 0
409: THEN
410: /* Process what we've got */
411: IF PG_DEBUG in ('Y', 'C') THEN
412: arp_standard.debug(' rows selected = ' || l_rows_selected);
413: END IF;
414:
415: /* Bulk update of transaction terms
416: NOTE: This excludes those in error or null */

Line 465: arp_standard.debug(' NO ROWS TO PROCESS');

461: END IF;
462: ELSE
463: /* Nothing to process */
464: IF PG_DEBUG in ('Y', 'C') THEN
465: arp_standard.debug(' NO ROWS TO PROCESS');
466: END IF;
467: END IF;
468:
469: p_error_count := l_rows_rejected;

Line 472: arp_standard.debug(' rows processed = ' || l_rows_updated);

468:
469: p_error_count := l_rows_rejected;
470:
471: IF PG_DEBUG in ('Y', 'C') THEN
472: arp_standard.debug(' rows processed = ' || l_rows_updated);
473: arp_standard.debug(' rows rejected = ' || l_rows_rejected);
474: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()-');
475: END IF;
476:

Line 473: arp_standard.debug(' rows rejected = ' || l_rows_rejected);

469: p_error_count := l_rows_rejected;
470:
471: IF PG_DEBUG in ('Y', 'C') THEN
472: arp_standard.debug(' rows processed = ' || l_rows_updated);
473: arp_standard.debug(' rows rejected = ' || l_rows_rejected);
474: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()-');
475: END IF;
476:
477: END validate_and_default_term;

Line 474: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()-');

470:
471: IF PG_DEBUG in ('Y', 'C') THEN
472: arp_standard.debug(' rows processed = ' || l_rows_updated);
473: arp_standard.debug(' rows rejected = ' || l_rows_rejected);
474: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()-');
475: END IF;
476:
477: END validate_and_default_term;
478: