DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_FP_OPTIONS_PUB

Line 2280: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (

2276: pa_debug.g_err_stage := 'Calling create_fp_option api';
2277: pa_debug.write('Copy_Version: ' || l_module_name,pa_debug.g_err_stage,3);
2278: END IF;
2279:
2280: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (
2281: px_target_proj_fp_option_id => l_target_proj_fp_options_id
2282: ,p_source_proj_fp_option_id => l_source_proj_fp_options_id
2283: ,p_target_fp_option_level_code => PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_VERSION
2284: ,p_target_fp_preference_code => l_target_fp_preference_code

Line 6221: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (

6217: pa_debug.g_err_stage:='Calling create_fp_option api';
6218: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);
6219: END IF;
6220:
6221: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (
6222: px_target_proj_fp_option_id => l_new_proj_fp_options_id
6223: ,p_source_proj_fp_option_id => new_version_info_rec.source_fp_options_id
6224: ,p_target_fp_option_level_code => PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_VERSION
6225: ,p_target_fp_preference_code => new_version_info_rec.fin_plan_preference_code