DBA Data[Home] [Help]

APPS.IBU_MES_BIN dependencies on IBU_MES_BIN

Line 1: package body ibu_mes_bin as

1: package body ibu_mes_bin as
2: /* $Header: ibuhmesb.pls 115.23 2002/11/05 20:23:21 ktma ship $ */
3:
4: -- ---------------------------------------------------------
5: -- Define global variables and types

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

3:
4: -- ---------------------------------------------------------
5: -- Define global variables and types
6: -- ---------------------------------------------------------
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBU_MES_BIN';
8:
9: type FilterData IS RECORD (
10: name VARCHAR2(60) := '',
11: value VARCHAR2(300) := ''

Line 1067: end ibu_mes_bin;

1063: raise;
1064:
1065: end get_html;
1066:
1067: end ibu_mes_bin;