DBA Data[Home] [Help]

APPS.BIS_MV_REFRESH dependencies on BIS_TRUNCATE_EMPTY_MV_LOG_PKG

Line 1513: l_refresh_progs := BIS_TRUNCATE_EMPTY_MV_LOG_PKG.Check_Refresh_Prog_running;

1509: l_program_status boolean := true;
1510: BEGIN
1511: BIS_COLLECTION_UTILITIES.put_line('Starting Compiling Invalid MVs');
1512: BIS_COLLECTION_UTILITIES.put_line(' ');
1513: l_refresh_progs := BIS_TRUNCATE_EMPTY_MV_LOG_PKG.Check_Refresh_Prog_running;
1514: if(l_refresh_progs <> 0) then
1515: raise e_refresh_prog_running;
1516: end if;
1517: compile_mvs;