DBA Data[Home] [Help]

APPS.AML_MONITOR_WF dependencies on AML_MONITOR_WF

Line 1: PACKAGE BODY aml_monitor_wf AS

1: PACKAGE BODY aml_monitor_wf AS
2: /* $Header: amlldmnb.pls 115.40 2004/06/02 01:37:25 chchandr ship $ */
3:
4: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amlldmnb.pls';
5: AS_DEBUG_LOW_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 10: -- Package name : AML_MONITOR_WF

6:
7:
8:
9: -- Start of Comments
10: -- Package name : AML_MONITOR_WF
11: -- Purpose : Sales Leads Workflow
12: -- NOTE :
13: -- History :
14: --

Line 23: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_MONITOR_WF';

19: |
20: | PRIVATE CONSTANTS
21: |
22: *-------------------------------------------------------------------------*/
23: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AML_MONITOR_WF';
24: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amlldmnb.pls';
25:
26: /*-------------------------------------------------------------------------*/
27:

Line 495: itemtype := AML_MONITOR_WF.g_item_type;

491: IF (AS_DEBUG_LOW_ON) THEN
492: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'itemkey:' || itemkey);
493: END IF;
494:
495: itemtype := AML_MONITOR_WF.g_item_type;
496:
497: wf_engine.CreateProcess( ItemType => itemtype,
498: ItemKey => itemkey,
499: process => Workflowprocess);

Line 1382: aml_monitor_wf.set_timelag

1378: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1379: ' l_expiration_date: '||l_expiration_date);
1380: END IF;
1381:
1382: aml_monitor_wf.set_timelag
1383: ( p_start_date => l_monitor_launch_date,
1384: p_timeout => l_timelag_number,
1385: x_due_date => l_due_date,
1386: x_total_timeout => l_total_timelag) ;

Line 1814: aml_monitor_wf.set_timelag

1810: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1811: 'l_reminder_frequency:' || l_reminder_frequency);
1812: END IF;
1813:
1814: aml_monitor_wf.set_timelag
1815: ( p_start_date => sysdate,
1816: p_timeout => l_reminder_frequency,
1817: x_due_date => l_due_date,
1818: x_total_timeout => l_total_reminder_timelag) ;

Line 2068: aml_monitor_wf.set_timelag

2064: aname => 'MONITOR_LAUNCH_DATE');
2065:
2066: l_timeout_duration_minutes := l_timeout_duration*24*60;
2067:
2068: aml_monitor_wf.set_timelag
2069: ( p_start_date => l_monitor_launch_date,
2070: p_timeout => l_timeout_duration,
2071: x_due_date => l_due_date,
2072: x_total_timeout => l_total_timelag) ;

Line 2518: AML_MONITOR_WF.get_lead_owner

2514: -- swkhanna 2/11/03 Bug 2795647
2515: -- if time_lag condition is true, then get the latest lead owner and set the attribute
2516: -- for sending notification
2517:
2518: AML_MONITOR_WF.get_lead_owner
2519: ( itemtype => itemtype,
2520: itemkey => itemkey);
2521:
2522:

Line 3510: END AML_MONITOR_WF;

3506: raise;
3507:
3508: end get_lead_owner;
3509:
3510: END AML_MONITOR_WF;