DBA Data[Home] [Help]

APPS.ARP_PROCESS_SALESCREDIT dependencies on FND_MESSAGE

Line 661: FND_MESSAGE.set_name('AR', 'GENERIC_MESSAGE');

657:
658: IF (l_errorbuf is not null)
659: THEN arp_util.debug('AutoAccounting error: ' || l_errorbuf);
660:
661: FND_MESSAGE.set_name('AR', 'GENERIC_MESSAGE');
662: FND_MESSAGE.set_token( 'GENERIC_TEXT', l_errorbuf);
663: APP_EXCEPTION.raise_exception;
664:
665: END IF;

Line 662: FND_MESSAGE.set_token( 'GENERIC_TEXT', l_errorbuf);

658: IF (l_errorbuf is not null)
659: THEN arp_util.debug('AutoAccounting error: ' || l_errorbuf);
660:
661: FND_MESSAGE.set_name('AR', 'GENERIC_MESSAGE');
662: FND_MESSAGE.set_token( 'GENERIC_TEXT', l_errorbuf);
663: APP_EXCEPTION.raise_exception;
664:
665: END IF;
666:

Line 685: fnd_message.set_name('AR', 'AR_PLCRE_FHLR_CCID');

681: 'N') = 0 -- FALSE
682: THEN
683: arp_util.debug('EXCEPTION: arp_process_salescredit.run_autoacc_for_scredits');
684: arp_util.debug(l_error_message);
685: fnd_message.set_name('AR', 'AR_PLCRE_FHLR_CCID');
686: APP_EXCEPTION.raise_exception;
687: END IF;
688:
689: arp_util.debug('arp_process_salescredit.run_autoacc_for_scredits()-');