DBA Data[Home] [Help]

APPS.FII_TIME_M_C dependencies on EDW_TIME_EP_CAL_PERIOD_LSTG

Line 320: delete edw_time_ep_cal_period_lstg

316: -- ------------------------------------------------------
317:
318: IF (l_instance = l_master_instance) then
319:
320: delete edw_time_ep_cal_period_lstg
321: where instance = l_instance;
322:
323: delete edw_time_ep_cal_qtr_lstg
324: where instance = l_instance;

Line 1173: INSERT INTO EDW_TIME_EP_CAL_PERIOD_LSTG

1169: /* Population of Enterprise Calendar Period */
1170: edw_log.put_line('Pushing Enterprise Calendar Period');
1171: fii_util.start_timer;
1172:
1173: INSERT INTO EDW_TIME_EP_CAL_PERIOD_LSTG
1174: (CAL_PERIOD_PK,
1175: CAL_QTR_FK,
1176: INSTANCE,
1177: NAME,