DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_CALC_UTILS

Line 1534: print_msg('Calling PA_FP_CALC_UTILS.InsertFunding_ReqdLines API');

1530: /* Bug fix:4272944: The following new api call is added to insert zero qty budget lines for Funding baseline */
1531: IF (NVL(G_baseline_funding_flag,'N') = 'Y'
1532: AND NVL(g_bv_approved_rev_flag,'N') = 'Y') THEN
1533: If P_PA_DEBUG_MODE = 'Y' Then
1534: print_msg('Calling PA_FP_CALC_UTILS.InsertFunding_ReqdLines API');
1535: End If;
1536: PA_FP_CALC_UTILS.InsertFunding_ReqdLines
1537: ( p_budget_verson_id => g_budget_version_id
1538: ,p_source_context => g_source_context

Line 1536: PA_FP_CALC_UTILS.InsertFunding_ReqdLines

1532: AND NVL(g_bv_approved_rev_flag,'N') = 'Y') THEN
1533: If P_PA_DEBUG_MODE = 'Y' Then
1534: print_msg('Calling PA_FP_CALC_UTILS.InsertFunding_ReqdLines API');
1535: End If;
1536: PA_FP_CALC_UTILS.InsertFunding_ReqdLines
1537: ( p_budget_verson_id => g_budget_version_id
1538: ,p_source_context => g_source_context
1539: ,p_calling_module => g_calling_module
1540: ,p_apply_progress_flag => 'N'

Line 8610: print_msg('Calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp API');

8606: --print_plsql_time('Start of populate_spreadCalc_tmp:['||l_pls_start_time);
8607:
8608: IF l_resource_assignment_tab.COUNT > 0 THEN --{
8609: If P_PA_DEBUG_MODE = 'Y' Then
8610: print_msg('Calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp API');
8611: End If;
8612: PA_FP_CALC_UTILS.populate_spreadCalc_Tmp (
8613: p_budget_version_id => p_budget_version_id
8614: ,p_budget_version_type => g_fp_budget_version_type

Line 8612: PA_FP_CALC_UTILS.populate_spreadCalc_Tmp (

8608: IF l_resource_assignment_tab.COUNT > 0 THEN --{
8609: If P_PA_DEBUG_MODE = 'Y' Then
8610: print_msg('Calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp API');
8611: End If;
8612: PA_FP_CALC_UTILS.populate_spreadCalc_Tmp (
8613: p_budget_version_id => p_budget_version_id
8614: ,p_budget_version_type => g_fp_budget_version_type
8615: ,p_calling_module => l_calling_module
8616: ,p_source_context => p_source_context

Line 8696: print_msg('End of calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp retSts['||l_return_status||']');

8692: );
8693: l_pls_end_time := dbms_utility.get_time;
8694: print_plsql_time('End of populate_spreadCalc_tmp:Total time :['||(l_pls_end_time-l_pls_start_time)||']');
8695: If P_PA_DEBUG_MODE = 'Y' Then
8696: print_msg('End of calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp retSts['||l_return_status||']');
8697: End If;
8698: If l_return_status <> 'S' Then
8699: l_entire_return_status := l_return_status;
8700: x_return_status := l_return_status;

Line 8821: PA_FP_CALC_UTILS.Check_ZeroQty_Bls

8817: AND g_mass_adjust_flag = 'N') THEN --{
8818: If P_PA_DEBUG_MODE = 'Y' Then
8819: print_msg('Check zero Quantity budget Lines where actuals Exists');
8820: End if;
8821: PA_FP_CALC_UTILS.Check_ZeroQty_Bls
8822: (p_budget_version_id => p_budget_version_id
8823: ,x_return_status => l_return_status
8824: );
8825: If P_PA_DEBUG_MODE = 'Y' Then

Line 10326: print_msg('Calling PA_FP_CALC_UTILS.copy_BlAttributes api');

10322:
10323: IF (l_calling_module NOT IN ('BUDGET_GENERATION','FORECAST_GENERATION')
10324: AND CheckCacheRecExists(p_budget_version_id => g_budget_version_id) = 'Y') Then
10325: If P_PA_DEBUG_MODE = 'Y' Then
10326: print_msg('Calling PA_FP_CALC_UTILS.copy_BlAttributes api');
10327: End if;
10328: l_pls_start_time := dbms_utility.get_time;
10329: --print_plsql_time('Start of CopyBlAttributes:['||l_pls_start_time);
10330: PA_FP_CALC_UTILS.copy_BlAttributes(

Line 10330: PA_FP_CALC_UTILS.copy_BlAttributes(

10326: print_msg('Calling PA_FP_CALC_UTILS.copy_BlAttributes api');
10327: End if;
10328: l_pls_start_time := dbms_utility.get_time;
10329: --print_plsql_time('Start of CopyBlAttributes:['||l_pls_start_time);
10330: PA_FP_CALC_UTILS.copy_BlAttributes(
10331: p_budget_verson_id => g_budget_version_id
10332: ,p_source_context => g_source_context
10333: ,p_calling_module => l_calling_module
10334: ,p_apply_progress_flag => p_apply_progress_flag

Line 10341: print_msg('returnSts of PA_FP_CALC_UTILS.copy_BlAttributes['||l_return_status||']');

10337: );
10338: l_pls_end_time := dbms_utility.get_time;
10339: print_plsql_time('End of CopyBlAttributes:Total time :['||(l_pls_end_time-l_pls_start_time)||']');
10340: If P_PA_DEBUG_MODE = 'Y' Then
10341: print_msg('returnSts of PA_FP_CALC_UTILS.copy_BlAttributes['||l_return_status||']');
10342: End If;
10343: IF l_return_status <> 'S' Then
10344: x_return_status := l_return_status;
10345: l_entire_return_status := l_return_status;

Line 10442: PA_FP_CALC_UTILS.update_dffcols(

10438: IF ( p_calling_module = 'AMG_API' )
10439: THEN
10440: l_pls_start_time := dbms_utility.get_time;
10441: --print_plsql_time('Start of update_diffcols: time :'||l_pls_start_time);
10442: PA_FP_CALC_UTILS.update_dffcols(
10443: p_budget_verson_id => g_budget_version_id
10444: ,p_source_context => g_source_context
10445: ,p_calling_module => l_calling_module
10446: ,p_apply_progress_flag => p_apply_progress_flag

Line 10454: print_msg('returnSts of PA_FP_CALC_UTILS.update_dff['||l_return_status||']');

10450: );
10451: l_pls_end_time := dbms_utility.get_time;
10452: print_plsql_time('End of update_diffcols:Total time :['||(l_pls_end_time-l_pls_start_time)||']');
10453: If P_PA_DEBUG_MODE = 'Y' Then
10454: print_msg('returnSts of PA_FP_CALC_UTILS.update_dff['||l_return_status||']');
10455: End if;
10456: IF l_return_status <> 'S' Then
10457: x_return_status := l_return_status;
10458: l_entire_return_status := l_return_status;

Line 10877: PA_FP_CALC_UTILS.BLK_update_budget_lines

10873: l_stage := 1100;
10874: /* Bug fix: 4184159 moved to bulk update pa_fp_calc_plan_pkg.update_budget_lines */
10875: l_pls_start_time := dbms_utility.get_time;
10876: --print_plsql_time('Start of BLK UpdateBudget Lines:['||l_pls_start_time);
10877: PA_FP_CALC_UTILS.BLK_update_budget_lines
10878: ( p_budget_version_id => p_budget_version_id
10879: ,p_calling_module => l_calling_module -- Added for Bug#5395732
10880: ,x_return_status => l_return_status
10881: ,x_msg_count => x_msg_count