DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FIN_PLAN_LINES_TMP

Line 7575: INSERT INTO PA_FIN_PLAN_LINES_TMP (

7571: END IF;
7572:
7573:
7574: FORALL i in p_res_assignment_tbl.first..p_res_assignment_tbl.last
7575: INSERT INTO PA_FIN_PLAN_LINES_TMP (
7576: OBJECT_ID
7577: ,OBJECT_TYPE_CODE
7578: ,RESOURCE_ASSIGNMENT_ID
7579: ,PERIOD_NAME

Line 7652: This procedure will populate the Lines Temp table pa_fin_plan_lines_tmp, with records from

7648: END INSERT_PLAN_LINES_TMP_BULK ;
7649:
7650:
7651: /*---------------------------------------------------------------------------------------------
7652: This procedure will populate the Lines Temp table pa_fin_plan_lines_tmp, with records from
7653: Budget Lines with appropriate values and call Maintain Matrix API to update the
7654: USER_ENTERED level records into pa_proj_periods_denorm table.
7655: ---------------------------------------------------------------------------------------------*/
7656: PROCEDURE Call_Maintain_Plan_Matrix (

Line 7922: delete from PA_FIN_PLAN_LINES_TMP;

7918:
7919: OPEN rollup_tmp_cur;
7920: END IF;
7921:
7922: delete from PA_FIN_PLAN_LINES_TMP;
7923: LOOP
7924: IF (p_data_source = PA_FP_CONSTANTS_PKG.G_DATA_SOURCE_BUDGET_LINE) THEN
7925:
7926: pa_debug.g_err_stage := 'fetching from budget_lines_cur';