DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on PA_PLAN_MATRIX

Line 560: amt_rec pa_plan_matrix.amount_type_tabtyp;

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

Line 2745: Pa_Plan_Matrix.Maintain_Plan_Matrix

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

Line 3439: Pa_Plan_Matrix.Maintain_Plan_Matrix

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

Line 3921: Pa_Plan_Matrix.Maintain_Plan_Matrix

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