DBA Data[Home] [Help]

APPS.FII_TIME_M_C dependencies on FII_POPULATE_TIME

Line 69: FII_POPULATE_TIME.Push(errbuf,retcode,rows_inserted,c_from_date,c_to_date);

65:
66: edw_log.put_line('Pushing Gregorian calendar');
67: l_temp_date :=sysdate;
68:
69: FII_POPULATE_TIME.Push(errbuf,retcode,rows_inserted,c_from_date,c_to_date);
70:
71: l_duration := sysdate - l_temp_date;
72: edw_log.put_line('Gregorian calendar has been pushed successfully!');
73: edw_log.put_line('Process Time: '||edw_log.duration(l_duration));