DBA Data[Home] [Help]

APPS.AMS_LIST_QUERY_PUB dependencies on AMS_LIST_QUERY_PUB

Line 1: PACKAGE BODY AMS_List_Query_PUB as

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

Line 6: -- AMS_List_Query_PUB

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

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

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

943: );
944: End Lock_List_Query;
945:
946:
947: END AMS_List_Query_PUB;