DBA Data[Home] [Help]

APPS.AML_MONITOR_CONDITIONS_PUB dependencies on AML_MONITOR_CONDITIONS_PUB

Line 1: PACKAGE BODY AML_MONITOR_CONDITIONS_PUB as

1: PACKAGE BODY AML_MONITOR_CONDITIONS_PUB as
2: /* $Header: amlplmcb.pls 115.4 2003/01/23 02:55:22 swkhanna noship $ */
3: -- Start of Comments
4: -- Package name : AML_MONITOR_CONDITIONS_PUB
5: -- Purpose :

Line 4: -- Package name : AML_MONITOR_CONDITIONS_PUB

1: PACKAGE BODY AML_MONITOR_CONDITIONS_PUB as
2: /* $Header: amlplmcb.pls 115.4 2003/01/23 02:55:22 swkhanna noship $ */
3: -- Start of Comments
4: -- Package name : AML_MONITOR_CONDITIONS_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_MONITOR_CONDITIONS_PUB';

7: -- NOTE :
8: -- End of Comments
9:
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_MONITOR_CONDITIONS_PUB';
12: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amlplmcb.pls';
13:
14:
15: AS_DEBUG_HIGH_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);

Line 390: End AML_MONITOR_CONDITIONS_PUB;

386: ,X_RETURN_STATUS => X_RETURN_STATUS);
387: End Delete_monitor_condition;
388:
389:
390: End AML_MONITOR_CONDITIONS_PUB;