DBA Data[Home] [Help]

APPS.AMS_IMPORT_LIST_PUB dependencies on AMS_IMPORT_LIST_PUB

Line 1: PACKAGE BODY AMS_Import_List_PUB as

1: PACKAGE BODY AMS_Import_List_PUB as
2: /* $Header: amspimpb.pls 115.5 2002/11/14 21:57:37 jieli noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Import_List_PUB

2: /* $Header: amspimpb.pls 115.5 2002/11/14 21:57:37 jieli noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Import_List_PUB
7: -- Purpose
8: --
9: -- History
10: --

Line 17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Import_List_PUB';

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Import_List_PUB';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amspimpb.pls';
19:
20: AMS_DEBUG_HIGH_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
21: AMS_DEBUG_LOW_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 535: END AMS_Import_List_PUB;

531: );
532: End Lock_Import_List;
533:
534:
535: END AMS_Import_List_PUB;