DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FIN_PLAN_UTILS

Line 12076: pa_fin_plan_utils.Get_Curr_Working_Version_Info

12072: /* Calling the following apis with hard coded version_type as this api would be
12073: * only called for merge of revenue impacts into the revenue current working/baselined
12074: * versions of an autobaselined enabled project
12075: */
12076: pa_fin_plan_utils.Get_Curr_Working_Version_Info
12077: (p_project_id => l_project_id
12078: ,p_fin_plan_type_id => p_fin_plan_type_id
12079: ,p_version_type => 'REVENUE'
12080: ,x_fp_options_id => l_fp_options_id

Line 12099: pa_fin_plan_utils.Get_Baselined_Version_Info

12095: pa_debug.g_err_stage:= 'New current working version id' || l_new_cw_version_id ;
12096: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12097: END IF;
12098:
12099: pa_fin_plan_utils.Get_Baselined_Version_Info
12100: (p_project_id => l_project_id
12101: ,p_fin_plan_type_id => p_fin_plan_type_id
12102: ,p_version_type => 'REVENUE'
12103: ,x_fp_options_id => l_fp_options_id