DBA Data[Home] [Help]

APPS.AMS_IMPORTCLIENT_PVT dependencies on AMS_IMPORTCLIENT_PVT

Line 1: PACKAGE BODY AMS_ImportClient_PVT AS

1: PACKAGE BODY AMS_ImportClient_PVT AS
2: /* $Header: amsvmicb.pls 115.47 2004/03/17 18:53:46 huili ship $ */
3: --------------------------------------------------------------------------------
4: --
5: -- NAME

Line 6: -- AMS_ImportClient_PVT

2: /* $Header: amsvmicb.pls 115.47 2004/03/17 18:53:46 huili ship $ */
3: --------------------------------------------------------------------------------
4: --
5: -- NAME
6: -- AMS_ImportClient_PVT
7: --
8: -- HISTORY
9: -- 12-Apr-2001 huili Created
10: -- 13-May-2001 huili Added the "Insert_Lead_Data" module

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

39: ------------------------------------------------------------------------------
40:
41: --
42: -- Global variables and constants.
43: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AMS_IMPORTCLIENT_PVT'; -- Name of the current package.
44: G_DEBUG_FLAG CONSTANT VARCHAR2(1) := 'N';
45: G_COL_NUM CONSTANT NUMBER := 40;
46: G_ARC_IMPORT_HEADER CONSTANT VARCHAR2(30) := 'IMPH';
47: G_ROW_PARSE_NO_ERROR CONSTANT NUMBER := 0;

Line 2587: END AMS_ImportClient_PVT;

2583: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2584:
2585: END Create_List_import_Error;
2586:
2587: END AMS_ImportClient_PVT;