ShipToContact details in Oracle iStore

Hi,
I recently started working on a customization of Oracle iStore. The shipToCustomer's firstName and lastName are posted as billToCustomer's firstName and lastName in the DB. As the display information in the subsequent pages is shown from the beans, the values are displayed well. But, the Oracle form and DB reflect wrong values.
Can someone please point me to
1. the location where the shipToCustomer's details are posted to the DB
2. the file where I can modify to correct this
I tried to get a reference of shoppingCart's ShipmentRecord and update the ship_to_contact_first_name & ship_to_contact_last_name in the ibeCAddAddrFrmDef.jsp. But, it doesn't display the billing page itself when I do this change.
Any pointers are highly appreciated.
Thanks,
Divya.

Divya,
Shipment details are stored in aso_shipments tabe.
these columns should give enough information about the customer and addresss.
SELECT ship_to_cust_account_id,
ship_to_cust_party_id
ship_to_party_site_id
FROM aso_shipments
WHERE quote_line_id IS NULL
AND quote_header_id = < your cart id>
with those columns you should be able to derive. The details of the name you should be able to get it from
Hz_parties
Hz_parties.party_id = HZ_CUST_ACCOUNTS.party_id
Address
hz_party_sites.location_id = hz_location_id
and hz_party_sites = <party_site_id>
Hope this helps.
Let me know if you need more information.
Thanks,
RK
925 998 1494
Independent Techno Func Consultant

Similar Messages

  • Query to get  customer details in oracle istore

    Hi all ,
    Please help me how to get the customer contact(bill to and ship to), customer name , and address, from database using query in oracle istore.
    Thanks

    I have not worked on istore, but you can access this information using TCA tables.
    These tables are under AR schema and start with HZ
    -- FOLLOWING IS A QUERY TO GET CUSTOMERS
    SELECT
    hp.party_id,
    hp.party_name,
    hp.party_number registry_id,
    hl.address1,
    hl.address2,
    hl.address3,
    hl.city,
    hl.county,
    hl.state,
    hl.postal_code,
    hl.country
    FROM
    hz_locations hl ,
    hz_party_sites hps ,
    hz_cust_accounts_all hca,
    hz_parties hp
    WHERE 1 = 1
    AND hl.location_id = hps.location_id
    and hca.party_id = hp.party_id
    and hp.party_id = hps.party_id
    and hps.identifying_address_flag = 'Y'
    and party_type='ORGANIZATION'
    following query is for contacts and you will have twik these queries as per your env
    SELECT 'a' sort,
    hp.party_id,
    hp.party_number "registry id",
    hp.party_name,
    HZ_PARTIES.party_name "contact name",
    HZ_ORG_CONTACTS.job_title,
    hz_org_contacts.job_title_code,
    RelationshipParty.email_address email,
    HzPuiRelationshipsEO.start_date,
    REL_GROUP_CODE,
    HzPuiRelationshipsEO.STATUS,
    decode(nvl(RelationshipParty.primary_phone_country_code, 'N'), 'N','',
    '+ '||RelationshipParty.primary_phone_country_code)||
    decode(nvl(RelationshipParty.primary_phone_area_code, 'N'), 'N', '', ' ('||RelationshipParty.primary_phone_area_code||') ')||
    RelationshipParty.primary_phone_number||
    decode(nvl(RelationshipParty.primary_phone_extension,'N'), 'N','', ' Ext. '||RelationshipParty.primary_phone_extension)||
    decode(nvl(RelationshipParty.primary_phone_line_type,'N'), 'N', '', ' ('||RelationshipParty.primary_phone_line_type||')') phone
    FROM HZ_RELATIONSHIPS HzPuiRelationshipsEO,
    HZ_RELATIONSHIP_GROUPINGS_V,
    HZ_PARTIES,
    HZ_PARTIES HP,
    HZ_PARTY_SITES,
    HZ_ORG_CONTACTS,
    HZ_PARTIES RelationshipParty,
    fnd_lookup_values fnd1
    WHERE 1=1
    AND HzPuiRelationshipsEO.relationship_type = HZ_RELATIONSHIP_GROUPINGS_V.relationship_type
    AND HzPuiRelationshipsEO.relationship_code = HZ_RELATIONSHIP_GROUPINGS_V.backward_rel_code
    AND HzPuiRelationshipsEO.directional_flag = 'B'
    AND HZ_PARTIES.party_id = HzPuiRelationshipsEO.object_id
    AND HZ_PARTY_SITES.party_id(+) = HzPuiRelationshipsEO.subject_id
    AND HZ_PARTY_SITES.identifying_address_flag(+) = 'Y'
    AND hp.party_id = HzPuiRelationshipsEO.subject_id
    and hp.status = 'A'
    and hz_parties.status = 'A'
    AND HzPuiRelationshipsEO.relationship_id = hz_org_contacts.party_relationship_id(+)
    AND HzPuiRelationshipsEO.subject_id <> HzPuiRelationshipsEO.object_id
    AND HzPuiRelationshipsEO.object_type = HZ_RELATIONSHIP_GROUPINGS_V.subject_type
    AND HzPuiRelationshipsEO.subject_type = HZ_RELATIONSHIP_GROUPINGS_V.object_type
    AND HzPuiRelationshipsEO.party_id = RelationshipParty.party_id
    AND fnd1.view_application_id(+) = 222
    AND fnd1.language(+) = USERENV ('LANG')
    AND fnd1.lookup_type(+) = 'RESPONSIBILITY'
    AND HzPuiRelationshipsEO.end_date > sysdate
    AND fnd1.lookup_code(+) = HZ_ORG_CONTACTS.job_title_code
    and rel_group_code='PARTY_REL_GRP_CONTACTS'

  • Oracle iStore Mobile app

    hi,
    Oracle recently released app for CRM fusion sales cloud.
    Any information about app  for Oracle iStore in Future or not?

    Hello,
    We have the following Enhancement Request (ER) for iStore that has been approved, but has not yet been scheduled for implementation into the product:
    Bug 9541453 - ISTORE TO SUPPORT A MOBILE E-COMMERCE CHANNEL FOR PURCHASING PRODUCTS
    Please reply with your company information and any additional details for your requirements.  I can add your company for Development reference.
    Thank you,
    Debbie

  • APiI for generating Quote report as Pdf  in oracle iStore

    hi,
    Any one help me on which API is used for generating quote report in oracle istore...

    Are u sure about  the report version.
    Please do upgrade  while  even in oracle  they almost stopped for new version -Developer suite

  • Excise invoice wise accounting Details in Oracle R12.1.3

    Hello,
    I am searching excise invoice wise accounting Details in Oracle R12.1.3. If possible, please help.
    Regards,
    Prakash
    +91 9818805999

    PDF requires the font be registered correctly, since it is not appearing you have missed something in your configuration.
    The most common error is the font family name does not exactly match the font name in Word. (Open the font on your PC and the name is present there also.)
    You can use the xdodebug.cfg troubleshooting method,  then see what error appears in the xdo.log when the font is accessed.
    See the following note for xdo.log:
    Note 364547.1 : Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    Thank you
    Eugen

  • Language conversion or translation is available for oracle istore

    Hello Gurus,
    I am dealing with multiple language in iStore.There all the messages that which are displaying in iStore site are the FND MESSAGES. For one language itself I am nearly using 100 FND MESSAGES like that I am going to use 5 more languages for the same site. Its really painful thing to create FND MESSAGES for each and every language. Here whats my question is
    "Any Language conversion or translation is available for oracle istore to do this?". Could anyone please help me on this.
    Please suggest me to cross this difficulty. Its really high priority.
    Thanks,
    Vinoth

    873376 wrote:
    Hello Gurus,
    I am dealing with multiple language in iStore.There all the messages that which are displaying in iStore site are the FND MESSAGES. For one language itself I am nearly using 100 FND MESSAGES like that I am going to use 5 more languages for the same site. Its really painful thing to create FND MESSAGES for each and every language. Here whats my question is
    "Any Language conversion or translation is available for oracle istore to do this?". Could anyone please help me on this.
    Please suggest me to cross this difficulty. Its really high priority.
    Thanks,
    VinothYou need to do it manually.
    Re: Internalization
    Re: translate extensions
    Thanks,
    Hussein

  • Regarding Certification Details in Oracle Portal

    Hi All,
    I did OCA and OCP certification two years back. I have used weblink to see the history of my certification details with score card in oracle portal. Now i m hutting for the same link to see my certification details in the portal.
    If anybody know how to see our certified details in oracle portal please forward me the same and its quite urgent.
    Thanks in advance.
    Regards
    Prabu

    Hi Prabu,
    There is currently not a way to view your certification history online. We are working on a system that will allow this, but the system is still several months out. If you need to verify your certification details for a 3rd party (or for yourself), you can send an email to [email protected] and request verification of your certification(s). If you need to verify for a 3rd party, simply copy the 3rd party on the request and ask that the verification team reply to all in their response. Your 3rd party will receive the information required.
    Regards,
    Brandye Barrington
    Certification Forum Moderator
    Certification Program Manager

  • Personalize Absence Details in Oracle Apss R12

    Hi,
    I have some information in "Absence Details" in oracle Apps R12 such as Absence Status,Absence Category, Days, Hours...
    I want to add some details in absence details in "Leave of Absence" in oracle Apps R12 like total of days in this year, current number of absence in current month.
    I have tried to do it under Personalize Stack Layout, but i did not do it.
    How can i do this.

    I have finded the data base tables where i can find this information.

  • Oracle istore

    is istore part of oracle 11i . or where can we download it
    how u integrate istore with oracle 11i

    Oracle iStore is part of Oracle Sales and integrates seamlessly with other Sales Applications, including Oracle Sales and Oracle Partner Management.
    Oracle iStore
    http://www.oracle.com/applications/sales/istore.html
    Note: 205103.1 - Oracle iStore General Setup Test
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=205103.1
    Note: 211165.1 - 11i iStore Patching Strategy and Patch List
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=211165.1
    Note: 294033.1 - Oracle iStore 11.5.10 Documentation
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=294033.1

  • Oracle iStore Customers in US

    Hi Friends,
    Can you please list all known company names who are using oracle iStore. If you can also upload there url that will be great. I think we can all learn a lot more by looking at these web sites(even though from outside).
    Thanks, Vijay.

    Hi,
    I do not think you will find the list of iStore customers documented somewhere. However, you may check the links in this thread and see if it helps.
    11i to R12 Upgrade - Adoption Rate
    Re: 11i to R12 Upgrade -  Adoption Rate
    Regards,
    Hussein

  • I want to know course details for oracle financials

    Hi all
    I want to know course details for oracle financials.
    Working as a software engineer with banking domain experience..
    my contact no. :- 9740388745
    mail-id :- [email protected]

    Hi all
    I want to know course details for oracle financials.
    Working as a software engineer with banking domain experience..
    my contact no. :- 9740388745
    mail-id :- [email protected]

  • Automatic workflow notice of shipment - Oracle iStore

    Hi All,
    We have to implemented Automatic workflow notice of shipment in existing Oracle iStroe (11i) set up.
    Could you please let me know which seeded workflow we have to use.
    Thanks,
    Tarun Dadhich

    Hello Tarun Dadhich,
    iStore does not have a shipments notification event. This would be handled by Shipping. See: Shipping Execution Workflows and Oracle
    Workflow User's Guide.
    For iStore you can modify the messages for notifications -
    The Oracle Workflow item type iStore Alerts Workflow (IBEALERT), in the data store file IBENOTIF.wft, contains all Oracle iStore notifications and their messages and
    attributes.
    Oracle iStore does not allow customization of notification events. Customers can only customize the notification messages -- steps in the iStore documention -
    Oracle® iStore Implementation and Administration Guide Release 11i (Part No. B13549-01)
    34.4 Customizing Oracle iStore-Oracle Workflow Integration
    You can choose to use only the seeded messages for Oracle iStore notifications. If
    you want to create additional messages -- see steps starting on page 34-14
    Thank you,
    Deborah Bourgeois, Oracle Customer Support

  • Please help me to find out Oracle iStore 11i?

    I have difficulty to find out the Oracle iStore 11i among the Oracle11i CDs? Is there anyone have successfully installed iStore 11i? Please give me a hint, how to install it and where I can find store manager. Any help will be appreciated!
    Thanks in advance
    wei

    Wei,
    Istore 11I is bundel product with the Oracle Application 11i. You have to fully install Oracle Application 11I then you need to start the set up for iStore. There is a document called "Oracle iSupport Implementation Guide
    A86192-01" you can find it at metalink.oracle.com.
    If you cant find it there pls open a tar with the Oracle support requesting this document.
    Thanks,
    Maher
    null

  • How to print the display 2D Barcode details in Oracle Reports

    Hi Experts,
    Can you pleas share the approach to print the 2d Bar code in reports
    we have requirement from our Customer to
    display 2D Barcode details in Oracle Reports (In the Invoice print or in
    Annexure).
    Following are details we have carried out so far :-
    1. We have got JAR file from the Vendor.
    2. We have loaded the JAR File in the FND_TOP.
    3. Then we tried to call the same in the report.
    But we got struck here, didn't know how to proceed further because the
    JAVA Class is not loaded in Oracle Database.
    Kindly help us as to how to achieve the same.

    What jar is it? What is fnd_top? To load java in the database there are several methods. Please use google to find them, or oracle documentation.
    Version of reports?
    Edited by: Lars Sjöström on Nov 25, 2012 11:37 PM

  • Using Oracle iStore 11i as a stand-alone product

    Hi,
    We're looking into the possibilities of using Oracle iStore 11i at client's site. Our questions is: Do you need to have the entire back-end database in place in order to use the iStore or can you configure iStore as "stand-alone" product? If a stand-alone option is possible, what modules are required?
    Thanks!
    David

    I think you may have the Aggregator confused with the Multi-SCORM Packager tool.
    Aggregator comes with Cp5x standalone.  The Multi-SCORM Packager only comes with either Cp4 or the E-Learning Suites.  You cannot purchase it as a standalone product from Adobe.  I am on record as stating that I thought this tool should have remained a default part of the Captivate installation (as it was before Cp5x).  However, that's Adobe's prerogative.
    If you do not have access to Multi-SCORM Packager, Google for information about RELOAD Editor.  That might provide an alternative solution.

Maybe you are looking for

  • Multi-touch gestures suddenly stop working

    Hi! I'm having problems with multi-touch gestures in browsers such as Safari, Chrome. Suddenly, 'double tap zoom' stops working during browsers use. Also, when I pinch to zoom, pinch to unzoom stops working. I'm using a MBPR 15" mid 2012, OS X Maveri

  • Session state protection disables running of pages without argument

    Hi all, Shared Components=>Security=>Authentication Schemes=>Application Express - Current I did the folowwing steps : Shared Components=>Security=>Session State Protection=> Set Protection button in the folowwing screen press Enable followed by next

  • How do I delete old Numbers databases?

    I've had to sort a subgroup from a large group and now can't delete my copy that I made of the subgroup.  If I drag them to the trash, I can't empty the trash. Any help would be appreciated.  Pat

  • About formula column

    Hi all i have create one formula column it work properly my problem is it display the result in rectangle box i don't wont that box. how can i do this please help me. thanks.

  • Timesheet is submitted but not approved, But the activity is completed

    Hi All, Please post your views. There is an activity where a resource picked himslef and submitted timesheets with actuals through progress reporter. But the timesheet is yet to be approved. When we see the activity in P6 client, the activity is mark