DBA Data[Home] [Help]

APPS.IBU_ALERT_BIN dependencies on IBU_ALERT_BIN

Line 1: package body ibu_alert_bin as

1: package body ibu_alert_bin as
2: /* $Header: ibuhaltb.pls 115.18.1159.2 2003/07/01 23:26:37 lahuang ship $ */
3:
4: -- ---------------------------------------------------------
5: -- Define global variables and types

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBU_ALERT_BIN';

3:
4: -- ---------------------------------------------------------
5: -- Define global variables and types
6: -- ---------------------------------------------------------
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBU_ALERT_BIN';
8:
9:
10: -----------------------------------------------------------
11: -- Define procedure for rendering name.

Line 719: end ibu_alert_bin;

715: (p_count => x_msg_count ,
716: p_data => x_msg_data
717: );
718: end get_html;
719: end ibu_alert_bin;
720: