DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PVT dependencies on FND_MESSAGE

Line 671: l_error_msg := fnd_message.get;

667:
668: ELSIF l_ccid = 0 THEN
669:
670:
671: l_error_msg := fnd_message.get;
672: IF l_error_msg IS NOT NULL THEN
673: l_error_text := l_error_msg || ' ' || l_concat_segments;
674: ELSE
675: l_error_text := l_concat_segments;