DBA Data[Home] [Help]

APPS.IEM_IM_TOKENS_WRAPPERS_PVT dependencies on IEM_IM_TOKENS_WRAPPERS_PVT

Line 1: PACKAGE BODY IEM_IM_TOKENS_WRAPPERS_PVT as

1: PACKAGE BODY IEM_IM_TOKENS_WRAPPERS_PVT as
2: /* $Header: iemtimwb.pls 115.6 2002/12/22 01:07:42 sboorela shipped $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_IM_TOKENS_WRAPPERS_PVT';
5:

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

1: PACKAGE BODY IEM_IM_TOKENS_WRAPPERS_PVT as
2: /* $Header: iemtimwb.pls 115.6 2002/12/22 01:07:42 sboorela shipped $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_IM_TOKENS_WRAPPERS_PVT';
5:
6: FUNCTION GetTokens(p_msgid IN INTEGER, p_part IN INTEGER,
7: p_flags IN INTEGER, p_link IN VARCHAR2,
8: p_language IN VARCHAR2,

Line 77: END IEM_IM_TOKENS_WRAPPERS_PVT;

73: return l_status;
74: -- DBMS_OUTPUT.PUT_LINE(SQLERRM);
75: END gettokens;
76:
77: END IEM_IM_TOKENS_WRAPPERS_PVT;