DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PUB dependencies on AMS_DELIVERABLE_PUB

Line 1: PACKAGE BODY AMS_Deliverable_PUB as

1: PACKAGE BODY AMS_Deliverable_PUB as
2: /* $Header: amspdelb.pls 120.0 2005/05/31 17:03:06 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Deliverable_PUB

2: /* $Header: amspdelb.pls 120.0 2005/05/31 17:03:06 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Deliverable_PUB
7: -- Purpose
8: --
9: -- History
10: -- 27-sep-2002 ABHOLA Created

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

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

1320: );
1321: End Lock_Deliverable;
1322:
1323:
1324: END AMS_Deliverable_PUB;