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 2931: aml_monitor_wf.launch_monitor(

2927:
2928: IF l_open_status_flag = 'Y' AND l_assign_to_salesforce_id IS NOT NULL
2929: AND l_lead_engines_out_rec.qualified_flag = 'Y'
2930: THEN
2931: aml_monitor_wf.launch_monitor(
2932: P_Api_Version_Number => 2.0,
2933: P_Init_Msg_List => FND_API.G_FALSE,
2934: p_commit => FND_API.G_FALSE,
2935: P_Sales_Lead_Id => p_sales_lead_id,

Line 3571: aml_monitor_wf.launch_monitor(

3567: --l_owner_changed_flag = 'Y' AND
3568: (l_owner_changed_flag = 'Y' OR l_rank_changed_flag = 'Y') AND
3569: l_lead_engines_out_rec.qualified_flag = 'Y'
3570: THEN
3571: aml_monitor_wf.launch_monitor(
3572: P_Api_Version_Number => 2.0,
3573: P_Init_Msg_List => FND_API.G_FALSE,
3574: p_commit => FND_API.G_FALSE,
3575: P_Sales_Lead_Id => p_sales_lead_id,