How to attach a Contact at Customer Account Level.

Hi All,
I want to know how to attach a contact at customer Account Level. Please let us know the API for the same.
Or share some sample code if any.
Thanks in advance.

Hi,
Are you using R11 or R12?
Well i have an API that i used in R11 for the creation of contacts:
hz_party_contact_v2pub.create_org_contact
hz_contact_point_v2pub.create_contact_point
Hope this helps you..
Vik

Similar Messages

  • How can i move contacts from other accounts (eg: gmail,hotmail etc) to icloud account.

    Hi All,
    I have setup icloud in my Iphone 6 running 8.1.2. and it is logged in by enabling Contacts in icloud settings. My contact list contains 1718 Contacts. I manually backed up my data into icloud including my contacts without Passbook & Documents data. But when i logged into iCloud.com to see the contacts it is not there.
    I also find when i checked only the Icloud contacts "there are no contacts showing in my contact list". I think this is the reason why there is no contacts in icloud web too. Then how can i move contacts from other accounts (eg: gmail,hotmail etc) to icloud.

    I assume you're using GMail as your primary e-mail account?  Try this.  This is how I am setup.  Not only will it move all your contacts to your phone but any changes made in GMail or on the iPhone will be sync'd with the server.
    http://www.google.com/support/mobile/bin/answer.py?answer=138740
    Note... I think this will delete your existing contacts from your device.  You will want to use iTunes to back them up and get them imported into GMail before you sync your device wtih GMail.

  • Customer Level Contact and Customer Site Level Contact

    Hi,
    How to create a customer level contact and Customer site level contact details for the existing Customer using standard API's. please Guide me any one with Queries.
    It will be great help for me.
    Thanks,
    Prakash

    Pl post your EBS version. For 11i, all public APIs are listed at http://irep.oracle.com. For R12, APIs can be explored using the Integration Repository responsibility in your instance
    HTH
    Srini

  • Create Contact details @ Customer Account Site

    Hi guys
    After loads of efforts I managed to create a contact @ Customer Account Site level using below API Call
    DECLARE
    p_cr_cust_acc_role_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
    x_cust_account_role_id NUMBER;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    BEGIN
    -- NOTE:
    -- must be unique CUST_ACCOUNT_ID, PARTY_ID,ROLE_TYPE
    -- must be unique CUST_ACCT_SITE_ID, PARTY_ID,ROLE_TYPE
    p_cr_cust_acc_role_rec.party_id := 2126134; --value for party_id from step 8>
    p_cr_cust_acc_role_rec.cust_account_id := 999059; --value for cust_account_id from step 2>
    p_cr_cust_acc_role_rec.primary_flag := 'Y';
    p_cr_cust_acc_role_rec.role_type := 'CONTACT';
    p_cr_cust_acc_role_rec.created_by_module := 'TCA_V2_API';
    ---For attaching the contact to a particular site
    p_cr_cust_acc_role_rec.cust_acct_site_id := 29422; --Value for x_cust_acct_site_id from step >5
    HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role(
    'T',
    p_cr_cust_acc_role_rec,
    x_cust_account_role_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
    dbms_output.put_line('***************************');
    dbms_output.put_line('Output information ....');
    dbms_output.put_line('***************************');
    dbms_output.put_line('x_cust_account_role_id: '||x_cust_account_role_id);
    dbms_output.put_line('x_return_status: '||x_return_status);
    dbms_output.put_line('x_msg_count: '||x_msg_count);
    dbms_output.put_line('x_msg_data: '||x_msg_data);
    dbms_output.put_line('***************************');
    IF x_msg_count >1 THEN
      FOR I IN 1..x_msg_count
       LOOP
        dbms_output.put_line(I||'. '||SubStr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255));
      END LOOP;
    END IF;
        IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
    COMMIT;
    ELSE
    ROLLBACK;
    END IF;
    END;
    Now I want to attach "Address/Email/Phone number" to this contact @ the Account site level. Please let me know how and which APIs I need to call
    Regards,
    Raj

    Okay I found the solution.
    Reference material : How to Create Contact,Phone, Email under Communication tab for Customer Account Site using API [ID 985500.1]
    docs.oracle.com/cd/B34956_01/current/acrobat/120hztig.pdf
    Repeat Run --3. Create a physical location with customer account site level Address (ie, Specific contact address details). Note down x_location_id value
    GET "x_party_id: " from "--8. Create a relation cont-org using party_id from step 7 and party_id from step 2"
    Now Run "--4. Create a party site using party_id from step 2 and location_id from step 3" passing "x_party_id" from Step 8 & x_location_id from Step 3
    Commit the changes and you will able to populate the account site specific contact person details
    Regards,
    rajesh

  • How do you move contacts to other accounts

    How do you move contacts to other accounts

    Is this an employer provided Exchange account?
    If so, this is how the majority of employers want it. You can't merge/sync contacts being synced over the air with one Exchange account and another, or between an Exchange account and a MobileMe/iCloud account.
    Not possible to sync contacts direct with a supported address book app on your computer via the iTunes sync process that are being synced over the air with an Exchange account. You can sync contacts direct with a supported address book app on your computer and over the air with an Exchange account at the same time, but it is not possible to merge the two.

  • How to attach external document in custom developed Web Dynpro Screen

    Hello,
    We have requirements to develop a custom portal screen using Webdynpro and should provide option to usee to attach external documents like WORD, EXCEL, TEXT, PDF and then save.
    In Change/Display mode user should also get option to view this attached document.
    Would like to know the solution in case any of you  have worked in this scenario.
    Thanks
    Sunil

    Hi,
    Refer
    1. Navigate through km using webdynpro
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f02b492c-7d76-2a10-86aa-e11e8388fde8]
    2. Upload files in km using webdynpro
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a099a3bd-17ef-2b10-e6ac-9c1ea42af0e9]
    Also this sample
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/202a850a-58e0-2910-eeb3-bfc3e081257f]
    Regards
    Baby
    Edited by: Baby on Mar 18, 2009 8:01 AM

  • How to get the Contact person name of Account site level contact person

    Hi All,
    I have contact person defined at account level and other at account site level.
    I am trying to print the site leve contact name in my AR Invoice report.
    What i used is bill_to_site_use_id a input in the below query
    select hp2.party_name
    from
    HZ_CUST_SITE_USES_ALL hcs,
    HZ_CUST_ACCT_SITES_ALL has,
    hz_party_sites hps,
    hz_parties hp,hz_parties hp2,
    hz_relationships hr
    --HZ_ORG_CONTACTS HO
    where hcs.CUST_ACCT_SITE_ID=has.CUST_ACCT_SITE_ID
    and hps.PARTY_SITE_ID=has.PARTY_SITE_ID
    and hp.party_id=hps.PARTY_ID
    and hr.subject_id=hp.party_id
    and hr.RELATIONSHIP_TYPE = 'CONTACT'
    and hp2.party_id=hr.OBJECT_ID
    and hr.OBJECT_TYPE ='PERSON'
    --and ho.PARTY_RELATIONSHIP_ID=hr.relationship_id
    and hcs.SITE_use_ID=3398 -- from (ra_customer_trx_all)
    But I get two records. So how can I differentitate the account contact and site contact.
    Am I missing any table or join. Or is the input provieded is not fine.
    Please help
    Thanks

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • How to Attach Layout Created Using DME engine to program

    Hi Friends,
    I have created my own layout using DMEE tcode but i don't know how to attach that layout with my account payable program so that this layout will show it's effect after execution ,
    please tell me if any one know about this,
    Thanks & Regards,
    Yogesh

    This works for me. I see the text file "test.cvs" as an attachment in my email program (Outlook Express) and is not inline. Maybe this is dependent on the email program. What email program do you use?
    DECLARE
    conn utl_smtp.connection;
    BEGIN
    conn := demo_mail.begin_mail(
    sender => 'Me <[email protected]>',
    recipients => 'Someone <[email protected]>',
    subject => 'Attachment Test',
    mime_type => demo_mail.MULTIPART_MIME_TYPE);
    demo_mail.begin_attachment(
    conn => conn,
    inline => FALSE,
    filename => 'test.csv');
    demo_mail.write_text(
    conn => conn,
    message => 'title 1,title 2,title 3'||UTL_TCP.CRLF);
    demo_mail.write_text(
    conn => conn,
    message => 'vale 1,value 2,value 3');
    demo_mail.end_attachment(conn, TRUE);
    demo_mail.end_mail( conn => conn );
    END;

  • TCA - How to define/convert Contact Person Name???

    Hi Guys,
    We have a requirement in our implementation where we need to define "CONTACT PERSON NAME" along with defining the contacts like Phone numbers, emails etc....
    We are using API - " hz_contact_point_v2pub.create_contact_point" to create a contact but this doenst allow us to define "Contact Person Name"
    Please advice....
    Cheers,
    KK

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • IStore: Customer account sites with multiple price list

    Hi,
    We have an account with many sites, each site uses different price list. Say 1 site uses FR price list other uses GR price list.
    Users are suppose to use specific price list only. How can we have the users use their specific price list.
    Thanks in Advance

    Hi,
    For iStore you can setup specialty site based price lists and/or customer account level price lists.
    To setup the customer account level price lists -
    Set the profile option "IBE: Use Customer Account Price List" at the site level to Yes.
    Link the customer to the price list -
    1. Login to Oracle Forms and select Receivables Manager responsibility.
    2. Navigate to Customers > Standard.
    3. Select an account based on Customer Name, Account Number, or Organization Number.
    4. Press the Find button and select an address from the popup window; select Ok.
    5. Select the Order Management tab.
    6. Enter the appropriate price list in the Price List field, and save the form.
    7. Bounce the middle-tier and Web Cache servers.
    Reference:
    Oracle iStore Implementation and Administration Guide Release 12.1 (Part No. E13575-06)
    Chapter 10 Implementing Pricing
    Page 10-21
    Section Implementing Customer Account Price Lists
    OR
    You can setup modifiers for Customer (ie Customer Name) and Store (Minisite_ID) on the price list(s)
    For this setup you would need to set both "IBE: Use Customer Account Price List" and "IBE: Use Price List Associated with Specialty Site" to No.
    Thank you,
    Deborah
    Edited by: user702249 on Apr 10, 2013 6:56 PM

  • R12: How to create Customer contact at party/account-site level

    Hello,
    I am working on a customer conversion where the legacy system stores customer contact at the address id (i.e. party site) level.
    Using various HZ APIs I have been able to create a party, customer account, location, party site, account site and account site use.
    Now, I want to create contacts at the party site or account site level. Which API is used to create a contact? (I found a note 985500.1 but it shows creation of contact point such as a phone number or email but not the contact itself).
    Any pointers appreciated.
    Manish

    HZ_PARTY_CONTACT_V2PUB

  • Attaching Existing Contact and Account Info in Lead

    Hi,
    While creating a new Lead, I'm attaching an existing Contact and Existing Account. But other than the name fileds, none of the other fileds like address, phone numbers are not populated.
    How can I make the fields prefilled with the info when I select an existing contact and account?
    Thanks.

    Hi,
    I am assuing that the Contact and Account is known when the lead is created. So in such cases I soultion is as follows.
    We make the Account and Contact fields Read Only on the Lead Page. I request (force) the user to navigate to the Contact and create the Lead under Contact. Then I use JoinFieldValue to default various fields
    On Lead we use
    For "First Name" Default value as JoinFieldValue('<Contact>',[<ContactId>],'<ContactFirstName>')
    For "Last Name" Default value as JoinFieldValue('<Contact>',[<ContactId>],'<ContactLastName>')
    For "Cellular Phone #" Default value as JoinFieldValue('<Contact>',[<ContactId>],'<CellularPhone>')
    and so on
    In "Account Id" Default value as JoinFieldValue('<Contact>',[<ContactId>],'<AccountId>')
    In "Company" Default value as JoinFieldValue('<Contact>',[<ContactId>],'<AccountName>')
    In "Annual Revenues" Default value as JoinFieldValue('<Account>',(JoinFieldValue('<Contact>',[<ContactId>],'<AccountId>')),'<AnnualRevenues>')
    Address fields I have not tried and am not sure.
    In case you do not wish to make the Account and Contact fields read only you will have to write workflows to monitor for change in ContactId & AccountId and then Update Values (maybe with a wait)
    Hope this helps

  • How to contact skype customer care

    Skype has charged me twice for the same subscription. How to contact skype customer care to get my money back. This is rediculas! how can they charge twice for a same subscrption in one account. Microsoft shuld be sued for stealing our money from stored account details.
    There is no direct support system. how to contact them?

    Hi, eezee, and welcome to the Community,
    Please do contact Skype Customer Service directly to sort this; our Community Guidelines remind us that this Community is not a branch of Skype Customer Service.  Therefore, we here do not have the tools to resolve these types of issues.
    Customer support tells me to change my settings.... catch22....
    What settings are you referring to? 
    Our Community's filters do their best to redact Skype account names, telephone and order numbers, as well as other personally identifiable information. 
    7. Personal information
    Please keep in mind that this community is accessible by the public and providing personal information is prohibited. Never post or share with other community member your: full name, username, age, date of birth, password, email/physical address, phone number, order number, credit card number and any other private information.
    Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service
    Here are a few extra notes to guide you along the way ...
    You will need to proceed through each step, one at a time. Sign on to the Skype website as requested. Choose the subject and topic which most closely matches the item you need assistance with. Then, continue past Step 2 of the instruction where several articles from the FAQ library will appear for you to review, and proceed to Step 3, Continue Support Request (the blue "button" appears at the lower right corner of the website page). You may also skip through Step 4 where you will be referred back here to the Community; no need to do this as the Community is where you started. When you complete the web-form and click Submit, your information is relayed to Skype and you will receive a reply via e-mail unless you are transferred to start an instant message chat session with a Customer Service agent.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Contact from my phone book just disappeared.dont know how ..and it happen second time in 1 month time. Apple customer service in India is crap... Sorry to say but 700 contacts got disappeared.can someone tell me how to get this contacts back on my phone.p

    contact from my phone book just disappeared.dont know how ..and it happen second time in 1 month time. Apple customer service in India is crap... Sorry to say but 700 contacts got disappeared.can someone tell me how to get this contacts back on my phone.plz

    the same problem happened to me also, i felt that while playing hay day, if some calls came in between and if i answered the call, the setting of all the icloud items turns off. (i have backup of all the items on icloud), after deleting the account and making settings of mail, contact, calander etc on on mode and after rebooting the phone, it again download from icloud server. but it is just a headache. do not know how to handle this.

  • How can i import contacts from another AIM account to this new one

    If you reference my last ichat question, you will see that I have had serious problems and had to create a new account.
    How can I import contacts from another AIM account to this new one??

    Hi,
    Use AIM for Mac and use the Export and Import features.
    Other than that it is a question on making sure every Single Buddy has more than just their Screen name in the IChat Address Card so it is added to the Address Book and dragging them back from there
    9:08 PM Thursday; February 7, 2008

Maybe you are looking for

  • 64-bit driver does not load at boot

    Hi. After recompiling a scsi target driver for 64 bits, it does not load automatically at boot time as it does if booting 32-bit kernel. The 64-bit module is copied to /usr/kernel/drv/sparcv9. the <driver>.conf file is in /usr/kernel/drv. Using add_d

  • CMR in EJB2.0

    Can anybody please tell me how to develop a container managed entity bean which will retrieve or store data in more than one table in weblogic 6.1. For eg: I have a bean named Software which when created needs to insert data in four tables-Software,S

  • Drag and drop file onto java app

    Hi, I would like to drag and drop a file from windows explorer onto a panel in my java app. All I need is that when the file is 'dropped', I can get a reference to the path of file. e.g. There is a file, C:\myFile.txt There is a String in my program

  • Item Groups u2013 Setup, Accounting Tab

    Hello Everyone, I want to know in which process, the 29 parameters in u201CItems Groups Setup Accounting Tabu201D   are used. ie.  u201CExpense Accountu201D  takes the account number  when you are making an u201CA/P Invoiceu201D

  • Initialisation data load failure

    Hi all, My initialisation data load for 0EC_PCA_3 failed with an error message "Selected No does not agree with transferred no." , the data processing is ok. I am pasting the shrot dump from the source system below. Error analysis