DBA Data[Home] [Help]

APPS.AMS_IMPORT_XML_PVT dependencies on AMS_IMPORT_XML_PVT

Line 1: PACKAGE BODY AMS_Import_XML_PVT AS

1: PACKAGE BODY AMS_Import_XML_PVT AS
2: /* $Header: amsvmixb.pls 120.1 2006/01/18 03:14:10 rmbhanda noship $ */
3: --------------------------------------------------------------------------------
4: --
5: -- NAME

Line 6: -- AMS_Import_XML_PVT

2: /* $Header: amsvmixb.pls 120.1 2006/01/18 03:14:10 rmbhanda noship $ */
3: --------------------------------------------------------------------------------
4: --
5: -- NAME
6: -- AMS_Import_XML_PVT
7: --
8: -- HISTORY
9: -- 02-Apr-2002 huili Created
10: -- 01-May-2002 huili Added profile checking and possible concurrent program.

Line 19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AMS_Import_XML_PVT'; -- Name of the current package.

15: -- table of all children records.
16: ------------------------------------------------------------------------------
17: --
18: -- Global variables and constants.
19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AMS_Import_XML_PVT'; -- Name of the current package.
20: G_ORDER_INITIAL_START_NUMBER CONSTANT NUMBER := 1;
21: G_COUNT NUMBER := 1;
22: G_ARC_IMPORT_HEADER CONSTANT VARCHAR2(30) := 'IMPH';
23: G_DATA_TYPE_DATA CONSTANT VARCHAR2(1) := 'D';

Line 1773: END AMS_Import_XML_PVT;

1769: );
1770:
1771: END Store_XML;
1772:
1773: END AMS_Import_XML_PVT;