DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_ORG_FCST_UTILS

Line 3767: pa_fp_org_fcst_utils.get_forecast_option_details

3763: IF P_PA_DEBUG_MODE = 'Y' THEN
3764: pa_debug.write_file('Create_Version_OrgFcst: ' || 'resource list is ' || l_resource_list_id);
3765: END IF;
3766: /* retrieve the period type, start date, and end date from pa_forecasting_options */
3767: pa_fp_org_fcst_utils.get_forecast_option_details
3768: (x_fcst_period_type => l_org_fcst_period_type,
3769: x_period_set_name => l_period_set_name,
3770: x_act_period_type => l_act_period_type,
3771: x_org_projfunc_currency_code => l_org_projfunc_currency_code,

Line 3796: pa_debug.write_file('Create_Version_OrgFcst: ' || 'error with pa_fp_org_fcst_utils.get_forecast_option_details');

3792: END IF;
3793: */
3794: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
3795: IF P_PA_DEBUG_MODE = 'Y' THEN
3796: pa_debug.write_file('Create_Version_OrgFcst: ' || 'error with pa_fp_org_fcst_utils.get_forecast_option_details');
3797: END IF;
3798: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
3799: p_msg_name => l_error_msg_code);
3800: raise pa_fin_plan_pub.rollback_on_error;

Line 3811: pa_fp_org_fcst_utils.get_period_profile

3807: end if;
3808: /* GETTING PERIOD PROFILE ID: first check to see if we can find it; if not, then
3809: * we create one
3810: */
3811: pa_fp_org_fcst_utils.get_period_profile
3812: (p_project_id => p_project_id,
3813: p_period_profile_type => PA_FP_CONSTANTS_PKG.G_PD_PROFILE_FIN_PLANNING,
3814: p_plan_period_type => l_org_fcst_period_type,
3815: p_period_set_name => l_period_set_name,