DBA Data[Home] [Help]

APPS.AMS_LIST_ENTRIES_PUB dependencies on AMS_LIST_ENTRIES_PUB

Line 1: PACKAGE BODY AMS_List_Entries_PUB as

1: PACKAGE BODY AMS_List_Entries_PUB as
2: /* $Header: amsplieb.pls 115.5 2002/11/22 08:54:01 jieli ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_List_Entries_PUB

2: /* $Header: amsplieb.pls 115.5 2002/11/22 08:54:01 jieli ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_List_Entries_PUB
7: -- Purpose
8: --
9: -- History
10: --

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

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_List_Entries_PUB';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amsplieb.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_List_Entries_PUB;

531: );
532: End Lock_List_Entries;
533:
534:
535: END AMS_List_Entries_PUB;