DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on FND_MSG_PUB

Line 676: fnd_msg_pub.initialize;

672: p_return_error_message => l_error_message);
673: IF (l_error_message IS NOT NULL) THEN
674: -- BuildAccount will in itself add to fnd message pub, initialize to avoid that
675: -- No side effects with initialize in Spread Sheet import, all error messages properly displayed.
676: fnd_msg_pub.initialize;
677: FND_MESSAGE.SET_NAME('SQLAP','OIE_DEA_VALIDATION_ERROR');
678: FND_MESSAGE.SET_TOKEN('VAL_ERROR', l_error_message);
679: p_cs_error:= fnd_message.get_encoded();
680: END IF;