DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PVT dependencies on FND_MESSAGE

Line 665: l_error_msg := fnd_message.get;

661:
662: ELSIF l_ccid = 0 THEN
663:
664:
665: l_error_msg := fnd_message.get;
666: IF l_error_msg IS NOT NULL THEN
667: l_error_text := l_error_msg || ' ' || l_concat_segments;
668: ELSE
669: l_error_text := l_concat_segments;