DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on FND_MESSAGE

Line 871: l_error_message := FND_MESSAGE.GET_STRING('AR','AR_UNABLE_LOCK_BATCH');

867:
868: EXCEPTION
869: WHEN l_batch_lock_excp THEN
870:
871: l_error_message := FND_MESSAGE.GET_STRING('AR','AR_UNABLE_LOCK_BATCH');
872:
873: IF (FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', l_error_message) = FALSE)
874: THEN
875: arp_debug.debug('Unable to set WARNING return status');

Line 1081: P_ERRBUF := fnd_Message.get;

1077: p_total_workers );
1078:
1079: IF (pg_request_id = 0) THEN
1080: arp_debug.debug('can not start for worker_id: ' ||p_worker_number );
1081: P_ERRBUF := fnd_Message.get;
1082: P_RETCODE := 2;
1083: return;
1084: ELSE
1085: commit;