DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_PLAN_MATRIX

Line 7681: amt_rec pa_plan_matrix.amount_type_tabtyp;

7677: l_plsql_max_array_size NUMBER := 200;
7678: l_tbl_index NUMBER := 1;
7679:
7680: /* Record Definitions */
7681: amt_rec pa_plan_matrix.amount_type_tabtyp;
7682:
7683: /* all table types */
7684: l_res_assignment_tbl p_res_assignment_tbl_typ;
7685: l_period_name_tbl p_period_name_tbl_typ ;

Line 8180: /* Call PA_PLAN_MATRIX.MAINTAIN_PLAN_MATRIX to populate the Denorm table

8176:
8177: END IF; /* End IF of check for the Data Source. */
8178:
8179:
8180: /* Call PA_PLAN_MATRIX.MAINTAIN_PLAN_MATRIX to populate the Denorm table
8181: 'PA_PROJ_PERIODS_DENORM' in order to report in a matrix format if the
8182: Plan version is tim phased by PA or GL periods. */
8183:
8184: /* First populate the amt_rec PL/SQL table with the Amount Type and the

Line 8255: PA_PLAN_MATRIX.Maintain_Plan_Matrix(

8251: IF P_PA_DEBUG_MODE = 'Y' THEN
8252: pa_debug.write('Call_Maintain_Plan_Matrix: ' || l_module_name,pa_debug.g_err_stage,3);
8253: END IF;
8254:
8255: PA_PLAN_MATRIX.Maintain_Plan_Matrix(
8256: p_amount_type_tab => amt_rec,
8257: p_period_profile_id => l_period_profile_id,
8258: p_prior_period_flag => 'N',
8259: p_commit_flag => 'N',