DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on FND_MSG_PUB

Line 212: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_UTILS_PKG'

208: return x_ret_code;
209: EXCEPTION
210: WHEN OTHERS THEN
211: -- Set the excetption Message and the stack
212: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_UTILS_PKG'
213: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
214: --
215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
216: x_ret_code:= fnd_api.g_false;

Line 238: FND_MSG_PUB.initialize;

234:
235: begin
236: x_return_status := FND_API.G_RET_STS_SUCCESS;
237: x_msg_count := 0;
238: FND_MSG_PUB.initialize;
239:
240: if p_estimated_ed_date < p_estimated_st_date then
241: PA_UTILS.Add_Message( p_app_short_name => 'PA'
242: ,p_msg_name => 'PA_EST_DATES_INV');

Line 292: x_msg_count := FND_MSG_PUB.Count_Msg;

288: x_return_status := FND_API.G_RET_STS_ERROR;
289:
290: end if;
291:
292: x_msg_count := FND_MSG_PUB.Count_Msg;
293: IF x_msg_count = 1 THEN
294: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
295: ,p_msg_index => 1
296: ,p_data => x_msg_data

Line 301: fnd_msg_pub.count_and_get(p_count => x_msg_count,

297: ,p_msg_index_out => l_msg_index_out
298: );
299: END IF;
300:
301: fnd_msg_pub.count_and_get(p_count => x_msg_count,
302: p_data => x_msg_data);
303: end validate_prog_proj_dates;
304:
305:

Line 347: FND_MSG_PUB.initialize;

343: BEGIN
344:
345: --Clear the global PL/SQL message table
346: IF FND_API.TO_BOOLEAN( fnd_api.g_true ) THEN
347: FND_MSG_PUB.initialize;
348: END IF;
349:
350: x_return_status := FND_API.G_RET_STS_SUCCESS;
351: -- Check it is a seeded template

Line 405: x_msg_count := FND_MSG_PUB.Count_Msg;

401: IF (l_ok_to_delete = 'N') then
402: PA_UTILS.Add_Message( p_app_short_name => 'PA'
403: ,p_msg_name => 'PA_EDIT_TEMPLATE_INV');
404: x_return_status := FND_API.G_RET_STS_ERROR;
405: x_msg_count := FND_MSG_PUB.Count_Msg;
406: IF x_msg_count = 1 then
407: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
408: ,p_msg_index => 1
409: ,p_data => x_msg_data

Line 508: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_Utils.update_perccomplete'

504: ROLLBACK TO update_perccomplete;
505:
506: --
507: -- Set the excetption Message and the stack
508: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_Utils.update_perccomplete'
509: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
510: --
511: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
512: RAISE; -- This is optional depending on the needs

Line 644: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_Utils.remove_progress_report_setup'

640: ROLLBACK TO remove_progress_report_setup;
641:
642: --
643: -- Set the excetption Message and the stack
644: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_Utils.remove_progress_report_setup'
645: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
646: --
647: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
648: RAISE; -- This is optional depending on the needs