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.3 2011/11/23 10:05:37 dkailash ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Import_List_PVT

2: /* $Header: amsvimpb.pls 120.3 2011/11/23 10:05:37 dkailash ship $ */
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 1212: l_tar_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type := P_ams_import_rec;

1208: -- Local Variables
1209: l_object_version_number NUMBER;
1210: l_IMPORT_LIST_HEADER_ID NUMBER;
1211: l_ref_ams_import_rec c_get_Import_List%ROWTYPE ;
1212: l_tar_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type := P_ams_import_rec;
1213: l_rowid ROWID;
1214:
1215: BEGIN
1216: -- Standard Start of API savepoint

Line 2527: l_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type;

2523: IS
2524: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Import_List';
2525: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
2526: l_object_version_number NUMBER;
2527: l_ams_import_rec AMS_Import_List_PVT.ams_import_rec_type;
2528:
2529: BEGIN
2530: -- Standard Start of API savepoint
2531: SAVEPOINT VALIDATE_Import_List_;

Line 2697: END AMS_Import_List_PVT;

2693: p_data => x_msg_data
2694: );
2695: END Validate_ams_import_Rec;
2696:
2697: END AMS_Import_List_PVT;