DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FIN_PLAN_LINES_TMP

Line 7555: INSERT INTO PA_FIN_PLAN_LINES_TMP (

7551: END IF;
7552:
7553:
7554: FORALL i in p_res_assignment_tbl.first..p_res_assignment_tbl.last
7555: INSERT INTO PA_FIN_PLAN_LINES_TMP (
7556: OBJECT_ID
7557: ,OBJECT_TYPE_CODE
7558: ,RESOURCE_ASSIGNMENT_ID
7559: ,PERIOD_NAME

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

7628: END INSERT_PLAN_LINES_TMP_BULK ;
7629:
7630:
7631: /*---------------------------------------------------------------------------------------------
7632: This procedure will populate the Lines Temp table pa_fin_plan_lines_tmp, with records from
7633: Budget Lines with appropriate values and call Maintain Matrix API to update the
7634: USER_ENTERED level records into pa_proj_periods_denorm table.
7635: ---------------------------------------------------------------------------------------------*/
7636: PROCEDURE Call_Maintain_Plan_Matrix (

Line 7902: delete from PA_FIN_PLAN_LINES_TMP;

7898:
7899: OPEN rollup_tmp_cur;
7900: END IF;
7901:
7902: delete from PA_FIN_PLAN_LINES_TMP;
7903: LOOP
7904: IF (p_data_source = PA_FP_CONSTANTS_PKG.G_DATA_SOURCE_BUDGET_LINE) THEN
7905:
7906: pa_debug.g_err_stage := 'fetching from budget_lines_cur';