CRM On Demand - Supplemental Applications (MOSC)

MOSC Banner

Convert Leads to Opportunity

edited Apr 20, 2012 3:07AM in CRM On Demand - Supplemental Applications (MOSC) 1 commentAnswered
I import Leads from Import Sales Leads from AS_IMPORT_INTERFACE

Then Convert the leads to Opportunities with  

AS_SALES_LEADS_PUB.Create_Opportunity_For_Lead
                ( p_api_version_number => 2.0,
                  p_init_msg_list => FND_API.G_TRUE,
                  p_commit => FND_API.G_FALSE,
                  p_validation_level => 90,
                  P_Check_Access_Flag => 'Y',
                  P_Admin_Flag => 'N',
                  P_Admin_Group_Id => NULL,
                  P_Identity_Salesforce_Id => l_salesforce_id,
                  P_sales_lead_profile_tbl => AS_UTILITY_PUB.G_MISS_PROFILE_TBL,
                  --P_Partner_Cont_Party_id => FND_API.G_MISS_NUM,
                  P_sales_lead_id => l_sales_lead_id,
                  x_return_status => l_return_status,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center