DBA Data[Home] [Help]

APPS.ARP_PROCESS_BATCH dependencies on FND_MESSAGE

Line 54: THEN fnd_message.set_name('AR', 'AR_DUP_BATCH_NAME');

50: --WHERE batch_source_id = p_batch_source_id
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()-');

Line 116: THEN fnd_message.set_name('AR', 'AR_DELNA_TRANSACTION_EXISTS');

112: WHERE batch_id = p_batch_id;
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()-');