DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_CALC_UTILS

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

1560: /* Bug fix:4272944: The following new api call is added to insert zero qty budget lines for Funding baseline */
1561: IF (NVL(G_baseline_funding_flag,'N') = 'Y'
1562: AND NVL(g_bv_approved_rev_flag,'N') = 'Y') THEN
1563: If P_PA_DEBUG_MODE = 'Y' Then
1564: print_msg('Calling PA_FP_CALC_UTILS.InsertFunding_ReqdLines API');
1565: End If;
1566: PA_FP_CALC_UTILS.InsertFunding_ReqdLines
1567: ( p_budget_verson_id => g_budget_version_id
1568: ,p_source_context => g_source_context

Line 1566: PA_FP_CALC_UTILS.InsertFunding_ReqdLines

1562: AND NVL(g_bv_approved_rev_flag,'N') = 'Y') THEN
1563: If P_PA_DEBUG_MODE = 'Y' Then
1564: print_msg('Calling PA_FP_CALC_UTILS.InsertFunding_ReqdLines API');
1565: End If;
1566: PA_FP_CALC_UTILS.InsertFunding_ReqdLines
1567: ( p_budget_verson_id => g_budget_version_id
1568: ,p_source_context => g_source_context
1569: ,p_calling_module => g_calling_module
1570: ,p_apply_progress_flag => 'N'

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

8713: --print_plsql_time('Start of populate_spreadCalc_tmp:['||l_pls_start_time);
8714:
8715: IF l_resource_assignment_tab.COUNT > 0 THEN --{
8716: If P_PA_DEBUG_MODE = 'Y' Then
8717: print_msg('Calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp API');
8718: End If;
8719: PA_FP_CALC_UTILS.populate_spreadCalc_Tmp (
8720: p_budget_version_id => p_budget_version_id
8721: ,p_budget_version_type => g_fp_budget_version_type

Line 8719: PA_FP_CALC_UTILS.populate_spreadCalc_Tmp (

8715: IF l_resource_assignment_tab.COUNT > 0 THEN --{
8716: If P_PA_DEBUG_MODE = 'Y' Then
8717: print_msg('Calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp API');
8718: End If;
8719: PA_FP_CALC_UTILS.populate_spreadCalc_Tmp (
8720: p_budget_version_id => p_budget_version_id
8721: ,p_budget_version_type => g_fp_budget_version_type
8722: ,p_calling_module => l_calling_module
8723: ,p_source_context => p_source_context

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

8799: );
8800: l_pls_end_time := dbms_utility.get_time;
8801: print_plsql_time('End of populate_spreadCalc_tmp:Total time :['||(l_pls_end_time-l_pls_start_time)||']');
8802: If P_PA_DEBUG_MODE = 'Y' Then
8803: print_msg('End of calling PA_FP_CALC_UTILS.populate_spreadCalc_Tmp retSts['||l_return_status||']');
8804: End If;
8805: If l_return_status <> 'S' Then
8806: l_entire_return_status := l_return_status;
8807: x_return_status := l_return_status;

Line 8928: PA_FP_CALC_UTILS.Check_ZeroQty_Bls

8924: AND g_mass_adjust_flag = 'N') THEN --{
8925: If P_PA_DEBUG_MODE = 'Y' Then
8926: print_msg('Check zero Quantity budget Lines where actuals Exists');
8927: End if;
8928: PA_FP_CALC_UTILS.Check_ZeroQty_Bls
8929: (p_budget_version_id => p_budget_version_id
8930: ,x_return_status => l_return_status
8931: );
8932: If P_PA_DEBUG_MODE = 'Y' Then

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

10429:
10430: IF (l_calling_module NOT IN ('BUDGET_GENERATION','FORECAST_GENERATION')
10431: AND CheckCacheRecExists(p_budget_version_id => g_budget_version_id) = 'Y') Then
10432: If P_PA_DEBUG_MODE = 'Y' Then
10433: print_msg('Calling PA_FP_CALC_UTILS.copy_BlAttributes api');
10434: End if;
10435: l_pls_start_time := dbms_utility.get_time;
10436: --print_plsql_time('Start of CopyBlAttributes:['||l_pls_start_time);
10437: PA_FP_CALC_UTILS.copy_BlAttributes(

Line 10437: PA_FP_CALC_UTILS.copy_BlAttributes(

10433: print_msg('Calling PA_FP_CALC_UTILS.copy_BlAttributes api');
10434: End if;
10435: l_pls_start_time := dbms_utility.get_time;
10436: --print_plsql_time('Start of CopyBlAttributes:['||l_pls_start_time);
10437: PA_FP_CALC_UTILS.copy_BlAttributes(
10438: p_budget_verson_id => g_budget_version_id
10439: ,p_source_context => g_source_context
10440: ,p_calling_module => l_calling_module
10441: ,p_apply_progress_flag => p_apply_progress_flag

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

10444: );
10445: l_pls_end_time := dbms_utility.get_time;
10446: print_plsql_time('End of CopyBlAttributes:Total time :['||(l_pls_end_time-l_pls_start_time)||']');
10447: If P_PA_DEBUG_MODE = 'Y' Then
10448: print_msg('returnSts of PA_FP_CALC_UTILS.copy_BlAttributes['||l_return_status||']');
10449: End If;
10450: IF l_return_status <> 'S' Then
10451: x_return_status := l_return_status;
10452: l_entire_return_status := l_return_status;

Line 10549: PA_FP_CALC_UTILS.update_dffcols(

10545: IF ( p_calling_module = 'AMG_API' )
10546: THEN
10547: l_pls_start_time := dbms_utility.get_time;
10548: --print_plsql_time('Start of update_diffcols: time :'||l_pls_start_time);
10549: PA_FP_CALC_UTILS.update_dffcols(
10550: p_budget_verson_id => g_budget_version_id
10551: ,p_source_context => g_source_context
10552: ,p_calling_module => l_calling_module
10553: ,p_apply_progress_flag => p_apply_progress_flag

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

10557: );
10558: l_pls_end_time := dbms_utility.get_time;
10559: print_plsql_time('End of update_diffcols:Total time :['||(l_pls_end_time-l_pls_start_time)||']');
10560: If P_PA_DEBUG_MODE = 'Y' Then
10561: print_msg('returnSts of PA_FP_CALC_UTILS.update_dff['||l_return_status||']');
10562: End if;
10563: IF l_return_status <> 'S' Then
10564: x_return_status := l_return_status;
10565: l_entire_return_status := l_return_status;

Line 11031: PA_FP_CALC_UTILS.BLK_update_budget_lines

11027: l_stage := 1100;
11028: /* Bug fix: 4184159 moved to bulk update pa_fp_calc_plan_pkg.update_budget_lines */
11029: l_pls_start_time := dbms_utility.get_time;
11030: --print_plsql_time('Start of BLK UpdateBudget Lines:['||l_pls_start_time);
11031: PA_FP_CALC_UTILS.BLK_update_budget_lines
11032: ( p_budget_version_id => p_budget_version_id
11033: ,p_calling_module => l_calling_module -- Added for Bug#5395732
11034: ,x_return_status => l_return_status
11035: ,x_msg_count => x_msg_count