DBA Data[Home] [Help]

APPS.AMS_TASK_PVT dependencies on FND_MESSAGE

Line 33: FND_MESSAGE.SET_NAME('AMS','AMS_TASK_INVALID_DATE');

29: BEGIN
30: if p_actual_start_date is not null AND p_actual_end_date is not null then
31: if p_actual_start_date > p_actual_end_date then
32: x_return_status := FND_API.G_RET_STS_ERROR;
33: FND_MESSAGE.SET_NAME('AMS','AMS_TASK_INVALID_DATE');
34: FND_MSG_PUB.Add;
35: x_return_status := FND_API.G_RET_STS_ERROR;
36: FND_MSG_PUB.Count_and_Get
37: (