DBA Data[Home] [Help]

APPS.AR_CMGT_REVIEW_CONC dependencies on FND_MESSAGE

Line 783: FND_MESSAGE.Set_Encoded (l_msg_data);

779: END IF; -- NVL(l_msg_count,0)
780:
781: IF l_return_status <> FND_API.G_RET_STS_SUCCESS Then
782: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE,l_msg_data, l_msg_index);
783: FND_MESSAGE.Set_Encoded (l_msg_data);
784: app_exception.raise_exception;
785: END IF;
786: END IF;
787: IF pg_debug = 'Y' THEN