Customer conversion - automatically populate the Contact details of the Customer at site Level

Hi
Requirement is to populate the Contact details of the Customer at site Level.
I could't find the API where site_id , contact details can be passed, so that data will be automatically display.
Please suggest the process for this.
Thanks.

Hi,
Please review the following MOS doc. for the same.
Technical Uses of Customer Interface and TCA-API [ID 269121.1]
Using TCA API's Including Examples [ID 201243.1]    
Customer Account Creation Using TCA APIs [837568.1]
Oracle Trading Community: TCA API Overview, Setup, Sample Scripts and Troubleshooting (Doc ID 1637029.2)

Similar Messages

  • Automatically populate the Vendor and tick SC Vendor box in the PO

    Hello Gurus,
    How can I automatically populate the Vendor and tick SC Vendor box in the delivery address tab in the Purchase order?
    Thanks!

    Hi  
    I am  not sure  what  business process  you would like to  map  .Is it  subcontractor  order  or   the  business  would like to send the  component specific address every time which is different then Vendor master address.
    If this  is the case  then the  SC vendor   should be  ON. This  is manual  process  there is no seting  to update this selection  automatic.
    Also  if  the  above process is  repeated   process  . you  can  do  the  checkbox  customized in the 'Reference data, item' Field Selection Group as  required field . Every  time user has  flag  this field   before saving of  PO.  But this is  also not correct solution it  will affect all  type  PO.
    Thanks
    Dilip

  • Formula automatically populate the date when inventory goes to "zero"

    Hello- I am trying to create a formula that will automatically populate the date when inventory goes to "zero".
    Date: Row 3 Columns P-AB
    Inventory: Rows 5-400 Columns P-AB
    Column J rows 5-400 is where I want the inventory run-out date to auto-pop
    with so many rows of data, where stock goes to "O" will clearly vary per row. I want this formula, to look between Col. P-AB and tell me in Col. J when my inventory goes to "zero"
    Thank you!

    Thank you for your reply...using your formula, I'm still not coming up with inventory run-off date from row 3.
    I need Column J to give me the date when my inventory is "0".

  • 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

  • FB50:  Profitability Segment - how to automatically populate fields

    Good Morning SAP Gurus-
    My client's requirement is to automatically populate the following when posting manual entries via FB50 under profitability segment:
    Customer
    Retail Segment 1
    Distribution Channel
    Product Line
    Brand
    Order type
    How is this possible in ECC 6.0?
    Thank you!

    Hi,
    First of all, you will have to create the various fields mentioned by you as Characteristic values in COPA using KEA5. Then include them in the operating concern using KEA0 . Depending upon how you want to populate those fields in the profitability segment, create derivation rules in KEDR. Now when you come to a point where you have to enter profitability segment fields,  using FB50, click on "Derivation" button in the pop up window. All your fields will be filled automatically. But if you are expecting to fill in the fields that should reference a sales document, it has to flow automatically when a billing document is created which in turn flows into FI and CO. Hope that helps.
    Thanks,
    Sony

  • Automatically clear the open items for a GL account cross company codes

    Hi FICO experts,
    Can anyone help me on the following issue urgently?
    There are journal entries posted to same GL account with different company code. Is there any way to automatically clear the open items sitting in the GL account in company code A to against the open items for the same GL account in company code B.
    The example is below:
    Journal in company code A
    Dr. 840410      $100
      Cr. 111300       $100
    Journal in company code B
    Dr. 111301   $100
      Cr. 840410      $100
    Now I want to automatically clear account  840410 by using assignment or text in the journal entry.
    It will be highly appreciated for any instructions.
    Adele

    Hello Adele Wang,
    You can enter cross-company code transactions in one step in the General Ledger, Accounts Receivable, and Accounts Payable application components. This function would be used, for example, for centralized procurement or payment.
    Integration:For centralized payments, each individual company code enters its own invoices separately, while a central company code pays them. When you are clearing open items, the system makes clearing entries between the company codes participating in the clearing procedure. These clearing entries represent the receivables and payables that exist between the company codes in centralized payment.
    Prerequisites:You have specified which company codes are to be processed via a single company code. In this specification, you can distinguish between clearing transactions. You can therefore have different combinations of company codes for incoming and outgoing payments.
    You have specified the clearing accounts that record the receivables and payables between the individual company codes. The system posts to these accounts automatically when clearing the open items.
    You need to make  the required settings in the activity Prepare Cross-Company Code Manual Payments in Customizing for Financial Accounting (Accounts Receivable and Accounts Payable->Business Transactions->Outgoing Payments->Manual Outgoing Payments).
    Features:For each company code, the system generates a separate clearing document. A joint transaction number marks these documents as belonging together.
    Example:For a clearing transaction (incoming payment, outgoing payment), you have agreed in Customizing that if company code 0001 is specified, open items are also selected from other company codes (0002 and 0003).
    Hope I had been able to help you. Please assign points.
    Rgds
    manish
    Clearing can then also be carried out if the account to be cleared has not been created in company code 0001. As long as no items have to be posted to this account in company code 0001, it is not necessary to create a master record for the account in company code 0001.
    See also:

  • Unable to populate the G/L account text ( description ) in drill down repor

    Hi
    We have developed the trial balance drill down report from FAGLFLEXT table under 0FL library for company code wise.
    The charecters are period,fiscal year  & Version and the key figures are HSL ( GLT0 table ).
    We are getting only the GL account number in the row ( actual requirement is we need to get the g/l account number and text beside of number ) . Please suggest.
    Regards
    Venkat

    Hi
    Thanks for the reply, this we have already tried. We are preparing the report for the trial balance which consists of the Balance sheet accounts & Profit and loss accounts. The total number of G/L accounts is more than 500. Here under the Charecteristic values we are giving the account number range . We dont want to manually enter the description for all the G/L accounts. The report should automatically populate the G/L account description ( text ) from the range of the G/L accounts such as 10000000-30000000 etc.
    Regards
    Venkat

  • Automatically populating the form using a function

    I'd like to create a form for clubs to register their members. In this form I want it to include the payment they will owe to Provincial, National and International levels. Is there a way to create the form so that the person filling it out can select which Province they belong to which will then automatically populate the areas with numbers (cost) pertaining to their province?
    Thanks,
    Rebecca

    I am sorry but Formscentral doesn't support any conditional or contextual filling.
    Andrew

  • Can I automatically populate one field from another?

    I have two fields on a form (airport_name and airport_code). When the user picks a specific name from a combobox(i.e. Philadelphia International Airport) i want the airport_code field to automatically populate the 3 letter code (PHL). Can anyone help?

    Joseph,
    This question is best suited to the Oracle9iAS Portal Applications Forum.
    Thanks

  • Payment term at site level in AR Customer interface

    Is there anyway to assign *‘Payment Terms’* to Customer at Site level using interface table.
    Navigation : Customer>Address> business purpose > bill_to>Details > ‘Payment terms’
    Please help.
    Regards
    Suresh

    Kindly find the (Bug 245300 : NEED CUST INTERFACE TO UPLOAD IMPORTANT FIELDS E.G. SIC CODE, SALES CHANNEL CODE) bug on metalink.

  • How to auto-populate the Contact field from a Custom Object

    Hi,
    I am working on a project where the Contact record is the main focus. I have setup the Contact record as having a one-to-many relationship with CO4. From the Contact Details page I can click on the New button in the Related Record section for CO4 and the Contact from the Details page is auto-populated (which is what I want). I then enter the data into CO4 and click on Save so that the record is displayed in the Related Record section, and then I click into it so that I'm now on the CO4 Details page.
    My page layout for CO4 has both Activities and Service Requests as related records, and the page layouts for both of these include the CO4 field and the Contact field. When I click on New for either of these record types, the CO4 field is populated from the previous record but the Contact is not. I realize this is because there is a one-to-many relationship between CO4 and the Activity/SR, but is there any way to also pull over the value in the Contact field?
    I also tried this using CO1 which does have a many-to-many relationship (if I understand it correctly), but the Contact field is still not pulling over. Is there a way to make this happen?
    Thanks!

    This functionality is not available at this time. I would recommend that you submit a enhancement request to customer care.

  • Recently updated  Contacts details of customer at the Communication tab defined at the Site level in oracle  AR

    Hi Expert,
        Please let me know How to find out recently updated  Contacts details of customer at the Communication tab defined at the Site level in oracle  AR.
    Thanks in advance.

    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

  • Contacts details of customer at the Communication tab defined at the Site level in oracle AR

    Hi Expert,
       Please tell me that how I find out recently updated  Contacts details(Multiple contacts) of customer at the Communication tab defined at the Site level in oracle AR
    Thanks in advance.

    Hi Octavio,
    Thank you for sending me this query. I am working on Customer Interface in R11i. For updating the records I need to check already existing data for a particular customer in a particular site. I am getting all the details except the communication tab details.
    I am writing the below query but it is giving multiple rows and same data. Some phone numbers and email addresses are missing in the communication tab . Please correct me what mistake i am doing.
    SELECT hcp.email_address,
    ,hcp.phone_area_code
    ,hcp.phone_number
    ,hcp.phone_extension
    ,hcp.phone_line_type
    FROM ra_customers rc
    ,ra_addresses_all raa
    ,hz_party_relationships hpr
    ,hz_contact_points hcp
    WHERE rc.party_id = raa.party_id
    AND rc.party_id = hpr.object_id
    AND hcp.owner_table_id = raa.party_site_id
    AND rc.orig_system_reference = 'C100233' -- This I will get from the file for update
    AND raa.orig_system_reference = 'A100961' -- This I will get from the file for update
    AND hcp.orig_system_reference = '<Phone Reference>' -- This I will get from the file for update
    Regards
    Dev

  • How can I automate the multi-step process of looking up a caller's contact details when a telephone call comes in with caller ID?

    How can I automate the multi-step process of looking up a caller's contact details when a telephone call comes in with caller ID. I want to be able to see more than just the first & last name when a client calls me. I would like the caller ID to pull up the same information that shows up when you search for and find a contact name and then click on the right arrow.
    My workaround is to force/enter both the last name and the address in the last name field since then the address will show up.
    The only computerized way to look up this additional information is to put the client on hold, memorize the first and last name and correctly enter it in the search field of the contact database and hopefully find it before the client gets tired of waiting.
    Note that I go to about 48 small jobs per week. So far I have about 9,000 contacts. It's easy to make a mistake and have the client wondering what I'm doing and what's taking so long.
    The second workaround is to use paper and pencil and ask the client for name, address, cross street and phone number again, repeating what I did some time previously.
    Please help meautomate this process.

    You don't have to put anyone on hold. When the call comes in, tap the Home button, then tap contacts, go to the contact. Tap Home button when finished, tap the top banner to return to the call screen.

  • Can somebody tell me the contact details of the BT...

    I have been waiting over 3 weeks for a date for a new installation for a brad new house after being told the phone line and broadband was working on day 1.....amazing as i dont even have a telephone wire from the telephone pole to the house!
    I have spoke to at least 10 people, all of which take zero responsibility for the issue and just keep passing me to another department...
    The last call i just received saying that "Terry Ann" will call me back tomorrow after 11am to "discuss what work needs doing".....great ill just wait for that phone call then. Every time i receive a phone call it just makes me more and more angry as we are no further to getting a resolution than i was on the 5th November when iwas told the issue was resolved.
    Apparently for over a week BT were trying to rectify a fault on my line (even though a line didnt exist) and this fault could not be closed down on the system until it was resolved....and clearly it was never going to be!!
    So i think, we are now getting somewhere near the point of getting a new installlation date, from the provisions team, but obviously i have to wait until after 11am tomorrow...
    Certainly no signs of being moved up the queue because of the appalling service i have received!
    I would love to take my business elsewhere but unfortunately Openreach run the new lines for everyone else that provides a telephone SERVICE....haha service makes me laugh!!!
    I have never experience the level of incompetence as i have over the course of the last few weeks and when i asked one person i was speaking to whether THEY thought that the service i had received was acceptable....their response was "i can comment on that sir".
    To be honest i dont want anyone else to say sorry, i dread to think how many times the ten people have said sorry.
    Its just not good enough and apparently team supervisors are there to manage the staff and not to escalate customer complaints to...... but should a client request a call back from a supervisor you have to wait 2 hours for that....
    So you wait 2 hours to get a call back just repeating what the member of staff had previously told you....a load of sorrys and waffle telling you that they arnt in the department you need.
    I actually just wanted the contact details of someone senior that can hear my complaint as im not getting anywhere closer to having a phone line and internet after more than 2 weeks...
    The only way BT can still be in business is that there truely is no other option in obtaining a phone line...
    Please somebody tell me how i can get the contact details of the top guys at BT....i need something done about this!! It is not good for my blood pressure!
    I cant have BT responsible for my son losing a father because he has gone insane whilst trying to get a phone line and internet....
    HELP!!

    Hi Griggo888
    Welcome to the forums.
    I can have this investigated for you. Please fill in the contact us form to send us an email.
    You can click on the link in my profile under the section 'About Me'.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

Maybe you are looking for