DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on FND_MESSAGE

Line 4238: /* FND_MESSAGE.RETRIEVE; */

4234: x_return_status := FND_API.G_RET_STS_ERROR;
4235: IF P_PA_DEBUG_MODE = 'Y' THEN
4236: pa_debug.write_file('Regenerate: ' || 'l_request_id=0; ERROR');
4237: END IF;
4238: /* FND_MESSAGE.RETRIEVE; */
4239: l_msg_data := FND_MESSAGE.GET;
4240: IF P_PA_DEBUG_MODE = 'Y' THEN
4241: pa_debug.write_file('Regenerate: ' || 'the error message is ' || l_msg_data);
4242: END IF;

Line 4239: l_msg_data := FND_MESSAGE.GET;

4235: IF P_PA_DEBUG_MODE = 'Y' THEN
4236: pa_debug.write_file('Regenerate: ' || 'l_request_id=0; ERROR');
4237: END IF;
4238: /* FND_MESSAGE.RETRIEVE; */
4239: l_msg_data := FND_MESSAGE.GET;
4240: IF P_PA_DEBUG_MODE = 'Y' THEN
4241: pa_debug.write_file('Regenerate: ' || 'the error message is ' || l_msg_data);
4242: END IF;
4243: /* PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

Line 4244: p_msg_name => FND_MESSAGE.GET); */

4240: IF P_PA_DEBUG_MODE = 'Y' THEN
4241: pa_debug.write_file('Regenerate: ' || 'the error message is ' || l_msg_data);
4242: END IF;
4243: /* PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4244: p_msg_name => FND_MESSAGE.GET); */
4245: l_msg_count := 1;
4246: /*l_msg_count := FND_MSG_PUB.count_msg;*/
4247: if l_msg_count = 1 then
4248: PA_INTERFACE_UTILS_PUB.get_messages