DBA Data[Home] [Help]

APPS.PA_PROJ_STAT_ACTSET dependencies on FND_MSG_PUB

Line 89: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.process_action_set'

85: -- Put any message text from message stack into the Message ARRAY
86: EXCEPTION
87: WHEN OTHERS THEN
88: -- Set the excetption Message and the stack
89: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.process_action_set'
90: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
91: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
92: RAISE;
93:

Line 239: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.perform_action_set_line'

235:
236:
237: EXCEPTION
238: WHEN OTHERS THEN
239: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.perform_action_set_line'
240: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
241: x_action_line_result_code := pa_action_set_utils.G_NOT_PERFORMED;
242: RAISE;
243:

Line 425: --FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_proj_stat_actset.perform_selected_action'

421: WHEN OTHERS THEN
422: RAISE;
423:
424: -- Set the exception Message and the stack
425: --FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_proj_stat_actset.perform_selected_action'
426: -- ,p_procedure_name => PA_DEBUG.G_Err_Stack );
427: -- x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
428: -- x_msg_count := 1;
429: -- x_msg_data := substr(SQLERRM,1,2000);

Line 524: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_proj_stat_actset.copy_action_sets'

520: EXCEPTION
521: WHEN OTHERS THEN
522: ROLLBACK TO copy_proj_action_sets;
523: -- Set the exception Message and the stack
524: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_proj_stat_actset.copy_action_sets'
525: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
526: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
527: RAISE;
528:

Line 614: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.delete_action_set'

610:
611: EXCEPTION
612:
613: WHEN OTHERS THEN
614: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.delete_action_set'
615: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
616:
617: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
618: RAISE;

Line 741: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.update_action_set'

737:
738: EXCEPTION
739:
740: WHEN OTHERS THEN
741: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJ_STAT_ACTSET.update_action_set'
742: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
743:
744: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
745: RAISE;