DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on PA_FIN_PLAN_PUB

Line 407: pa_fin_plan_pub.Create_Version',

403: IF p_pa_debug_mode = 'Y' THEN
404: pa_fp_gen_amount_utils.fp_debug
405: (p_called_mode => l_called_mode,
406: p_msg =>'Before calling
407: pa_fin_plan_pub.Create_Version',
408: p_module_name => l_module_name,
409: p_log_level => 5);
410: pa_fp_gen_amount_utils.fp_debug
411: (p_called_mode => l_called_mode,

Line 447: pa_fin_plan_pub.Create_Version(

443: lx_budget_version_id := NULL;
444: lx_proj_fp_option_id := NULL;
445:
446: BEGIN
447: pa_fin_plan_pub.Create_Version(
448: p_project_id => l_proj_id,
449: p_fin_plan_type_id => l_plan_type_id,
450: p_element_type => l_element_type_tab(i),
451: p_version_name => l_version_name|| ' '||

Line 474: p_msg =>'Status aft calling pa_fin_plan_pub.Create_Version:'

470:
471: IF p_pa_debug_mode = 'Y' THEN
472: pa_fp_gen_amount_utils.fp_debug
473: (p_called_mode => l_called_mode,
474: p_msg =>'Status aft calling pa_fin_plan_pub.Create_Version:'
475: ||l_return_status,
476: p_module_name => l_module_name,
477: p_log_level => 5);
478: END IF;