DBA Data[Home] [Help]

APPS.PA_TASK_PROG_ACTSET dependencies on FND_MSG_PUB

Line 81: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.process_action_set'

77: -- Put any message text from message stack into the Message ARRAY
78: EXCEPTION
79: WHEN OTHERS THEN
80: -- Set the excetption Message and the stack
81: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.process_action_set'
82: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
83: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
84: RAISE;
85:

Line 192: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.peform_action_set_line'

188: return;
189: EXCEPTION
190: WHEN OTHERS THEN
191: -- Set the excetption Message and the stack
192: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.peform_action_set_line'
193: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
194: x_action_line_result_code := pa_action_set_utils.G_NOT_PERFORMED;
195: RAISE;
196:

Line 246: -- FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.action_allowed_for_status'

242: EXCEPTION
243: WHEN OTHERS THEN
244: RAISE;
245:
246: -- FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.action_allowed_for_status'
247: -- ,p_procedure_name => PA_DEBUG.G_Err_Stack );
248:
249: END action_allowed_for_status;
250: /*----------------------------------------------------------------------------------*/

Line 295: --FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.ok_to_perform_action'

291: WHEN OTHERS THEN
292: RAISE;
293:
294: -- Set the excetption Message and the stack
295: --FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.ok_to_perform_action'
296: -- ,p_procedure_name => PA_DEBUG.G_Err_Stack );
297:
298: END ok_to_perform_action;
299: /*-----------------------------------------------------------------------------*/

Line 374: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_task_prog_actset.copy_action_sets'

370: EXCEPTION
371: WHEN TOO_MANY_ROWS THEN
372: ROLLBACK TO copy_task_action_sets;
373: -- Set the exception Message and the stack
374: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_task_prog_actset.copy_action_sets'
375: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
376: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
377: RAISE;
378:

Line 382: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_task_prog_actset.copy_action_sets'

378:
379: WHEN OTHERS THEN
380: ROLLBACK TO copy_task_action_sets;
381: -- Set the exception Message and the stack
382: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_task_prog_actset.copy_action_sets'
383: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
384: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
385: RAISE;
386:

Line 448: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.delete_action_set'

444:
445: EXCEPTION
446:
447: WHEN OTHERS THEN
448: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.delete_action_set'
449: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
450:
451: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
452: RAISE;

Line 597: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.update_action_set'

593:
594: EXCEPTION
595:
596: WHEN OTHERS THEN
597: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TASK_PROG_ACTSET.update_action_set'
598: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
599:
600: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
601: RAISE;