DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PA_FIN_PLAN_UTILS

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

3639: else
3640: l_structure_version_id := p_structure_version_id;
3641: end if;
3642: BEGIN
3643: l_time_phase_code := PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase(l_structure_version_id);
3644: EXCEPTION
3645: WHEN OTHERS THEN
3646: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3647: p_procedure_name => 'get_time_phase_period',

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

3644: EXCEPTION
3645: WHEN OTHERS THEN
3646: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3647: p_procedure_name => 'get_time_phase_period',
3648: p_error_text => SUBSTRB('PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase:'||SQLERRM,1,120));
3649: RAISE FND_API.G_EXC_ERROR;
3650: END;
3651:
3652: RETURN(l_time_phase_code);

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

5669: IF p_structure_type = 'FINANCIAL' THEN
5670:
5671: /* Begin Fix for Bug # 4115607. */
5672:
5673: -- l_plan_version_id := PA_FIN_PLAN_UTILS.Get_app_budget_cost_cb_ver(p_project_id);
5674:
5675: l_plan_version_id := pa_progress_utils.get_app_cost_budget_cb_wor_ver(p_project_id);
5676:
5677: /* End fix for Bug # 4115607. */

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

11277: BEGIN
11278:
11279: -- Call the FP API to get the approved cost budget current baselined version id.
11280:
11281: l_plan_version_id := PA_FIN_PLAN_UTILS.Get_app_budget_cost_cb_ver(p_project_id);
11282:
11283:
11284: -- If approved cost budget current baselined version is null then get the approved cost budget
11285: -- plan_type_id.

Line 11291: PA_FIN_PLAN_UTILS.Get_Appr_Cost_Plan_Type_Info(

11287: if l_plan_version_id is null then
11288:
11289: -- First get the approved cost budget plan_type_id.
11290:
11291: PA_FIN_PLAN_UTILS.Get_Appr_Cost_Plan_Type_Info(
11292: p_project_id => p_project_id
11293: ,x_plan_type_id => l_plan_type_id
11294: ,x_return_status => l_return_status
11295: ,x_msg_count => l_msg_count

Line 11302: PA_FIN_PLAN_UTILS.Get_Curr_Working_Version_Info(

11298: -- If plan_type_id is not null, use the plan_type_id to get the approved cost budget current working -- version id.
11299:
11300: if (l_plan_type_id is not null) then
11301:
11302: PA_FIN_PLAN_UTILS.Get_Curr_Working_Version_Info(
11303: p_project_id => p_project_id
11304: ,p_fin_plan_type_id => l_plan_type_id
11305: ,p_version_type => 'COST'
11306: ,x_fp_options_id => l_fp_options_id