DBA Data[Home] [Help]

APPS.INV_RESERVATION_UTIL_PVT dependencies on FND_MESSAGE

Line 40: FND_MESSAGE.SET_NAME(p_appl_short_name, p_msg_to_append);

36: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
37: l_buff VARCHAR2(2000); -- translated message
38: BEGIN
39: /* get translation for mesage code into l_buff */
40: FND_MESSAGE.SET_NAME(p_appl_short_name, p_msg_to_append);
41: l_buff := FND_MESSAGE.GET;
42:
43: /* write to log file the local buffer */
44: fnd_file.put(fnd_file.Log, l_buff);

Line 41: l_buff := FND_MESSAGE.GET;

37: l_buff VARCHAR2(2000); -- translated message
38: BEGIN
39: /* get translation for mesage code into l_buff */
40: FND_MESSAGE.SET_NAME(p_appl_short_name, p_msg_to_append);
41: l_buff := FND_MESSAGE.GET;
42:
43: /* write to log file the local buffer */
44: fnd_file.put(fnd_file.Log, l_buff);
45: /* put in 1 (one) carriage return for next write to file */