DBA Data[Home] [Help]

APPS.IEM_IM_WRAPPERS_PVT dependencies on IEM_IM_WRAPPERS_PVT

Line 1: PACKAGE BODY IEM_IM_WRAPPERS_PVT as

1: PACKAGE BODY IEM_IM_WRAPPERS_PVT as
2: /* $Header: iemvimwb.pls 115.6 2002/12/03 23:47:55 sboorela shipped $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_IM_WRAPPERS_PVT ';
5:

Line 4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_IM_WRAPPERS_PVT ';

1: PACKAGE BODY IEM_IM_WRAPPERS_PVT as
2: /* $Header: iemvimwb.pls 115.6 2002/12/03 23:47:55 sboorela shipped $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_IM_WRAPPERS_PVT ';
5:
6: FUNCTION GetThemes(p_message_id IN INTEGER, p_part IN INTEGER,
7: p_flags IN INTEGER,p_link IN VARCHAR2,
8: p_themes OUT NOCOPY theme_table,

Line 568: END IEM_IM_WRAPPERS_PVT;

564: end loop;
565: return l_status;
566:
567: end;
568: END IEM_IM_WRAPPERS_PVT;