DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_ORG_FCST_UTILS

Line 3751: pa_fp_org_fcst_utils.get_forecast_option_details

3747: IF P_PA_DEBUG_MODE = 'Y' THEN
3748: pa_debug.write_file('Create_Version_OrgFcst: ' || 'resource list is ' || l_resource_list_id);
3749: END IF;
3750: /* retrieve the period type, start date, and end date from pa_forecasting_options */
3751: pa_fp_org_fcst_utils.get_forecast_option_details
3752: (x_fcst_period_type => l_org_fcst_period_type,
3753: x_period_set_name => l_period_set_name,
3754: x_act_period_type => l_act_period_type,
3755: x_org_projfunc_currency_code => l_org_projfunc_currency_code,

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

3776: END IF;
3777: */
3778: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
3779: IF P_PA_DEBUG_MODE = 'Y' THEN
3780: pa_debug.write_file('Create_Version_OrgFcst: ' || 'error with pa_fp_org_fcst_utils.get_forecast_option_details');
3781: END IF;
3782: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
3783: p_msg_name => l_error_msg_code);
3784: raise pa_fin_plan_pub.rollback_on_error;

Line 3795: pa_fp_org_fcst_utils.get_period_profile

3791: end if;
3792: /* GETTING PERIOD PROFILE ID: first check to see if we can find it; if not, then
3793: * we create one
3794: */
3795: pa_fp_org_fcst_utils.get_period_profile
3796: (p_project_id => p_project_id,
3797: p_period_profile_type => PA_FP_CONSTANTS_PKG.G_PD_PROFILE_FIN_PLANNING,
3798: p_plan_period_type => l_org_fcst_period_type,
3799: p_period_set_name => l_period_set_name,