DBA Data[Home] [Help]

APPS.PA_GENERATE_FORECAST_PUB dependencies on FND_MSG_PUB

Line 50: IF fnd_msg_pub.count_msg = 1 THEN

46:
47: BEGIN
48: PA_DEBUG.set_err_stack('Set_Error_Details');
49: IF p_return_status <> FND_API.G_RET_STS_SUCCESS THEN
50: IF fnd_msg_pub.count_msg = 1 THEN
51: PA_INTERFACE_UTILS_PUB.Get_Messages (
52: p_encoded => FND_API.G_TRUE,
53: p_msg_index => 1,
54: p_msg_count => 1 ,

Line 61: x_msg_count := fnd_msg_pub.count_msg;

57: p_msg_index_out => l_msg_index_out );
58: x_msg_data := l_data;
59: x_msg_count := 1;
60: ELSE
61: x_msg_count := fnd_msg_pub.count_msg;
62: END IF;
63: END IF;
64: PA_DEBUG.reset_err_stack;
65: RETURN;