DBA Data[Home] [Help]

APPS.AML_MONITOR_LOG_PVT dependencies on AML_MONITOR_LOG_PVT

Line 1: PACKAGE BODY AML_Monitor_Log_PVT as

1: PACKAGE BODY AML_Monitor_Log_PVT as
2: /* $Header: amlvlmlb.pls 115.1 2003/01/20 18:37:37 swkhanna ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name AML_Monitor_Log_PVT

Line 5: -- Package name AML_Monitor_Log_PVT

1: PACKAGE BODY AML_Monitor_Log_PVT as
2: /* $Header: amlvlmlb.pls 115.1 2003/01/20 18:37:37 swkhanna ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name AML_Monitor_Log_PVT
6: -- History
7: -- 11-27-2002 sujrama created
8: -- ===============================================================
9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_Monitor_Log_PVT';

Line 9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_Monitor_Log_PVT';

5: -- Package name AML_Monitor_Log_PVT
6: -- History
7: -- 11-27-2002 sujrama created
8: -- ===============================================================
9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_Monitor_Log_PVT';
10: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amlvlmlb.pls';
11:
12:
13: AS_DEBUG_HIGH_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);

Line 469: END AML_Monitor_Log_PVT;

465: p_count => x_msg_count,
466: p_data => x_msg_data
467: );
468: End Delete_Monitor_Log;
469: END AML_Monitor_Log_PVT;