DBA Data[Home] [Help]

APPS.BIS_MV_REFRESH dependencies on BIS_TRUNCATE_EMPTY_MV_LOG_PKG

Line 1509: l_refresh_progs := BIS_TRUNCATE_EMPTY_MV_LOG_PKG.Check_Refresh_Prog_running;

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