DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on FND_MSG_PUB

Line 10314: x_msg_count := FND_MSG_PUB.count_msg;

10310: pa_debug.reset_curr_function;
10311: EXCEPTION
10312: WHEN OTHERS THEN
10313: x_return_status := FND_API.G_RET_STS_ERROR;
10314: x_msg_count := FND_MSG_PUB.count_msg;
10315: IF l_debug_mode = 'Y' THEN
10316: x_msg_data:=sqlerrm;
10317: pa_debug.write_file('cap_int run: ' || 'LOG', x_msg_data);
10318: pa_debug.write_file('cap_int run: ' || 'LOG', pa_debug.G_err_stack);

Line 10392: FND_MSG_PUB.add_exc_msg

10388: WHEN others THEN
10389: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
10390: x_msg_count := 1;
10391: x_msg_data := SQLERRM;
10392: FND_MSG_PUB.add_exc_msg
10393: ( p_pkg_name => 'pa_alloc_run'
10394: ,p_procedure_name => 'delete_cint_source_dets'
10395: ,p_error_text => x_msg_data);
10396: IF l_debug_mode = 'Y' THEN