DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_PLAN_MATRIX

Line 7661: amt_rec pa_plan_matrix.amount_type_tabtyp;

7657: l_plsql_max_array_size NUMBER := 200;
7658: l_tbl_index NUMBER := 1;
7659:
7660: /* Record Definitions */
7661: amt_rec pa_plan_matrix.amount_type_tabtyp;
7662:
7663: /* all table types */
7664: l_res_assignment_tbl p_res_assignment_tbl_typ;
7665: l_period_name_tbl p_period_name_tbl_typ ;

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

8156:
8157: END IF; /* End IF of check for the Data Source. */
8158:
8159:
8160: /* Call PA_PLAN_MATRIX.MAINTAIN_PLAN_MATRIX to populate the Denorm table
8161: 'PA_PROJ_PERIODS_DENORM' in order to report in a matrix format if the
8162: Plan version is tim phased by PA or GL periods. */
8163:
8164: /* First populate the amt_rec PL/SQL table with the Amount Type and the

Line 8235: PA_PLAN_MATRIX.Maintain_Plan_Matrix(

8231: IF P_PA_DEBUG_MODE = 'Y' THEN
8232: pa_debug.write('Call_Maintain_Plan_Matrix: ' || l_module_name,pa_debug.g_err_stage,3);
8233: END IF;
8234:
8235: PA_PLAN_MATRIX.Maintain_Plan_Matrix(
8236: p_amount_type_tab => amt_rec,
8237: p_period_profile_id => l_period_profile_id,
8238: p_prior_period_flag => 'N',
8239: p_commit_flag => 'N',