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 1583: app_exception.raise_exception;

1579: p_line_level_action => 'UPDATE');
1580:
1581: IF (NOT l_tax_computed) THEN
1582: arp_util.debug('ERROR COMPUTING TAX ');
1583: app_exception.raise_exception;
1584: END IF;
1585: *****************************************************************/
1586:
1587: