DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_FIN_PLAN_UTILS

Line 47: x_ci_est_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(

43: pa_debug.init_err_stack('PA_FP_CONTROL_ITEMS_UTILS.Get_Fin_Plan_Dtls');
44: END IF;
45: FND_MSG_PUB.initialize;
46:
47: x_ci_est_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(
48: p_project_id => p_project_id,
49: p_version_code => 'CTRL_ITEM_VERSION',
50: p_quantity_type => 'ESTIMATED',
51: p_ci_id => p_ci_id );

Line 53: x_ci_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(

49: p_version_code => 'CTRL_ITEM_VERSION',
50: p_quantity_type => 'ESTIMATED',
51: p_ci_id => p_ci_id );
52:
53: x_ci_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(
54: p_project_id => p_project_id,
55: p_version_code => 'CTRL_ITEM_VERSION',
56: p_quantity_type => 'PLANNED',
57: p_ci_id => p_ci_id );

Line 59: x_baselined_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(

55: p_version_code => 'CTRL_ITEM_VERSION',
56: p_quantity_type => 'PLANNED',
57: p_ci_id => p_ci_id );
58:
59: x_baselined_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(
60: p_project_id => p_project_id,
61: p_version_code => 'CURRENT_BASELINED_VERSION',
62: p_quantity_type => 'PLANNED',
63: p_ci_id => NULL );

Line 1999: pa_fin_plan_utils.get_resource_list_info(

1995: IF P_PA_DEBUG_MODE = 'Y' THEN
1996: pa_debug.write('Is_Create_CI_Version_Allowed: ' || l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
1997: END IF;
1998:
1999: pa_fin_plan_utils.get_resource_list_info(
2000: p_resource_list_id => l_resource_list_id
2001: ,x_res_list_is_uncategorized => l_uncategorized_flag
2002: ,x_is_resource_list_grouped => l_grouped_flag
2003: ,x_group_resource_type_id => l_group_resource_type_id

Line 3248: IF 'Y' = pa_fin_plan_utils.does_bv_have_rej_lines

3244:
3245: -- Bug 3809665 Check if change order versions have any budget lines with
3246: -- rejection code
3247:
3248: IF 'Y' = pa_fin_plan_utils.does_bv_have_rej_lines
3249: (p_budget_version_id => l_ci_version_id_tbl(i))
3250: THEN
3251: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
3252: p_msg_name => 'PA_FP_CI_REJ_LINES_EXST_TO_SUB');

Line 3258: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

3254: END IF;
3255:
3256:
3257: /* For the Project, Plan Type and Version Type, get the Current Working Version. */
3258: pa_fin_plan_utils.Get_Curr_Working_Version_Info(
3259: p_project_id => p_project_id
3260: ,p_fin_plan_type_id => l_fin_plan_type_id_tbl(i)
3261: ,p_version_type => l_version_type_tbl(i)
3262: ,x_fp_options_id => l_fp_options_id

Line 8250: PA_FIN_PLAN_UTILS.get_summary_amounts(

8246: x_cost_impl_tbl(i) := l_cost_impl_flag;
8247: x_rev_impl_tbl(i) := l_rev_impl_flag;
8248:
8249: -- Version Type ref is not longer required as both Cost and Revenue Quantity Figures are Retrieved and used now -- 3902176
8250: PA_FIN_PLAN_UTILS.get_summary_amounts(
8251: p_context => PA_FP_CONSTANTS_PKG.G_PLAN_TYPE_CWV_AMOUNTS,
8252: P_project_id => p_project_id,
8253: P_ci_id => p_ci_id,
8254: P_fin_plan_type_id => c_plan_type_rec.fin_plan_type_id,

Line 8732: pa_fin_plan_utils.GET_CURR_WORKING_VERSION_IDS(P_fin_plan_type_id => P_fin_plan_type_id

8728: pa_debug.g_err_stage:= 'Calling GET_CURR_WORKING_VERSION_IDS';
8729: pa_debug.write(l_mod_name,pa_debug.g_err_stage,l_debug_level5);
8730: END IF;
8731:
8732: pa_fin_plan_utils.GET_CURR_WORKING_VERSION_IDS(P_fin_plan_type_id => P_fin_plan_type_id
8733: ,P_project_id => p_project_id
8734: ,X_cost_budget_version_id => l_cost_budget_version_id
8735: ,X_rev_budget_version_id => l_rev_budget_version_id
8736: ,X_all_budget_version_id => l_all_budget_version_id