DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on PA_PLAN_MATRIX

Line 561: amt_rec pa_plan_matrix.amount_type_tabtyp;

557: gp.period_name
558: ORDER BY 1,6,7,8,10,11,2,3,4,5;
559:
560: /* Record Definitions */
561: amt_rec pa_plan_matrix.amount_type_tabtyp;
562: budget_lines_rec budget_lines_record_table_type;
563:
564: /* PLSQL Table Declarations */
565:

Line 2746: Pa_Plan_Matrix.Maintain_Plan_Matrix

2742: /* Populate Project Periods Denorm for Forecast Lines */
2743:
2744: l_stage := 7900;
2745: -- hr_utility.trace(to_char(l_stage));
2746: Pa_Plan_Matrix.Maintain_Plan_Matrix
2747: ( p_amount_type_tab => amt_rec
2748: ,p_period_profile_id => l_period_profile_id
2749: ,p_prior_period_flag => 'N'
2750: ,p_commit_Flag => 'N'

Line 3440: Pa_Plan_Matrix.Maintain_Plan_Matrix

3436: pa_debug.g_err_stage := l_stage||': Populate Project Periods Denorm for Budget Lines';
3437: IF P_PA_DEBUG_MODE = 'Y' THEN
3438: pa_debug.write_file('gen_org_fcst: ' || pa_debug.g_err_stage);
3439: END IF;
3440: Pa_Plan_Matrix.Maintain_Plan_Matrix
3441: ( p_amount_type_tab => amt_rec
3442: ,p_period_profile_id => l_period_profile_id
3443: ,p_prior_period_flag => 'N'
3444: ,p_commit_Flag => 'N'

Line 3922: Pa_Plan_Matrix.Maintain_Plan_Matrix

3918: l_stage := 11300;
3919: -- hr_utility.trace(to_char(l_stage));
3920:
3921: /* Populate Project Periods Denorm for budget lines for Project */
3922: Pa_Plan_Matrix.Maintain_Plan_Matrix
3923: ( p_amount_type_tab => amt_rec
3924: ,p_period_profile_id => l_period_profile_id
3925: ,p_prior_period_flag => 'N'
3926: ,p_commit_Flag => 'N'