DBA Data[Home] [Help]

APPS.AST_DASHBOARD_REFRESH_PACKAGE dependencies on FND_FILE

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

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