DBA Data[Home] [Help]

APPS.IEM_CONCURRENT_DPN_PVT dependencies on IEM_CONCURRENT_DPN_PVT

Line 1: PACKAGE BODY IEM_CONCURRENT_DPN_PVT as

1: PACKAGE BODY IEM_CONCURRENT_DPN_PVT as
2: /* $Header: iemecdpb.pls 120.2 2005/09/12 22:07:06 liangxia noship $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_CONCURRENT_DPN_PVT ';
5:

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

1: PACKAGE BODY IEM_CONCURRENT_DPN_PVT as
2: /* $Header: iemecdpb.pls 120.2 2005/09/12 22:07:06 liangxia noship $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_CONCURRENT_DPN_PVT ';
5:
6: PROCEDURE StartProcess(ERRBUF OUT NOCOPY VARCHAR2,
7: RETCODE OUT NOCOPY VARCHAR2,
8: p_period_to_wake_up NUMBER)

Line 73: END IEM_CONCURRENT_DPN_PVT;

69: fnd_file.put_line(fnd_file.log, l_Error_Message);
70: l_call_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_Error_Message);
71: END StartProcess;
72:
73: END IEM_CONCURRENT_DPN_PVT;