DBA Data[Home] [Help]

APPS.PA_FP_SHORTCUTS_PKG dependencies on PA_FIN_PLAN_UTILS

Line 455: pa_fin_plan_utils.get_curr_working_version_info(

451: WHEN OTHERS THEN
452: RAISE;
453: END;
454: IF l_temp_pref_code = 'COST_AND_REV_SAME' THEN
455: pa_fin_plan_utils.get_curr_working_version_info(
456: p_project_id => p_project_id,
457: p_fin_plan_type_id => l_cost_fin_plan_type_id,
458: p_version_type => 'ALL',
459: x_fp_options_id => l_fp_options_id,

Line 474: pa_fin_plan_utils.get_curr_working_version_info(

470: END IF;
471: RETURN;
472: END IF;
473: ELSE
474: pa_fin_plan_utils.get_curr_working_version_info(
475: p_project_id => p_project_id,
476: p_fin_plan_type_id => l_cost_fin_plan_type_id,
477: p_version_type => 'COST',
478: x_fp_options_id => l_fp_options_id,

Line 525: pa_fin_plan_utils.get_curr_working_version_info(

521:
522: IF x_budget_version_id is NULL AND
523: l_rev_fin_plan_type_id is NOT NULL THEN
524:
525: pa_fin_plan_utils.get_curr_working_version_info(
526: p_project_id => p_project_id,
527: p_fin_plan_type_id => l_rev_fin_plan_type_id,
528: p_version_type => 'REVENUE',
529: x_fp_options_id => l_fp_options_id,

Line 1084: x_msg => 'calling Pa_fin_plan_utils.Check_if_plan_type_editable',

1080: END IF;
1081:
1082: IF P_PA_DEBUG_MODE = 'Y' THEN
1083: pa_debug.write( x_module => l_module,
1084: x_msg => 'calling Pa_fin_plan_utils.Check_if_plan_type_editable',
1085: x_log_level => 3);
1086: END IF;
1087:
1088: PA_FIN_PLAN_UTILS.CHECK_IF_PLAN_TYPE_EDITABLE

Line 1088: PA_FIN_PLAN_UTILS.CHECK_IF_PLAN_TYPE_EDITABLE

1084: x_msg => 'calling Pa_fin_plan_utils.Check_if_plan_type_editable',
1085: x_log_level => 3);
1086: END IF;
1087:
1088: PA_FIN_PLAN_UTILS.CHECK_IF_PLAN_TYPE_EDITABLE
1089: ( P_project_id => p_project_id,
1090: P_fin_plan_type_id => p_fin_plan_type_id,
1091: P_version_type => p_version_type,
1092: X_editable_flag => l_editable_flag,