DBA Data[Home] [Help]

APPS.AMS_IMPORT_LIST_PVT dependencies on AMS_IMPORT_LIST_PVT

Line 1: PACKAGE BODY AMS_Import_List_PVT as

1: PACKAGE BODY AMS_Import_List_PVT as
2: /* $Header: amsvimpb.pls 120.2 2005/12/29 20:12:59 ryedator noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Import_List_PVT

2: /* $Header: amsvimpb.pls 120.2 2005/12/29 20:12:59 ryedator noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Import_List_PVT
7: -- Purpose
8: --
9: -- History
10: -- 09-May-2002 HUILI added code into the "Create_Import_List" not to pick up

Line 23: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Import_List_PVT';

19: -- End of Comments
20: -- ===============================================================
21:
22:
23: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Import_List_PVT';
24: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amsvimpb.pls';
25:
26: G_ARC_IMPORT_HEADER CONSTANT VARCHAR2(30) := 'IMPH';
27: G_ARC_EXPORT_HEADER CONSTANT VARCHAR2(30) := 'EXPH';

Line 1219: l_tar_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type := P_ams_import_rec;

1215: -- Local Variables
1216: l_object_version_number NUMBER;
1217: l_IMPORT_LIST_HEADER_ID NUMBER;
1218: l_ref_ams_import_rec c_get_Import_List%ROWTYPE ;
1219: l_tar_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type := P_ams_import_rec;
1220: l_rowid ROWID;
1221:
1222: BEGIN
1223: -- Standard Start of API savepoint

Line 2534: l_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type;

2530: IS
2531: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Import_List';
2532: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
2533: l_object_version_number NUMBER;
2534: l_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type;
2535:
2536: BEGIN
2537: -- Standard Start of API savepoint
2538: SAVEPOINT VALIDATE_Import_List_;

Line 2704: END AMS_Import_List_PVT;

2700: p_data => x_msg_data
2701: );
2702: END Validate_ams_import_Rec;
2703:
2704: END AMS_Import_List_PVT;