DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_AMT_PUB1 dependencies on PA_FIN_PLAN_UTILS

Line 4155: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

4151: RETURN l_dummy;
4152: END IF;
4153: ELSIF l_etc_fp_ver_code = 'CURRENT_WORKING' THEN
4154: /*Get the current working version*/
4155: pa_fin_plan_utils.Get_Curr_Working_Version_Info(
4156: p_project_id => l_project_id,
4157: p_fin_plan_type_id => l_src_plan_type_id,
4158: p_version_type => 'COST',
4159: x_fp_options_id => l_fp_options_id,

Line 4614: pa_fin_plan_utils.g_fp_wa_struct_ver_id := l_fp_cols_rec.x_project_structure_version_id;

4610: l_fp_cols_rec.x_project_structure_version_id);
4611:
4612:
4613: --Setting the global parameters for the use of the api get_physical_pc_complete to get the task percent complete.
4614: pa_fin_plan_utils.g_fp_wa_struct_ver_id := l_fp_cols_rec.x_project_structure_version_id;
4615: pa_fin_plan_utils.g_fp_wa_struct_status_flag := l_struct_status_flag;
4616:
4617:
4618: -- Getting the project percent complete.

Line 4615: pa_fin_plan_utils.g_fp_wa_struct_status_flag := l_struct_status_flag;

4611:
4612:
4613: --Setting the global parameters for the use of the api get_physical_pc_complete to get the task percent complete.
4614: pa_fin_plan_utils.g_fp_wa_struct_ver_id := l_fp_cols_rec.x_project_structure_version_id;
4615: pa_fin_plan_utils.g_fp_wa_struct_status_flag := l_struct_status_flag;
4616:
4617:
4618: -- Getting the project percent complete.
4619:

Line 5027: l_task_percent_complete :=PA_FIN_PLAN_UTILS.get_physical_pc_complete

5023:
5024: END;
5025:
5026:
5027: l_task_percent_complete :=PA_FIN_PLAN_UTILS.get_physical_pc_complete
5028: (p_project_id => p_project_id
5029: ,p_proj_element_id =>l_task_id_tab(kk));
5030:
5031: PA_FP_FCST_GEN_CLIENT_EXT.FCST_GEN_CLIENT_EXTN

Line 5165: l_plan_txn_prd_amt_tbl_1(k).etc_quantity := pa_fin_plan_utils2.round_quantity

5161: -- done for etc_quantity by the client extn.
5162: IF l_res_rate_based_flag_tbl(kk) = 'N' THEN
5163: l_plan_txn_prd_amt_tbl_1(k).etc_quantity := NULL;
5164: ELSIF l_plan_txn_prd_amt_tbl_1(k).etc_quantity IS NOT NULL THEN
5165: l_plan_txn_prd_amt_tbl_1(k).etc_quantity := pa_fin_plan_utils2.round_quantity
5166: (p_quantity => l_plan_txn_prd_amt_tbl_1(k).etc_quantity);
5167: END IF;
5168:
5169: IF l_fp_cols_rec.x_version_type = 'COST' OR l_fp_cols_rec.x_version_type = 'ALL' THEN