DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FIN_PLAN_UTILS

Line 12600: pa_fin_plan_utils.Get_Curr_Working_Version_Info

12596: /* Calling the following apis with hard coded version_type as this api would be
12597: * only called for merge of revenue impacts into the revenue current working/baselined
12598: * versions of an autobaselined enabled project
12599: */
12600: pa_fin_plan_utils.Get_Curr_Working_Version_Info
12601: (p_project_id => l_project_id
12602: ,p_fin_plan_type_id => p_fin_plan_type_id
12603: ,p_version_type => 'REVENUE'
12604: ,x_fp_options_id => l_fp_options_id

Line 12623: pa_fin_plan_utils.Get_Baselined_Version_Info

12619: pa_debug.g_err_stage:= 'New current working version id' || l_new_cw_version_id ;
12620: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12621: END IF;
12622:
12623: pa_fin_plan_utils.Get_Baselined_Version_Info
12624: (p_project_id => l_project_id
12625: ,p_fin_plan_type_id => p_fin_plan_type_id
12626: ,p_version_type => 'REVENUE'
12627: ,x_fp_options_id => l_fp_options_id