DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on PA_FIN_PLAN_UTILS

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

726: /*Get the current working version*/
727: IF P_PA_DEBUG_MODE = 'Y' THEN
728: pa_fp_gen_amount_utils.fp_debug
729: (p_called_mode => l_called_mode,
730: p_msg => 'Before calling pa_fin_plan_utils.Get_Curr_Working_Version_Info',
731: p_module_name => l_module_name,
732: p_log_level => 5);
733: END IF;
734: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

Line 734: pa_fin_plan_utils.Get_Curr_Working_Version_Info(

730: p_msg => 'Before calling pa_fin_plan_utils.Get_Curr_Working_Version_Info',
731: p_module_name => l_module_name,
732: p_log_level => 5);
733: END IF;
734: pa_fin_plan_utils.Get_Curr_Working_Version_Info(
735: p_project_id => l_proj_id,
736: p_fin_plan_type_id => l_fp_cols_rec.X_GEN_SRC_PLAN_TYPE_ID,
737: p_version_type => NULL, -- bug 7032123 skkoppul : changed COST to NULL
738: x_fp_options_id => l_fp_options_id,

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

743: IF P_PA_DEBUG_MODE = 'Y' THEN
744: pa_fp_gen_amount_utils.fp_debug
745: (p_called_mode => l_called_mode,
746: p_msg =>
747: 'Aft calling pa_fin_plan_utils.Get_Curr_Working_Version_Info ret sta:'
748: ||l_return_status,
749: p_module_name => l_module_name,
750: p_log_level => 5);
751: END IF;