DBA Data[Home] [Help]

APPS.PA_PERF_STATUS_CLIENT_EXTN dependencies on PA_EXCEPTION_ENGINE_PKG

Line 36: , p_kpa_summary in pa_exception_engine_pkg.summary_table

32: function get_performance_status
33: (
34: p_object_type in varchar2
35: , p_object_id in number
36: , p_kpa_summary in pa_exception_engine_pkg.summary_table
37: )RETURN VARCHAR2;
38:
39:
40: end pa_perf_status_client_extn ;