DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on FND_MSG_PUB

Line 10419: x_msg_count := FND_MSG_PUB.count_msg;

10415: pa_debug.reset_curr_function;
10416: EXCEPTION
10417: WHEN OTHERS THEN
10418: x_return_status := FND_API.G_RET_STS_ERROR;
10419: x_msg_count := FND_MSG_PUB.count_msg;
10420: IF l_debug_mode = 'Y' THEN
10421: x_msg_data:=sqlerrm;
10422: pa_debug.write_file('cap_int run: ' || 'LOG', x_msg_data);
10423: pa_debug.write_file('cap_int run: ' || 'LOG', pa_debug.G_err_stack);

Line 10497: FND_MSG_PUB.add_exc_msg

10493: WHEN others THEN
10494: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
10495: x_msg_count := 1;
10496: x_msg_data := SQLERRM;
10497: FND_MSG_PUB.add_exc_msg
10498: ( p_pkg_name => 'pa_alloc_run'
10499: ,p_procedure_name => 'delete_cint_source_dets'
10500: ,p_error_text => x_msg_data);
10501: IF l_debug_mode = 'Y' THEN