[Home] [Help]
291:
292: delete edw_time_cal_period_lstg
293: where instance = l_instance;
294:
295: delete edw_time_pa_period_lstg
296: where instance = l_instance;
297:
298: delete edw_time_cal_qtr_lstg
299: where instance = l_instance;
841: l_effective_period_num;
842:
843: EXIT WHEN pa_period_cursor%NOTFOUND;
844:
845: Insert into EDW_TIME_PA_PERIOD_LSTG
846: (PA_PERIOD_PK,
847: CAL_PERIOD_FK,
848: INSTANCE,
849: PA_PERIOD,
895: l_effective_period_num;
896:
897: EXIT WHEN cal_period_cursor%NOTFOUND;
898:
899: Insert into EDW_TIME_PA_PERIOD_LSTG
900: (PA_PERIOD_PK,
901: CAL_PERIOD_FK,
902: INSTANCE,
903: PA_PERIOD,