DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BUDGET dependencies on PA_CLIENT_EXTN_BUDGET

Line 1: PACKAGE BODY pa_client_extn_budget AS

1: PACKAGE BODY pa_client_extn_budget AS
2: /* $Header: PAXBCECB.pls 120.2 2005/08/19 17:08:53 mwasowic ship $ */
3:
4: PROCEDURE Calc_Raw_Cost(x_budget_version_id in number,
5: x_project_id in number,

Line 379: pa_debug.set_err_stack('PA_CLIENT_EXTN_BUDGET.Get_Custom_Layout_Code');

375:
376: /* Initialize out parameters. */
377: x_msg_count := 0;
378: x_return_status := FND_API.G_RET_STS_SUCCESS;
379: pa_debug.set_err_stack('PA_CLIENT_EXTN_BUDGET.Get_Custom_Layout_Code');
380:
381: /* Display Errors:
382: To display an error or warning message use PA_UTILS.Add_Message.
383: For example, a typical call might look like the following:

Line 427: -- ( p_pkg_name => 'PA_CLIENT_EXTN_BUDGET'

423: -- x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
424: -- x_msg_count := 1;
425: -- x_msg_data := SQLERRM;
426: -- FND_MSG_PUB.add_exc_msg
427: -- ( p_pkg_name => 'PA_CLIENT_EXTN_BUDGET'
428: -- ,p_procedure_name => 'Get_Custom_Layout_Code'
429: -- ,p_error_text => sqlerrm);
430: -- IF l_pa_debug_mode = 'Y' THEN
431: -- pa_debug.g_err_stage:= 'Unexpected Error'||SQLERRM;

Line 485: -- ( p_pkg_name => 'PA_CLIENT_EXTN_BUDGET'

481: -- x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
482: -- x_msg_count := 1;
483: -- x_msg_data := SQLERRM;
484: -- FND_MSG_PUB.add_exc_msg
485: -- ( p_pkg_name => 'PA_CLIENT_EXTN_BUDGET'
486: -- ,p_procedure_name => 'Get_Custom_Layout_Code'
487: -- ,p_error_text => sqlerrm);
488: -- RAISE;
489: END Stamp_Client_Extn_Errors;

Line 491: END pa_client_extn_budget;

487: -- ,p_error_text => sqlerrm);
488: -- RAISE;
489: END Stamp_Client_Extn_Errors;
490:
491: END pa_client_extn_budget;