DBA Data[Home] [Help]

APPS.AML_SALES_LEADS_V2_PUB dependencies on AS_INTEREST_PUB

Line 59: l_classification_tbl as_interest_pub.interest_tbl_type;

55: l_group_id NUMBER;
56: l_party_type VARCHAR2(30);
57: l_org_contact_id NUMBER;
58:
59: l_classification_tbl as_interest_pub.interest_tbl_type;
60: l_interest_use_code VARCHAR2(30);
61: l_interest_out_id NUMBER;
62: l_sales_lead_id NUMBER;
63:

Line 193: /* --Commenting out till we get patch from sales for AS_INTEREST_PUB API

189:
190: --dbms_output.put_line('sales lead id '||to_char(l_sales_lead_id));
191:
192: -- Create Interest
193: /* --Commenting out till we get patch from sales for AS_INTEREST_PUB API
194: -- Get party type
195: OPEN C_get_party_type(p_sales_lead_rec.customer_id);
196: FETCH C_get_party_type INTO l_party_type;
197: CLOSE C_get_party_type;

Line 221: AS_INTEREST_PUB.Create_Interest(

217: ELSIF l_party_type = 'ORGANIZATION' THEN
218: l_interest_use_code := 'COMPANY_CLASSIFICATION' ;
219: END IF;
220:
221: AS_INTEREST_PUB.Create_Interest(
222: p_api_version_number => 2.0 ,
223: p_init_msg_list => FND_API.G_FALSE,
224: p_Commit => FND_API.G_FALSE,
225: p_interest_rec => l_classification_tbl(i),