DBA Data[Home] [Help]

APPS.RCV_UTILITIES dependencies on FND_GLOBAL

Line 33: l_last_updated_by := FND_GLOBAL.user_id;

29: END IF;
30:
31: -- Initialize API return status to success
32: x_return_status := FND_API.G_RET_STS_SUCCESS;
33: l_last_updated_by := FND_GLOBAL.user_id;
34:
35: /* Per discussion with AP:
36: - value of message count should be 0 and data should be null
37: FND_MSG_PUB.cound_and_get should not be called to fetch the values of count and data.