DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on IEX_SEND_XML_PVT

Line 1: PACKAGE BODY IEX_SEND_XML_PVT as

1: PACKAGE BODY IEX_SEND_XML_PVT as
2: /* $Header: iexvxmlb.pls 120.40.12020000.6 2013/03/15 18:09:12 snuthala ship $ */
3: -- Start of Comments
4: -- Package name : IEX_SEND_XML_PVT
5: -- Purpose : Generate XML Data and Delivery by XML Publisher

Line 4: -- Package name : IEX_SEND_XML_PVT

1: PACKAGE BODY IEX_SEND_XML_PVT as
2: /* $Header: iexvxmlb.pls 120.40.12020000.6 2013/03/15 18:09:12 snuthala ship $ */
3: -- Start of Comments
4: -- Package name : IEX_SEND_XML_PVT
5: -- Purpose : Generate XML Data and Delivery by XML Publisher
6: -- NOTE :
7: -- History :
8: -- 11/08/2004 CLCHANG Created.

Line 12: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IEX_SEND_XML_PVT';

8: -- 11/08/2004 CLCHANG Created.
9: -- END of Comments
10:
11:
12: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IEX_SEND_XML_PVT';
13: G_FILE_NAME CONSTANT VARCHAR2(12) := 'iexvxmlb.pls';
14:
15: -- Validation
16: -- **************************

Line 1346: END IEX_SEND_XML_PVT;

1342:
1343: BEGIN
1344: PG_DEBUG := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
1345:
1346: END IEX_SEND_XML_PVT;