DBA Data[Home] [Help]

APPS.IEM_MOVEMSG_PVT dependencies on IEM_MOVEMSG_PVT

Line 1: PACKAGE BODY IEM_MOVEMSG_PVT as

1: PACKAGE BODY IEM_MOVEMSG_PVT as
2: /* $Header: iemvmsgb.pls 115.3 2002/12/04 00:01:55 chtang noship $*/
3: -- *****************************************************
4: -- Start of Comments
5: -- Package name : IEM_MOVEMSG_PVT

Line 5: -- Package name : IEM_MOVEMSG_PVT

1: PACKAGE BODY IEM_MOVEMSG_PVT as
2: /* $Header: iemvmsgb.pls 115.3 2002/12/04 00:01:55 chtang noship $*/
3: -- *****************************************************
4: -- Start of Comments
5: -- Package name : IEM_MOVEMSG_PVT
6: -- Purpose : APIs that are used to move messages to agent folders.
7: -- : sboorela 08/13/2001 Created moveMessage() API
8: -- : chtang 07/08/2002 Created moveOesMessage() API
9: -- : chtang 12/03/2002 Fixed gscc error

Line 13: G_PKG_NAME CONSTANT varchar2(30) :='IEM_MOVEMSG_PVT ';

9: -- : chtang 12/03/2002 Fixed gscc error
10: -- NOTE :
11: -- End of Comments
12: -- *****************************************************
13: G_PKG_NAME CONSTANT varchar2(30) :='IEM_MOVEMSG_PVT ';
14:
15: -- Start of Comments
16: -- API name : moveMessage
17: -- Type : Private

Line 329: END IEM_MOVEMSG_PVT;

325: END;
326:
327:
328:
329: END IEM_MOVEMSG_PVT;