DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on AMS_LISTIMPORT_PVT

Line 1: PACKAGE BODY AMS_ListImport_PVT AS

1: PACKAGE BODY AMS_ListImport_PVT AS
2: /* $Header: amsvimlb.pls 120.14 2012/01/03 11:27:36 nkjaiswa ship $ */
3:
4: -----------------------------------------------------------
5:

Line 7: -- AMS_ListImport_PVT

3:
4: -----------------------------------------------------------
5:
6: -- PACKAGE
7: -- AMS_ListImport_PVT
8: --
9: -- PURPOSE
10: -- This purpose of this program is to create organization,person
11: -- ,party relationship, org contacts, locations , party sites,

Line 52: g_pkg_name CONSTANT VARCHAR2(30):='AMS_LISTIMPORT_PVT';

48: -- HISTORY amsvimlb.pls
49: -- 19-Mar-2001 usingh Created.
50: -- ---------------------------------------------------------
51: G_ARC_IMPORT_HEADER CONSTANT VARCHAR2(30) := 'IMPH';
52: g_pkg_name CONSTANT VARCHAR2(30):='AMS_LISTIMPORT_PVT';
53: g_prof VARCHAR2(50) := fnd_profile.value('HZ_EXECUTE_API_CALLOUTS');
54: --
55: -- This program processes the xml data.
56: --

Line 21671: end AMS_ListImport_PVT;

21667: RETURN 'ERROR';
21668:
21669: end TEST_Post_sub;
21670:
21671: end AMS_ListImport_PVT;