DBA Data[Home] [Help]

APPS.ARP_PROCESS_BATCH dependencies on APP_EXCEPTION

Line 55: app_exception.raise_exception;

51: WHERE name = p_name;
52:
53: IF (l_count > 0)
54: THEN fnd_message.set_name('AR', 'AR_DUP_BATCH_NAME');
55: app_exception.raise_exception;
56: END IF;
57:
58: arp_util.debug('arp_process_batch.check_dup_batch_name()-');
59:

Line 117: app_exception.raise_exception;

113:
114: /* Bug1894153 : Changed the message name . */
115: IF (l_count > 0)
116: THEN fnd_message.set_name('AR', 'AR_DELNA_TRANSACTION_EXISTS');
117: app_exception.raise_exception;
118: END IF;
119:
120: arp_util.debug('arp_process_batch.ar_empty_batch()-');
121: