DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on APP_EXCEPTION

Line 667: app_exception.raise_exception;

663: arp_util.debug('EXCEPTION: arp_process_line.val_update_line()');
664: arp_util.debug(
665: 'The specified line is not of type LINE, CHARGES or CB');
666: fnd_message.set_name('AR', 'C-1647');
667: app_exception.raise_exception;
668: END IF;
669:
670: arp_trx_validate.check_dup_line_number(l_line_rec.line_number,
671: l_line_rec.customer_trx_id,

Line 1569: app_exception.raise_exception;

1565: p_line_level_action => 'UPDATE');
1566:
1567: IF (NOT l_tax_computed) THEN
1568: arp_util.debug('ERROR COMPUTING TAX ');
1569: app_exception.raise_exception;
1570: END IF;
1571: *****************************************************************/
1572:
1573: