DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_AMT_PUB1 dependencies on PA_FIN_PLAN_UTILS

Line 4131: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

4127: RETURN l_dummy;
4128: END IF;
4129: ELSIF l_etc_fp_ver_code = 'CURRENT_WORKING' THEN
4130: /*Get the current working version*/
4131: pa_fin_plan_utils.Get_Curr_Working_Version_Info(
4132: p_project_id => l_project_id,
4133: p_fin_plan_type_id => l_src_plan_type_id,
4134: p_version_type => 'COST',
4135: x_fp_options_id => l_fp_options_id,

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

4586: l_fp_cols_rec.x_project_structure_version_id);
4587:
4588:
4589: --Setting the global parameters for the use of the api get_physical_pc_complete to get the task percent complete.
4590: pa_fin_plan_utils.g_fp_wa_struct_ver_id := l_fp_cols_rec.x_project_structure_version_id;
4591: pa_fin_plan_utils.g_fp_wa_struct_status_flag := l_struct_status_flag;
4592:
4593:
4594: -- Getting the project percent complete.

Line 4591: pa_fin_plan_utils.g_fp_wa_struct_status_flag := l_struct_status_flag;

4587:
4588:
4589: --Setting the global parameters for the use of the api get_physical_pc_complete to get the task percent complete.
4590: pa_fin_plan_utils.g_fp_wa_struct_ver_id := l_fp_cols_rec.x_project_structure_version_id;
4591: pa_fin_plan_utils.g_fp_wa_struct_status_flag := l_struct_status_flag;
4592:
4593:
4594: -- Getting the project percent complete.
4595:

Line 5002: l_task_percent_complete :=PA_FIN_PLAN_UTILS.get_physical_pc_complete

4998:
4999: END;
5000:
5001:
5002: l_task_percent_complete :=PA_FIN_PLAN_UTILS.get_physical_pc_complete
5003: (p_project_id => p_project_id
5004: ,p_proj_element_id =>l_task_id_tab(kk));
5005:
5006: PA_FP_FCST_GEN_CLIENT_EXT.FCST_GEN_CLIENT_EXTN

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

5136: -- done for etc_quantity by the client extn.
5137: IF l_res_rate_based_flag_tbl(kk) = 'N' THEN
5138: l_plan_txn_prd_amt_tbl_1(k).etc_quantity := NULL;
5139: ELSIF l_plan_txn_prd_amt_tbl_1(k).etc_quantity IS NOT NULL THEN
5140: l_plan_txn_prd_amt_tbl_1(k).etc_quantity := pa_fin_plan_utils2.round_quantity
5141: (p_quantity => l_plan_txn_prd_amt_tbl_1(k).etc_quantity);
5142: END IF;
5143:
5144: IF l_fp_cols_rec.x_version_type = 'COST' OR l_fp_cols_rec.x_version_type = 'ALL' THEN