DBA Data[Home] [Help]

APPS.AMW_ATTACHMENT_PVT dependencies on AMW_ATTACHMENT_PVT

Line 1: PACKAGE BODY AMW_Attachment_PVT as

1: PACKAGE BODY AMW_Attachment_PVT as
2: /* $Header: amwvatcb.pls 120.0 2005/05/31 18:34:48 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMW_Attachment_PVT

2: /* $Header: amwvatcb.pls 120.0 2005/05/31 18:34:48 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMW_Attachment_PVT
7: -- Purpose
8: --
9: -- History
10: --

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

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

Line 304: END AMW_Attachment_PVT;

300: p_count => x_msg_count,
301: p_data => x_msg_data
302: );
303: End Create_Fnd_Attachment;
304: END AMW_Attachment_PVT;