DBA Data[Home] [Help]

APPS.AST_DASHBOARD_REFRESH_PACKAGE dependencies on AST_DASHBOARD_REFRESH_PACKAGE

Line 1: PACKAGE BODY ast_dashboard_refresh_package AS

1: PACKAGE BODY ast_dashboard_refresh_package AS
2: /* $Header: astdbrsb.pls 115.1 2002/12/05 08:31:20 karamach ship $ */
3: -- Start of Comments
4: -- Package name : ast_dashboard_refresh_package
5: -- Purpose : Wrapper package to call the CSC package/procedure to refresh dashboard data to avoid install errors if their package is changed/becomes invalid.

Line 4: -- Package name : ast_dashboard_refresh_package

1: PACKAGE BODY ast_dashboard_refresh_package AS
2: /* $Header: astdbrsb.pls 115.1 2002/12/05 08:31:20 karamach ship $ */
3: -- Start of Comments
4: -- Package name : ast_dashboard_refresh_package
5: -- Purpose : Wrapper package to call the CSC package/procedure to refresh dashboard data to avoid install errors if their package is changed/becomes invalid.
6: -- History :
7: -- NOTE : Temporary workaround till the CSC package is made public(enh bug#2599015)
8: -- End of Comments

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:

Line 38: END ast_dashboard_refresh_package;

34: end if;
35:
36: end run_refresh_engine;
37:
38: END ast_dashboard_refresh_package;