DBA Data[Home] [Help]

APPS.IBY_BUILD_INSTRUCTIONS_PUB_PKG dependencies on FND_MESSAGE

Line 631: FND_MESSAGE.set_name('IBY', l_error_code);

627: FND_LOG.LEVEL_UNEXPECTED
628: );
629:
630: l_error_code := 'IBY_INS_AWT_CERT_HOOK_FAILED';
631: FND_MESSAGE.set_name('IBY', l_error_code);
632:
633: FND_MESSAGE.SET_TOKEN('CALLOUT',
634: l_callout_name,
635: FALSE);

Line 633: FND_MESSAGE.SET_TOKEN('CALLOUT',

629:
630: l_error_code := 'IBY_INS_AWT_CERT_HOOK_FAILED';
631: FND_MESSAGE.set_name('IBY', l_error_code);
632:
633: FND_MESSAGE.SET_TOKEN('CALLOUT',
634: l_callout_name,
635: FALSE);
636: /*
637: * Set the error message on the concurrent

Line 642: FND_MESSAGE.GET);

638: * program output file (to warn user that
639: * the hook failed).
640: */
641: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,
642: FND_MESSAGE.GET);
643:
644: /*
645: * Set the message on the error stack
646: * to display in UI (in case of direct