DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_FP_OPTIONS_PUB

Line 2296: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (

2292: pa_debug.g_err_stage := 'Calling create_fp_option api';
2293: pa_debug.write('Copy_Version: ' || l_module_name,pa_debug.g_err_stage,3);
2294: END IF;
2295:
2296: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (
2297: px_target_proj_fp_option_id => l_target_proj_fp_options_id
2298: ,p_source_proj_fp_option_id => l_source_proj_fp_options_id
2299: ,p_target_fp_option_level_code => PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_VERSION
2300: ,p_target_fp_preference_code => l_target_fp_preference_code

Line 6238: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (

6234: pa_debug.g_err_stage:='Calling create_fp_option api';
6235: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);
6236: END IF;
6237:
6238: PA_PROJ_FP_OPTIONS_PUB.create_fp_option (
6239: px_target_proj_fp_option_id => l_new_proj_fp_options_id
6240: ,p_source_proj_fp_option_id => new_version_info_rec.source_fp_options_id
6241: ,p_target_fp_option_level_code => PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_VERSION
6242: ,p_target_fp_preference_code => new_version_info_rec.fin_plan_preference_code