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 120.0.12010000.2 2009/09/17 11:35:32 sariff 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 120.0.12010000.2 2009/09/17 11:35:32 sariff 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 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:

Line 40: END ast_dashboard_refresh_package;

36: end if;
37:
38: end run_refresh_engine;
39:
40: END ast_dashboard_refresh_package;