DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on PA_FIN_PLAN_UTILS

Line 820: p_msg => 'Before calling pa_fin_plan_utils.Get_Curr_Working_Version_Info',

816: /*Get the current working version*/
817: IF P_PA_DEBUG_MODE = 'Y' THEN
818: pa_fp_gen_amount_utils.fp_debug
819: (p_called_mode => l_called_mode,
820: p_msg => 'Before calling pa_fin_plan_utils.Get_Curr_Working_Version_Info',
821: p_module_name => l_module_name,
822: p_log_level => 5);
823: END IF;
824: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

Line 824: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

820: p_msg => 'Before calling pa_fin_plan_utils.Get_Curr_Working_Version_Info',
821: p_module_name => l_module_name,
822: p_log_level => 5);
823: END IF;
824: pa_fin_plan_utils.Get_Curr_Working_Version_Info(
825: p_project_id => l_proj_id,
826: p_fin_plan_type_id => l_fp_cols_rec.X_GEN_SRC_PLAN_TYPE_ID,
827: p_version_type => l_version_type, --Bug 16181483 -- bug 7032123 skkoppul : changed COST to NULL
828: x_fp_options_id => l_fp_options_id,

Line 837: 'Aft calling pa_fin_plan_utils.Get_Curr_Working_Version_Info ret sta:'

833: IF P_PA_DEBUG_MODE = 'Y' THEN
834: pa_fp_gen_amount_utils.fp_debug
835: (p_called_mode => l_called_mode,
836: p_msg =>
837: 'Aft calling pa_fin_plan_utils.Get_Curr_Working_Version_Info ret sta:'
838: ||l_return_status,
839: p_module_name => l_module_name,
840: p_log_level => 5);
841: END IF;