DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on PA_FIN_PLAN_PUB

Line 327: pa_fin_plan_pub.Create_Version',

323: IF p_pa_debug_mode = 'Y' THEN
324: pa_fp_gen_amount_utils.fp_debug
325: (p_called_mode => l_called_mode,
326: p_msg =>'Before calling
327: pa_fin_plan_pub.Create_Version',
328: p_module_name => l_module_name,
329: p_log_level => 5);
330: pa_fp_gen_amount_utils.fp_debug
331: (p_called_mode => l_called_mode,

Line 381: pa_fin_plan_pub.Create_Version(

377: l_plan_type_name := NULL;
378: END;
379:
380: BEGIN
381: pa_fin_plan_pub.Create_Version(
382: p_project_id => l_proj_id,
383: p_fin_plan_type_id => l_plan_type_id,
384: p_element_type => l_element_type_tab(i),
385: p_version_name => l_version_name|| ' '||

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

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