DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_ENGINE_PVT dependencies on AML_MONITOR_WF

Line 73: -- aml_monitor_wf.launch_monitor

69: -- 03/14/2003 SOLIN Bug 2852597
70: -- Port 11.5.8 fix to 11.5.9.
71: -- 03/20/2003 SOLIN Bug 2825187
72: -- Add one more parameter p_lead_action in
73: -- aml_monitor_wf.launch_monitor
74: -- 05/01/2003 SOLIN Bug 2877904
75: -- Add open_flag, object_creation_date, and
76: -- lead_rank_score in as_accesses_all table
77: -- 06/17/2003 SWKHANNA changed lead_process_after_update to include logic for starting

Line 2877: aml_monitor_wf.launch_monitor(

2873:
2874: IF l_open_status_flag = 'Y' AND l_assign_to_salesforce_id IS NOT NULL
2875: AND l_lead_engines_out_rec.qualified_flag = 'Y'
2876: THEN
2877: aml_monitor_wf.launch_monitor(
2878: P_Api_Version_Number => 2.0,
2879: P_Init_Msg_List => FND_API.G_FALSE,
2880: p_commit => FND_API.G_FALSE,
2881: P_Sales_Lead_Id => p_sales_lead_id,

Line 3517: aml_monitor_wf.launch_monitor(

3513: --l_owner_changed_flag = 'Y' AND
3514: (l_owner_changed_flag = 'Y' OR l_rank_changed_flag = 'Y') AND
3515: l_lead_engines_out_rec.qualified_flag = 'Y'
3516: THEN
3517: aml_monitor_wf.launch_monitor(
3518: P_Api_Version_Number => 2.0,
3519: P_Init_Msg_List => FND_API.G_FALSE,
3520: p_commit => FND_API.G_FALSE,
3521: P_Sales_Lead_Id => p_sales_lead_id,