DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_FIN_PLAN_UTILS

Line 54: x_ci_est_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(

50: pa_debug.init_err_stack('PA_FP_CONTROL_ITEMS_UTILS.Get_Fin_Plan_Dtls');
51: END IF;
52: FND_MSG_PUB.initialize;
53:
54: x_ci_est_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(
55: p_project_id => p_project_id,
56: p_version_code => 'CTRL_ITEM_VERSION',
57: p_quantity_type => 'ESTIMATED',
58: p_ci_id => p_ci_id );

Line 60: x_ci_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(

56: p_version_code => 'CTRL_ITEM_VERSION',
57: p_quantity_type => 'ESTIMATED',
58: p_ci_id => p_ci_id );
59:
60: x_ci_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(
61: p_project_id => p_project_id,
62: p_version_code => 'CTRL_ITEM_VERSION',
63: p_quantity_type => 'PLANNED',
64: p_ci_id => p_ci_id );

Line 66: x_baselined_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(

62: p_version_code => 'CTRL_ITEM_VERSION',
63: p_quantity_type => 'PLANNED',
64: p_ci_id => p_ci_id );
65:
66: x_baselined_planned_qty := pa_fin_plan_utils.Get_Approved_Budget_Ver_Qty(
67: p_project_id => p_project_id,
68: p_version_code => 'CURRENT_BASELINED_VERSION',
69: p_quantity_type => 'PLANNED',
70: p_ci_id => NULL );

Line 2033: pa_fin_plan_utils.get_resource_list_info(

2029: IF P_PA_DEBUG_MODE = 'Y' THEN
2030: pa_debug.write('Is_Create_CI_Version_Allowed: ' || l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
2031: END IF;
2032:
2033: pa_fin_plan_utils.get_resource_list_info(
2034: p_resource_list_id => l_resource_list_id
2035: ,x_res_list_is_uncategorized => l_uncategorized_flag
2036: ,x_is_resource_list_grouped => l_grouped_flag
2037: ,x_group_resource_type_id => l_group_resource_type_id

Line 3297: IF 'Y' = pa_fin_plan_utils.does_bv_have_rej_lines

3293:
3294: -- Bug 3809665 Check if change order versions have any budget lines with
3295: -- rejection code
3296:
3297: IF 'Y' = pa_fin_plan_utils.does_bv_have_rej_lines
3298: (p_budget_version_id => l_ci_version_id_tbl(i))
3299: THEN
3300: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
3301: p_msg_name => 'PA_FP_CI_REJ_LINES_EXST_TO_SUB');

Line 3307: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

3303: END IF;
3304:
3305:
3306: /* For the Project, Plan Type and Version Type, get the Current Working Version. */
3307: pa_fin_plan_utils.Get_Curr_Working_Version_Info(
3308: p_project_id => p_project_id
3309: ,p_fin_plan_type_id => l_fin_plan_type_id_tbl(i)
3310: ,p_version_type => l_version_type_tbl(i)
3311: ,x_fp_options_id => l_fp_options_id

Line 8345: PA_FIN_PLAN_UTILS.get_summary_amounts(

8341: x_cost_impl_tbl(i) := l_cost_impl_flag;
8342: x_rev_impl_tbl(i) := l_rev_impl_flag;
8343:
8344: -- Version Type ref is not longer required as both Cost and Revenue Quantity Figures are Retrieved and used now -- 3902176
8345: PA_FIN_PLAN_UTILS.get_summary_amounts(
8346: p_context => PA_FP_CONSTANTS_PKG.G_PLAN_TYPE_CWV_AMOUNTS,
8347: P_project_id => p_project_id,
8348: P_ci_id => p_ci_id,
8349: P_fin_plan_type_id => c_plan_type_rec.fin_plan_type_id,

Line 8890: pa_fin_plan_utils.GET_CURR_WORKING_VERSION_IDS(P_fin_plan_type_id => P_fin_plan_type_id

8886: pa_debug.g_err_stage:= 'Calling GET_CURR_WORKING_VERSION_IDS';
8887: pa_debug.write(l_mod_name,pa_debug.g_err_stage,l_debug_level5);
8888: END IF;
8889:
8890: pa_fin_plan_utils.GET_CURR_WORKING_VERSION_IDS(P_fin_plan_type_id => P_fin_plan_type_id
8891: ,P_project_id => p_project_id
8892: ,X_cost_budget_version_id => l_cost_budget_version_id
8893: ,X_rev_budget_version_id => l_rev_budget_version_id
8894: ,X_all_budget_version_id => l_all_budget_version_id