R12 City and County

Hi,
We are not able to enter some city and county information when entering addresses during supplier creation. Has anybody encountered similiar problems? One example is Ellis County in TX.

Hi,
Please go through the following documents and see if it helps.
Note: 465431.1 - R12: 'PLEASE ENTER A UNIQUE LOCATION COMPONENT' When Try to Remove Validation of Country for Supplier Site
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=465431.1
Note: 421142.1 - R12: How do you Change the County Field as Required Field in Supplier Address Book?
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=421142.1
Regards,
Hussein

Similar Messages

  • Music store account city and state are perpetually "null" -asks for update

    I am trying to buy something through the music store. All my information is there, but it keeps prompting me to update my billing information. My city and state are blank, so I type them in and hit 'done' and it asks me for my county information, which I update.
    Then it returns me to the music store where I hit "buy song" again. Then I am prompted to log in and update my billing information all over again.

    You can't.  Apps are forever tied to the AppleID that purchased them.  Delete the apps with the old AppleID and purchase them with the new AppleID.

  • Retrieve city and state from zip code that is entered by user

    I am trying to use AJAX to retrieve city and state from a table based on a zip code that is entered by the user. Two are text fields (zip code and city) and one is a SELECT field (state).
    1. I defined an application item called TEMPORARY_APPLICATION_ITEM.
    2. I defined an application process called SET_CITY_STATE as follows:
        a. Process point: on demand
        b. type: anonymous block
        c. process text:
    <pre>
    DECLARE
    v_city VARCHAR2 (100);
    v_state VARCHAR2 (2);
    CURSOR cur_c
    IS
    SELECT city, state
    FROM ZIP
    WHERE zip = v ('TEMPORARY_APPLICATION_ITEM');
    BEGIN
    FOR c IN cur_c
    LOOP
    v_city := c.city;
    v_state := c.state;
    END LOOP;
    apex_util.set_session_state('P2_CO_CITY',v_city);
    apex_util.set_session_state('P2_CO_STATE',v_state);
    EXCEPTION
    WHEN OTHERS
    THEN
    apex_util.set_session_state('P2_CITY','Unknown city');
    apex_util.set_session_state('P2_STATE',null);
    END;
    </pre>
    3. Javascript is defined in the region header:
    <pre>
    <script language="JavaScript" type="text/javascript">
    <!--
    function pull_city_state(pValue){
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,
    'APPLICATION_PROCESS=Set_City_State',0);
    if(pValue){
    get.add('TEMPORARY_APPLICATION_ITEM',pValue)
    }else{
    get.add('TEMPORARY_APPLICATION_ITEM','null')
    gReturn = get.get('XML');
    get = null;
    //-->
    </script>
    </pre>
    4. In the HTML Form Element Attributes of the P2_CO_ZIP text item: onchange="pull_city_state(this.value)";
    The city and state are not being populated. I checked the select statement and it is retreiving the city and state in SQL WORKSHOP > SQL COMMANDS.
    I would like to use it for the mailing address as well, so I would need to make the application process / javascript a bit more generic to be used in two places.
    I placed the application on apex.oracle.com:
    Workspace: RGWORK
    Application: Online Certification Application (28022)
    Can someone assists, please.
    Thank you,
    Robert
    Edited by: sect55 on Jun 2, 2009 4:11 PM

    Hi Robert,
    Try using XML instead of session state -
    Change the application on demand process with the following script -
    >
    DECLARE
    v_city VARCHAR2 (100);
    v_state VARCHAR2 (2);
    CURSOR cur_c
    IS
    SELECT city, state
    FROM ZIP
    WHERE zip = v ('TEMPORARY_APPLICATION_ITEM');
    BEGIN
    FOR c IN cur_c
    LOOP
    v_city := c.city;
    v_state := c.state;
    END LOOP;
    OWA_UTIL.mime_header ('text/xml', FALSE);
    HTP.p ('Cache-Control: no-cache');
    HTP.p ('Pragma: no-cache');
    OWA_UTIL.http_header_close;
    HTP.prn ('<body>');
    HTP.prn ('<desc>this xml genericly sets multiple items</desc>');
    HTP.prn ('<item id="P2_CO_CITY">' || v_city || '</item>');
    HTP.prn ('<item id="P2_CO_STATE">' || v_state || '</item>');
    HTP.prn ('</body>');
    EXCEPTION
    WHEN OTHERS
    THEN
    OWA_UTIL.mime_header ('text/xml', FALSE);
    HTP.p ('Cache-Control: no-cache');
    HTP.p ('Pragma: no-cache');
    OWA_UTIL.http_header_close;
    HTP.prn ('<body>');
    HTP.prn ('<desc>this xml genericly sets multiple items</desc>');
    HTP.prn ('<item id="P2_CITY">' || 'Unknown city' || '</item>');
    HTP.prn ('<item id="P2_STATE">' || '' || '</item>');
    HTP.prn ('</body>');
    END;
    >
    in your javascript make sure you typing the application process name correctly as it is case sensitive.
    Hope this helps,
    Regards,
    M Tajuddin
    web: http://tajuddin.whitepagesbd.com

  • Vendor Master - street addr and PO box/different city and state

    Issue:  Check print for vendor is wrong when both street and PO Box address are populated in Vendor Master.  Print Preview shows correct PO Box with correct city and state, but when check prints using the PO Box, it uses the city from the street address.  Please help.
    Example:
    Street address for vendor is Westport, CN.
    PO Box for vendor is Newark, NJ.
    Edited by: Jan Ackerman on Sep 17, 2008 10:48 PM  Meant to type CT, not CN.

    If we change the Print Program to use the PO Box, will the SAP Print Program still know to use the street address for vendors that don't have a PO Box?  Please confirm. Thank you!

  • How to get the name of the city and state of the current location of the user

    Hi all
             i need to get the name of the city and state (full address) of the current location of the user.
    need help.

    The best way to do this is to put the monitor name as a property bag in the script and pass that to your event details. Otherwise, we're looking at querying the database each time the monitor generates an event, and this is overhead that is really not
    necessary. The other option, which is just even worse in terms of performance, is to use powershell to query the SDK for the monitor name. Both of these options are not going to be a good solution, because now you need to implement action accounts that can
    either query the database or the sdk.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Shipping(Intra City and Inter City)

    Hi,
    I have a problem ,does SAP Transportation covers both Inter and Intra City Route Planning.
    Kindly reply me as soon as possible.
    Reward points if helpful

    Inter city is like Direct Store Delivery that a Truck will leave with multiple delivery orders of multiple customers for same route and for this client want to track the time and cost spend on that route as well and this is with in one city and in this case there may be 50-60 routes
    Intra City is when delivery is between cities like if my customers are distributed and I have to deliver to their warehouses in this case shipment cost is most imp.
    So now can Transportation covers both .Beacuse I have worked on DSD and I know in that inter city is possible coz we have visit list and plan in it and can have multiple customers good loaded on to one truck moving with in the same city
    I think now its easy for you to anwer
    Thanks for replying Murali

  • BAPI_SALESORDER_CREATEFROMDAT2 not changing customer ship-to-party city and address

    Hi all,
    When we are creating sales order from VA01 we can change ship-to-party CITY1 and REGION from partners in the header information. I show it in the picture below;
    I create orders with BAPI_SALESORDER_CREATEFROMDAT2 but i cant change the CITY and REGION. PLEASE give me some information about how can i do that. My code is at the end. THANKS VERY MUCH TO ALL.
    data: v_vbeln       like vbak-vbeln,
        header_in     like BAPISDHD1,
        header_inx    like BAPISDHD1X,
        items_in      like BAPISDITM    occurs 0 with header line,
        items_inx     like BAPISDITMX   occurs 0 with header line,
        partners      like BAPIPARNR    occurs 0 with header line,
        schedules_in  like BAPISCHDL    occurs 0 with header line,
        schedules_inx like BAPISCHDLX   occurs 0 with header line,
        return        like BAPIRET2     occurs 0 with header line,
        partner_address like BAPIADDR1  occurs 0 with header line.
    data: lv_adrnr type kna1-adrnr.
        header_in-doc_type   = ls_data-auart.
        header_in-sales_org  = ls_data-vkorg.
        header_in-distr_chan = ls_data-vtweg.
        header_in-division   = ls_data-spart.
        header_in-PMNTTRMS   = ls_data-zterm.
        header_in-PURCH_DATE = ls_data-girdat.
        header_inx-doc_type   = 'X'.
        header_inx-sales_org  = 'X'.
        header_inx-distr_chan = 'X'.
        header_inx-division   = 'X'.
        header_inx-updateflag = 'I'.
        header_inx-PMNTTRMS   = 'X'.
        items_in-itm_number   = ls_data-posnr.
        items_in-material     = ls_data-matnr.
        items_in-plant        = '2110'.
        items_in-target_qty   = ls_data-kwmeng.
        items_in-target_qu   = ls_data-vrkme.
    *    items_in-ITEM_CATEG   = PSTYV.
        append items_in.
        items_inx-itm_number   = 'X'.
        items_inx-material     = 'X'.
        items_inx-plant        = 'X'.
        items_inx-target_qty   = 'X'.
        items_inx-target_qu    = 'X'.
    *    items_in-ITEM_CATEG   = 'X'.
        append items_inx.
        partners-partn_role    = 'AG'. 
        partners-partn_numb    = ls_data-kunnr.
        append partners.
        partners-partn_role    = 'SH'. 
        partners-partn_numb    = ls_data-kunnr_t.
        if ls_data-region is not initial or ls_data-city1 is not initial.
          select single adrnr from kna1 into (lv_adrnr)
            where kunnr = ls_data-kunnr_t.
          if sy-subrc eq 0.
            partners-ADDR_LINK = lv_adrnr.
            partners-ADDR_ORIG = 'B'.
          endif.
        endif.
        append partners.
        schedules_in-itm_number = ls_data-posnr.
        schedules_in-sched_line = '0001'.
        schedules_in-req_qty    = ls_data-kwmeng.
        append schedules_in.
        schedules_inx-itm_number = 'X'.
        schedules_inx-sched_line = 'X'.
        schedules_inx-req_qty    = 'X'.
        schedules_inx-updateflag = 'X'.
        APPEND schedules_inx.
        if ls_data-region is not initial or ls_data-city1 is not initial.
          partner_address-ADDR_NO = lv_adrnr.
          partner_address-region = ls_data-region.
          partner_address-city   = ls_data-city1 .
          append partner_address.
        endif.
        CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
               order_header_in               = header_in
               ORDER_HEADER_INX              = header_inx
          IMPORTING
               SALESDOCUMENT                 = v_vbeln
          tables
               RETURN                        = return
               ORDER_ITEMS_IN                = items_in
               ORDER_ITEMS_INX               = items_inx
               order_partners                = partners
               ORDER_SCHEDULES_IN            = schedules_in
               ORDER_SCHEDULES_INX           = schedules_inx
               PARTNERADDRESSES              = partner_address.
        loop at return where type ca 'AXEW'.
          concatenate lv_hata ' ' return-type ':' return-message into lv_hata.
        endloop.
    Note: İ found the link http://scn.sap.com/thread/348707 but it didnt work.

    Thanks all of you for directions. i solved the problem. there are to ways to do that ;
    1. Create the order and than change the required fields with this bapi, BAPI_SALESORDER_CHANGE
    2. Get the customer infos and add a new partner roles 'WE' with the same kunnr and than give the infos to the partneraddresses, i solved with this way and working very good for me. maybe some needs the solution
    here the code
      if ls_data-region is not initial or ls_data-city1 is not initial.
          partners-partn_role    = 'WE'.  """""""
          partners-partn_numb    = ls_data-kunnr_t.
          select single * from kna1 into CORRESPONDING FIELDS OF ls_kna1
               where kunnr = ls_data-kunnr_t.
          if sy-subrc eq 0.
               partners-ADDR_LINK = '9999999'.
               partners-address = ls_kna1-adrnr.
               partners-ADDR_ORIG =   'B'.
          endif.
          append partners.
    endif.
    if ls_data-region is not initial or ls_data-city1 is not initial.
          partner_address-ADDR_NO = '9999999'.
          partner_address-region = ls_data-region.
          partner_address-city   = ls_data-city1 .
          partner_address-city_no   = ls_data-city_code .
          partner_address-NAME  = ls_kna1-name1.
          partner_address-NAME_2  = ls_kna1-name2.
          partner_address-TEL1_NUMBR  = ls_kna1-telf1.
          partner_address-FAX_NUMBER  = ls_kna1-telfx.
          partner_address-COUNTRY  = ls_kna1-land1.
          append partner_address.
    endif.

  • Is there a way to search by Street Address, City and State Proximity?

    I want to search by only street, city and state proximity, not Zip code/postal code and distance by. Something like this image. How can I search a web app proximity only by a person's street address?

    Theodore Becker wrote:
    As far as I can tell you can no longer search your devices library , only your past iTunes purchases
    Works fine here.
    Select your device in iTunes and search away.
    I have no problem with the cloud , but I have a problem with
    Taking away from the iPod function I used to have
    Then you have no problem.
    As a work around , ( a very timely and tiresome work around ) I simply create
    A playlist with all the songs I have on my device
    Actually, that is a much, much easier solution to select what you want on your iDevice.
    Sycn selected playlists and select this (and other) playlists as you want.
    Don't need iPhone plugged in or connected to add/remove from playlist. Change it whenever you want then simply sync yrou iphone.
    You can use smart playlists to help find what is not on iPhone (Playlist is not my iPhone playlist).

  • Limitations in R12 GL and FA

    Hi,
    Would like to see the requirements that were not delivered as part of the R12 application, particularly with respect to General Ledger and Fixed Assets functionality.
    I need to consolidate and present the key limitations in R12 GL and FA as of today, so that I can make my client wait fot upgrading to Fusion directly and not getting into R12 now.
    Any help in this regard is much appreciated. Please respond this as early as possible and take this as sincere request.
    Regards,
    -Chandra

    HI Ajay,
    If i change the Status of AUC from investment measure to Line item settlement in Asset class, i couldnot able to create the AUC automatically from internal order.
    getting message :  You cannot use asset class 400 for capital-investment measures
    Message no. AY106
    Our req is to create the AUC from IO automatically.
    Kindly help.
    Thanks,
    Sudha

  • Auto-populate city and state based on zip code?

    Based on the zip code entered, can the form auto-populate the city and state in another field?

    Formscentral doesn't support this type of relational type of functionality.
    Andrew

  • I pre-ordered the most recent City and Colour album. When i ordered the album the funds were immediately withdrawn but now, when trying to download my pre-order, I am being asked to purchase the album again. How do I not pay for the album twice?

    I pre0ordered the most recent City and Colour album. When i ordered the album, the funds were withdrawn immediately. When trying to download the pre-order I am being asked to pay for it again. How do i stop this?

    No I haven't, the usual button that says PURCHASE still says PURCHASED. Have you found any solutions? I would greatly appreciate your help with this and I will do the same.

  • HT3412 I want to send a Photo book to Belgium but I can't change the Country (now is Italy) in the shipping contacts  but only the address (name, street, city) and there is Italy fix. How can I do ?

    I want to send a Photo book to Belgium but I can't change the Country (now is Italy) in the shipping contacts  but only the address (name, street, city) and there is Italy fix. How can I do ? Can I send from my country a photobook in another country?

    You can change the Print Store location from iTaly to Belium in iPhoto's Advanced preference pane:
    Then try to order.  HOWEVER, you still may not be able to order.  Over here in the States the shipping address must be in the same country as the billing address of the credit card used.  It may be the same way over in Europe.
    Give it a try and see. Let us know how you fare.
    OT

  • How come there isn't a comma between the city and state when I go to make an envelope with an address book contact?

    How come there isn't a comma between the city and state when I go to make an envelope with an address book contact?

    On an envelope, there's not supposed to be. The US Postal Serveice prefers no punctuation, which can interfere with machine sorters. USPS Address Format

  • Time warner cable drop CBS in new york city and Los angeles And dallas

    {edited for privacy} Time warner cable Did it again to there Customers  they Drop CBS and wcbs tv  Yesterday because they wont pay 1 extra dollar  and could be the end of time warner cable in new york city and los angeles  cbs going sue time warner for 500 millon dollars and asking the fcc close down time warner cable for breaking the law you cant take off local stations . time warner did that yesterday  my hope the time warner Customes come to fios when time warner did to abc 7 4 years and fox its very sad left time warner cable 3 years ago because of this . dont think Cbs will never put the stations ontime warner cable ever will pull the plug on the time warner cable systems in every city by monday ok and Fox Sports 1 will never be on time warner cable ever fox is going pull the plug some time this week with nbc too ok pull the plug too soon too ok is over for time warner cable ok systems tell sell it to verizon ask ny city pull the plug  ok thank you

    an addition:
    I also tried now using an Airport Express (firmware version 6.3) as my main router and I have the same problems described above.
    The firmware version for the Apple Extreme is 7.3.2

  • We have moved to another city and we would like to communicate to our friends and family back home via Skype. What webcams work well with our home computer, a vintage 2005 Mac mini with Mac OS X, version 10.5.8?

    We have moved to another city and we would like to communicate to our friends and family back home via Skype. What webcams work well with our home computer, a vintage 2005 Mac mini with Mac OS X, version 10.5.8?

    You 2005 mini shipped with a PowerPC G4 CPU ranging between 1.25 and 1.5 (late sept 2005) Ghz. PowerPC is not Intel. This mini will not run current releases of Skype for the following reasons:
    The current version of Skype claims support for OS X 10.5.8 -- but wants a 1Ghz Intel processor just for voice calls. Their recommendation for video calls is a 1.8Ghz Core 2 Duo Intel CPU and a broadband connection of at least, 4Mbps down and 512Kbps up. Skype requirements.

Maybe you are looking for