DBA Data[Home] [Help]

APPS.GL_ACCOUNTS_MAP_GRP dependencies on FND_MESSAGE

Line 59: errBuf := substr( FND_MESSAGE.get, 1, 2000 );

55:
56: -- May be a message on the stack or
57: -- a string passed in via the arg
58: if buf IS NULL then
59: errBuf := substr( FND_MESSAGE.get, 1, 2000 );
60: else
61: errBuf := substr( buf, 1, 2000 );
62: end if;
63: