DBA Data[Home] [Help]

APPS.AST_DASHBOARD_REFRESH_PACKAGE dependencies on FND_FILE

Line 33: fnd_file.put_line(fnd_file.log , 'ast_dashboard_refresh_package Reported Error In Call To CSC_PROFILE_ENGINE_PKG.RUN_ENGINE: '||p_errbuf);

29: end if;
30: if (p_errbuf IS NULL) then
31: --p_errbuf := sqlcode || ' ' || sqlerrm;
32: p_errbuf := sqlerrm;
33: fnd_file.put_line(fnd_file.log , 'ast_dashboard_refresh_package Reported Error In Call To CSC_PROFILE_ENGINE_PKG.RUN_ENGINE: '||p_errbuf);
34: end if;
35:
36: end run_refresh_engine;
37: