DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PA_FIN_PLAN_UTILS

Line 3618: l_time_phase_code := PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase(l_structure_version_id);

3614: else
3615: l_structure_version_id := p_structure_version_id;
3616: end if;
3617: BEGIN
3618: l_time_phase_code := PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase(l_structure_version_id);
3619: EXCEPTION
3620: WHEN OTHERS THEN
3621: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3622: p_procedure_name => 'get_time_phase_period',

Line 3623: p_error_text => SUBSTRB('PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase:'||SQLERRM,1,120));

3619: EXCEPTION
3620: WHEN OTHERS THEN
3621: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3622: p_procedure_name => 'get_time_phase_period',
3623: p_error_text => SUBSTRB('PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase:'||SQLERRM,1,120));
3624: RAISE FND_API.G_EXC_ERROR;
3625: END;
3626:
3627: RETURN(l_time_phase_code);

Line 5640: -- l_plan_version_id := PA_FIN_PLAN_UTILS.Get_app_budget_cost_cb_ver(p_project_id);

5636: IF p_structure_type = 'FINANCIAL' THEN
5637:
5638: /* Begin Fix for Bug # 4115607. */
5639:
5640: -- l_plan_version_id := PA_FIN_PLAN_UTILS.Get_app_budget_cost_cb_ver(p_project_id);
5641:
5642: l_plan_version_id := pa_progress_utils.get_app_cost_budget_cb_wor_ver(p_project_id);
5643:
5644: /* End fix for Bug # 4115607. */

Line 11203: l_plan_version_id := PA_FIN_PLAN_UTILS.Get_app_budget_cost_cb_ver(p_project_id);

11199: BEGIN
11200:
11201: -- Call the FP API to get the approved cost budget current baselined version id.
11202:
11203: l_plan_version_id := PA_FIN_PLAN_UTILS.Get_app_budget_cost_cb_ver(p_project_id);
11204:
11205:
11206: -- If approved cost budget current baselined version is null then get the approved cost budget
11207: -- plan_type_id.

Line 11213: PA_FIN_PLAN_UTILS.Get_Appr_Cost_Plan_Type_Info(

11209: if l_plan_version_id is null then
11210:
11211: -- First get the approved cost budget plan_type_id.
11212:
11213: PA_FIN_PLAN_UTILS.Get_Appr_Cost_Plan_Type_Info(
11214: p_project_id => p_project_id
11215: ,x_plan_type_id => l_plan_type_id
11216: ,x_return_status => l_return_status
11217: ,x_msg_count => l_msg_count

Line 11224: PA_FIN_PLAN_UTILS.Get_Curr_Working_Version_Info(

11220: -- If plan_type_id is not null, use the plan_type_id to get the approved cost budget current working -- version id.
11221:
11222: if (l_plan_type_id is not null) then
11223:
11224: PA_FIN_PLAN_UTILS.Get_Curr_Working_Version_Info(
11225: p_project_id => p_project_id
11226: ,p_fin_plan_type_id => l_plan_type_id
11227: ,p_version_type => 'COST'
11228: ,x_fp_options_id => l_fp_options_id