DBA Data[Home] [Help]

PACKAGE: APPS.FND_OAM_EM

Source


1 PACKAGE fnd_oam_em AUTHID CURRENT_USER AS
2 /* $Header: AFOAMEMS.pls 120.1.12000000.2 2007/01/24 06:09:32 appldev ship $ */
3 
4 
5   TYPE oam_cursor_type IS REF CURSOR;
6 
7   /* DONE FOR LEVEL 1 */
8   FUNCTION get_native_svcs return oam_em_srvcs_table_type;
9 
10   /* DONE FOR LEVEL 1*/
11   FUNCTION get_wf_agent_activity return oam_cursor_type;
12 
13   /* DONE FOR LEVEL 1*/
14   FUNCTION get_apps_sys_status return oam_cursor_type;
15 
16   /* DONE FOR LEVEL 1*/
17   FUNCTION get_conf_changed return oam_cursor_type;
18 
19   /* DONE FOR LEVEL 1*/
20   FUNCTION get_web_components_status return oam_cursor_type;
21 
22   /* DONE FOR LEVEL 1*/
23   FUNCTION get_ebiz_int_sys_alerts return oam_cursor_type;
24 
25   /* DONE FOR LEVEL 1*/
26   FUNCTION get_icm_status return number;
27 
28 
29 /*
30   FUNCTION get_ebiz_activity return oam_cursor_type;
31   FUNCTION get_rqsts_stats return oam_cursor_type;
32   FUNCTION get_procs_rqsts_per_conc return oam_em_prpc_table_type;
33   FUNCTION get_pend_rqsts(status_code CHAR, app_id NUMBER, mgr_id NUMBER)
34     return NUMBER;
35   FUNCTION get_workitem_metrics return oam_cursor_type;
36   FUNCTION get_block_icm_crm return oam_cursor_type;
37   FUNCTION get_apps_sys_metrics return oam_cursor_type;
38 
39   FUNCTION get_apps_framework_agent return oam_cursor_type;
40   FUNCTION get_apps_general_info return oam_cursor_type;
41   FUNCTION get_apps_level return CHAR;
42   FUNCTION get_wf_notification return oam_cursor_type;
43 
44   FUNCTION get_ebiz_status return oam_cursor_type;
45   FUNCTION get_web_user_last_hour return oam_cursor_type;
46   FUNCTION get_active_requests_by_app return oam_cursor_type;
47   FUNCTION get_hourly_completed_requests return oam_cursor_type;
48 */
49 
50 
51 END fnd_oam_em;