DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on IEM_GETCUST_PVT

Line 354: IEM_GETCUST_PVT.GETCUSTOMERID

350: -- getting contact id for internal employee from the email address of
351: --the sender
352: if l_acct_Type='I' then
353: BEGIN
354: IEM_GETCUST_PVT.GETCUSTOMERID
355: (p_api_version_number=>1.0,
356: p_email=>l_sender,
357: p_party_id=>l_cust_contact_id,
358: X_MSG_COUNT=>l_msg_count,

Line 376: IEM_GETCUST_PVT.GETCUSTOMERID

372: ELSE
373: -- Get the Customer Id
374: -- GETTING CUSTOMER ID BASED ON EMAIL ADDRESS
375: BEGIN
376: IEM_GETCUST_PVT.GETCUSTOMERID
377: (p_api_version_number=>1.0,
378: p_email=>l_sender,
379: p_party_id=>l_customer_id,
380: X_MSG_COUNT=>l_msg_count,

Line 567: IEM_GETCUST_PVT.CustomerSearch(

563: end if;
564: if l_customer_id >0 then -- Tag Data or pre processing contain Customer Id
565: l_interaction_rec.party_id := l_customer_id;
566: else -- Pre processing/TAg data fails to retrun customer id
567: IEM_GETCUST_PVT.CustomerSearch(
568: P_Api_Version_Number=>1.0,
569: p_email=>l_sender,
570: x_party_id=>l_cust_search_id,
571: x_msg_count=>l_msg_count,