DBA Data[Home] [Help]

APPS.IBY_BUILD_INSTRUCTIONS_PUB_PKG dependencies on FND_MESSAGE

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

720: );
721:
722: END IF;
723: l_error_code := 'IBY_INS_AWT_CERT_HOOK_FAILED';
724: FND_MESSAGE.set_name('IBY', l_error_code);
725:
726: FND_MESSAGE.SET_TOKEN('CALLOUT',
727: l_callout_name,
728: FALSE);

Line 726: FND_MESSAGE.SET_TOKEN('CALLOUT',

722: END IF;
723: l_error_code := 'IBY_INS_AWT_CERT_HOOK_FAILED';
724: FND_MESSAGE.set_name('IBY', l_error_code);
725:
726: FND_MESSAGE.SET_TOKEN('CALLOUT',
727: l_callout_name,
728: FALSE);
729: /*
730: * Set the error message on the concurrent

Line 735: FND_MESSAGE.GET);

731: * program output file (to warn user that
732: * the hook failed).
733: */
734: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,
735: FND_MESSAGE.GET);
736:
737: /*
738: * Set the message on the error stack
739: * to display in UI (in case of direct