DBA Data[Home] [Help]

APPS.PA_FP_WP_GEN_BUDGET_AMT_PUB dependencies on PA_FP_CALC_PLAN_PKG

Line 2607: PA_FP_CALC_PLAN_PKG.calculate',

2603: IF P_PA_DEBUG_MODE = 'Y' THEN
2604: pa_fp_gen_amount_utils.fp_debug
2605: (p_called_mode => p_called_mode,
2606: p_msg => 'Before calling
2607: PA_FP_CALC_PLAN_PKG.calculate',
2608: p_module_name => l_module_name,
2609: p_log_level => 5);
2610: END IF;
2611: PA_FP_CALC_PLAN_PKG.calculate(

Line 2611: PA_FP_CALC_PLAN_PKG.calculate(

2607: PA_FP_CALC_PLAN_PKG.calculate',
2608: p_module_name => l_module_name,
2609: p_log_level => 5);
2610: END IF;
2611: PA_FP_CALC_PLAN_PKG.calculate(
2612: p_project_id => P_PROJECT_ID,
2613: p_budget_version_id => P_BUDGET_VERSION_ID,
2614: p_refresh_rates_flag => l_refresh_rates_flag,
2615: p_refresh_conv_rates_flag => l_refresh_conv_rates_flag,

Line 2652: PA_FP_CALC_PLAN_PKG.calculate: '

2648: IF P_PA_DEBUG_MODE = 'Y' THEN
2649: pa_fp_gen_amount_utils.fp_debug
2650: (p_called_mode => p_called_mode,
2651: p_msg => 'Status after calling
2652: PA_FP_CALC_PLAN_PKG.calculate: '
2653: ||x_return_status,
2654: p_module_name => l_module_name,
2655: p_log_level => 5);
2656: END IF;

Line 5083: PA_FP_CALC_PLAN_PKG.calculate',

5079: --Calling the calculate API
5080: IF P_PA_DEBUG_MODE = 'Y' THEN
5081: pa_fp_gen_amount_utils.fp_debug
5082: (p_msg => 'Before calling
5083: PA_FP_CALC_PLAN_PKG.calculate',
5084: p_module_name => l_module_name,
5085: p_log_level => 5);
5086: END IF;
5087: PA_FP_CALC_PLAN_PKG.calculate(

Line 5087: PA_FP_CALC_PLAN_PKG.calculate(

5083: PA_FP_CALC_PLAN_PKG.calculate',
5084: p_module_name => l_module_name,
5085: p_log_level => 5);
5086: END IF;
5087: PA_FP_CALC_PLAN_PKG.calculate(
5088: p_project_id => P_PROJECT_ID,
5089: p_budget_version_id => P_TARGET_BV_ID,
5090: p_refresh_rates_flag => l_refresh_rates_flag,
5091: p_refresh_conv_rates_flag => l_refresh_conv_rates_flag,

Line 5118: PA_FP_CALC_PLAN_PKG.calculate: '

5114: --hr_utility.trace('aft calling calculate api: '||x_return_status);
5115: IF P_PA_DEBUG_MODE = 'Y' THEN
5116: pa_fp_gen_amount_utils.fp_debug
5117: (p_msg => 'Status after calling
5118: PA_FP_CALC_PLAN_PKG.calculate: '
5119: ||x_return_status,
5120: p_module_name => l_module_name,
5121: p_log_level => 5);
5122: END IF;