Error in query find window

Hi All,
I am using oracle apps r12 and forms 10g.
I was trying to develop a query_find form and i have followed this link for reference,
http://erpschools.com/articles/query_find-form-in-oracle-apps
After doing all the steps when i click NEW button my my Main Datablock is opening for entering new records, When entered existing po_number and click FIND Button i getting error like
FRM-41003 This function cannot be performed here.
Can any one pls correct what i went wrong.
Thanks & Regards
Srikkanth

Please see if (Basing a Block on a Stored Procedure - Sample Code [ID 66887.1]) helps.
Thanks,
Hussein

Similar Messages

  • Urgent help needed in Query Find Window

    Gurus
    In my custom form i have a Query Find Window with three fields. The requirement is when user selects a value ( LOV) from any of the fields the other fields in the Query Find Window should get the relative value. I can acheive this only if i set the AUTOMATIC DISPLAY to yes for the fields. User identified this & they asked me to do this without setting the AUTOMATIC DISPLAY to yes.
    I referred someother CUSTOM forms & i did tried but i am unable to achieve this one. Please guide me.
    Thanks.

    In the key-list val trigger itself, you can populate the required information into those fields.
    If i am wrong then the requirement is not so clear.
    Regards
    Balaji

  • Porblem in query find Window Forms 6i

    Hi All,
    i have a issue in query find window .i have two fields (from date,to_date) when user enters the froms date that date will be defaulted to to_date. if user wants to change the to_date it is chaging the from date also .( it should chage only to_date fied )
    i am using synchronize with item property of the To_date field to the from_date
    can any one help to over come this issue.
    thanks in advance
    kanth

    Instead of using the property 'synchronize with item' you can use this code in the when-validate-item trigger of the from date item:
    IF :block_name.to_date IS NULL AND :block_name.from_date IS NOT NULL THEN
          :block_name.to_date := :block_name.from_date;
    END IF;

  • Suppressing Query Find window

    When we are calling a standard form(Purchase Order Summary form) from a custom form by passing PO number, how to suppress query find window and navigating directly into results window of standard form?

    Actual Requirement is we are calling standard purchase order summary form from a custom form.In custom form we enter sales order number then we click find button.then PO summary form has to be opened and with corresponding PO details.
    The problem i am facing is when i click on find button in custom form it is showing up query find window of PO summary form.
    So how to suppress query find window and navigate directly into standard PO summary form.
    And do not want to customize standard PO summary form(Called form).

  • QUERY FIND WINDOW

    Hi Experts,
    I am working on forms 6i.
    I have datablock on 'EMP' table. I have query window with 'EMPNO' to query. It's working fine.
    Requirement: When I click FIND button, i need get the data from other table of same EMP table structure and populate it in EMP block.
    Could somebody help me how it get it. Where to write code?
    It's very urgent requirement.
    Kindly help.
    Thanks in advance.

    Is the EMP-block readonly? Or is it updateable? If updateable, what should happen when the block is based on that "other" table.
    My approach would be
    Create a db-view based on table emp and do a union all with all records from the "other" table. Then in forms, base your block on that view. If you need to do differemt actions depending on from which table a record comes from, add a pseudo-column to the view.

  • "Name" portion of my Finder windows too long

    When I open most (but not all) Finder windows, the Name section is extremely long, even when the names in the directory or folder are very short.
    Does anyone know a way to reset or define the width of the name column? The other columns seem fine.

    Thanks, I agree it's a bug but one doesn't throw such words around here too quickly. Here  are the main issues:
    • It does not matter how I adjust the size of the NAME section in a Finder Window in List view. The next time the very same window is open, it defaults to the original size when initially opened with the NAME section too long for the content.
    • The NAME section is always extremely long regardless of what is in the list (see image attached).
    • Often, the TAG dot is so far over to the right that is does ot appear.  It is not visible because the LIST COLUMN is too long. The rest of the window columns (SIZE, KIND, etc.) are similarly completely hidden in the overlarge window scrolling off to the right. They can be scrooled into view, but still default to the "too large" size when the window is opened.
    • About half the time, it is not possible to adjust the LIST VIEW column size by the handle betweem the sections (NAME, DATE, KIND, etc.). Clicking on the handle (the line between sections) has no effect and the left and right arrows do not appear. This seems to be limited to only the NAME section ofthe window.
    Again, resizing the screen does nothing to fix any of this. I've looked at the FInder Preferences in the User Library which I have bolded below. I have opened and changed these in TextWrangler but they revert to the exact same settings, which I assume is becuase there is no way to quit the Finder w/o it saving the currently used preferences and settings (at least the unmutable ones). I will try booting in Target mode and replacing that file later today to see if i can force the OS to default to a smaller column size.
    Please! No more "novice" answers to this question. It's not a matter of my not understanding how the Finder works, nor any user error. The Finder windows on this system, for whatever reason, are not working efficiently and not accepting user adjustments for some reason. THAT is what I am trying to address.
    Thanks again, Edwin Drood, for your confirmation of the issue.
    Best,
    mm
    Excerpt from the plist : com.apple.finder.plist
    <key>ComputerOptions</key>
              <dict>
                        <key>ListViewOptions</key>
                        <dict>
                                  <key>ColumnCount</key>
                                  <integer>8</integer>
                                  <key>ColumnFlags</key>
                                  <integer>9</integer>
                                  <key>Columns</key>
                                  <array>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>dnam</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>300</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>modd</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>2</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>181</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>ascd</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>2</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>181</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>phys</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>2</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>97</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>kind</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <true/>
                                                      <key>ColumnWidth</key>
                                                      <integer>115</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>labl</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>100</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>shvr</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>75</integer>
                                            </dict>
                                            <dict>
                                                      <key>ColumnPropertyID</key>
                                                      <string>cmmt</string>
                                                      <key>ColumnSortOrder</key>
                                                      <integer>1</integer>
                                                      <key>ColumnVisible</key>
                                                      <false/>
                                                      <key>ColumnWidth</key>
                                                      <integer>300</integer>
                                            </dict>
                                  </array>

  • Error in bex design window while Restricting an item in a query

    Hi All,
    When I try to restrict an Item (a value)  in the query design window Im getting the following errors:-
    1.) 'The Operation Failed because of a program error on the Server (DUMP). See System Log for Details.'
    2.) 'Stop Statement Occured'.
    3.) Run Time Error
    4.) Run Time Error
    DUMP:
    Runtime Errors UNCAUGHT_EXCEPTION
    Exception CX_RSR_X_MESSAGE
    I have check many OSS notes but My BW system is on 3.5  SP 22 ,so none of the note is applicable.
    Has anyone face this error before.
    Thanks
    Savio

    Dear Savio,
    On 14th of October 2008 support for SAP GUI for Windows 6.40 ended.
    This means:
    No more patches are supplied (not even security updates).
    No corrections are implemented.
    How to requests which are specific to release 6.40 are not processed.
    SAP GUI for Windows 6.40 is not tested or used SAP internally anymore.
    There is no extended support option for SAP GUI for Windows 6.40.
    Since using a component which is out of support means a high risk it is SAP's strong recommendation is to start the planning for the upgrade to release 7.10 as soon as possible.
    The patches previous could be found at below mentioned path:
    service.sap.com/swdc
          > SAP Software Distribution Center
            > Download
              > Support Packages and Patches
               > Entry by Application Group
    >Support Packages and Patches>SAP Frontend Components
    >SAP GUI FOR WINDOWS>SAP GUI FOR WINDOWS 6.40
    Now the above written notification can be seen here.
    Hence., It would be better if you upgrade to SAP GUI 7.10.
    Hope this info helps!!
    Kind Regards,
    Robin.

  • Error: "Unable to find a working IR device" in Windows Vista 64-bit, Audigy 4

    I have Audigy 4 Pro with the RM-500 remote that came with it.
    The remote is not working in Vista 64-bit (Enterprise).
    It is definitely not a hardware problem because everything works in Windows XP Professional SP3. When I dual boot into Vista, the remote doesn't control anything in Windows but the red light on the I/O external box is blinking so it's definitely receiving input.
    When I run "Entertainment Center Settings", I get the error "Unable to find a working IR device" and all the options are greyed out.
    <img title="err" width="300" style="width: 300px; height: 69px" src="http://img379.imageshack.us/img379/238/2278203yd.jpg" height="69" alt="err">
    <img width="459" title="err2" style="width: 459px; height: 393px" src="http://img379.imageshack.us/img379/388/2850392ep2.jpg" height="393" alt="err2">
    Has anyone gotten the remote working in Windows Vista 64-bit's? Thank you for your help.
    Regards,
    Lawrence

    _ I am having this exact same issue on vista business 32 bit. Everything else on the external box works perfectly fine, except the remote. The remote does work however with intelliremote, but I cannot justify paying the money for such simple functionality. Any fix on [email protected]

  • Windows 8 Recovery USB causes UEFI error: "Grub error: Can't find gpt 7" [FIXED]

    Hello everyone,
    Here is my situation.  I had a dual boot setup on my toshiba S855D (Win 8/Ubuntu 12.10).  After a few months my win 8 install was giving me strange errors.  I decided to do a full reinstall using the recovery USB I made. (I had reinstalled once before)  When I plugged in my USB after restarting the computer (in USB as first boot), I got the error: 'Grub error. Can't find gpt 7' If I tuned off UEFI, the computer could at least detect the USB but not do a reinstall.  Thinking it was a Grub error I formatted the HD (using an ubuntu liveUSB).  The problem persisted. I installed boot-repair on ubuntu and tried that, but no effect.  I have tried to install an updated bios from the CD image in the bios zip, but it wouldn't execute the commands in the ini file.  I even tried to install an old xp disk I had to see if I could install the bios update that way, but the windows install  repeatedly froze.
    Quick version: dual boot (win8/ubuntu)->try to reinstall win8, "error: Grub Error: Can't find gpt 7", when usb is attempted to be booted from. ->Wiped hdd, but problem persisted. -> tried many ways to fix, but nothing works.
    I have been reading many forums for the past few days, and nothing looks to work.  Any and all help would be really helpful.
    Solved!
    Go to Solution.

    I finally got it!
    After much poking around the internet, I was finally able to identify my problem.  My bootx64.efi in the EFI/Boot folder wasn't working.  I found this out by putting UEFI shell on another usb and using that to test my *.uefi files.  Thankfully, I had a backup of my EFI folder from my initial Ubuntu install.  This had a backup made my ubuntu. (bkpbootx64.uefi) I ran the backup and the USB worked!  
    On another forum someone (Agent268) said this, which may help.  I'm guessing you need to have a windows pe DVD/USB to make this work though. 
    "You should be able to use DISM to manually reimage this bad boy using the WIM or SWMs on that USB recovery flash drive."
    Hope my research helps someone out there.  Cheers to everyone who looked.

  • Error Opening Reports (Cannot find Dimension Scenario, Error executing query: the member null doesn't exist in this application)

    Hello,
    two of our users get the following error message, when opening two specific reports:
    First Report: Cannot find Dimension Scenario.
    Second Report: Error executing query: the member null doesn't exist in this application.
    Other users can access these reports, and the same users where the problem occurs can access other reports in the same folder.
    I set the same rights for me, but i can access the reports without problems.
    Somebody encountered the same problem before?

    Hi there,
    I had the same issue a few weeks ago... not sure how it happened but it was related only with my username.
    In order to fix it:
    1. I created a report which does not require to select the scenario in advance. Try to use the default data-grid that you get when you first create a report for example.
    2. When the user runs the report, try to see if he can see the dimension. Do not use the missing dimension on rows or columns. If he can see the dimension, ask him to select one scenario. This will solve the issue.
    3. If he cannot see the dimension, try to change the layout of the report.
    Regards,
    Thanos

  • Mount_webdav: Error Code -8060 occur, if i want to open the share in my finder window

    Hello,
    since the update from 10.6 to 10.7.1 i cant use some webdav shares anymore.
    Every time when i mount our webdav share and open it afterwards in a Finder window the error
    The operation can't be completed:
    An unexpected error occurred (error code -8060)
    does anyone know something about this or a similar problem?
    best regards,
    martin

    Hello,
    Last night I upgraded my NAS firmware (Netgear Stora) and now I have exactly the same problem.
    The Admin account Finder locks when trying to mount the AFP share. If I force unmount (sudo umount -f ...) then I see the same Finder error message code 8060. Any other account (and any other Mac) mounts the same share OK.
    Strangely, manually mounting the share via Terminal works perfectly. So does SMB mounting via the Finder.
    I've tried deleting all Finder and AppleShareClient preferences, with no effect.
    For some reason the Finder in the admin account can't complete the mount (permissions maybe?).
    Regards,
    Mick

  • U401 touch windows 8 audio driver unable to install error could not find divice for this driver

    u401 touch windows 8  audio driver unable to 0wau05w8.exe install error could not find device for this driver
    kindly advise

    hi karthi2lenovo,
    Welcome to the Forums.
    If the conexant audio drivers from the lenovo website doesn't detect the device, can you try to:
    1. Open Device Manager (press Winkey+R > type devmgmt.msc)
    2. On the device manager, open Sound, video, and game controllers and Other Devices then check the status (if there's a yellow exclamation mark, error codes, etc.)
    3. As an alternative, try this conexant driver from station-drivers:
    Conexant High Definition Smart Audio
    Version 8.64.59.52 (Win8)
    Let me know your findings,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Issue with implementing Find window

    Hi,
    I am facing an issue with implementing Find window. The find window everything is working fine, but when I am opening the form I am facing the following error
    'Error: To retrieve the Information in this block, use menu option view -> query by example -> Enter to invoke enter-query mode, then view -> Query by example > Run to run your query..'
    when I click 'Ok', it is navigating to the FInd window.
    How can I avoid the above error message?
    And also after searching, I navigate to the main window to display the records, but the 'Find' torch icon is not getting enabled, how do I that?
    Thanks,
    Ramu

    Thanks for the reply.
    Yes, I have the QUERY_FIND trigger with the code as 'APP_STANDARD.EVENT('QUERY_FIND');'
    And also 'first navigation data block ' to my result block. Now that the error is gone, But still the Find Icon is not enabled
    Please advice.
    Thanks,
    Ramu
    Edited by: Ramu Chennuri on Oct 21, 2008 8:32 AM

  • FIND WINDOW

    I have used the HeadStart Utilities - Create Find Windows on my module, which has only one module component (MCO). This MCO is query only.
    I run the Create Find Windows utility and get the following error:
    "CDA-01151: Bound Item (Module Unit 1920360231651748348857850493587257514, Name PAYABLE_ID): Cannot set UPDATE_FLAG - the Column is in a non-updateable Constraint"
    How do I correct this error?
    I have also attempted to create the Find Window manually as per the HeadStart documentation (Chapter 14). I get a different runtime error. When the forms run on its own, the Find Window shows up (i.e. cursor is in the block). However, when I call this form from my main form through the menu, I get the following:
    >>>>>>
    Operating System: Windows NT Version 4.0 Build 1381 Service Pack 6
    Command line: "P:\OraDEV6i\BIN\ifrun60.EXE" d:\des_wd\Frm\mg000fq.fmx yeungmi/yeungmi@development
    FORM/BLOCK/FIELD: MG120FU:QF_MG_PAYABLES.PROG_PROGRAM_ID
    Last Trigger: WHEN-WINDOW-ACTIVATED - (Successfully Completed)
    Msg: <NULL>
    Last Builtin: NAME_IN - (Successfully Completed)
    Registers:
    EAX:121420F0
    EBX:0013A4D0
    ECX:00224038
    EDX:004D2F20
    ESI:0013BB8E
    EDI:830104C2
    CS:EIP:001B:64C8D75F
    SS:ESP:0023:0012E520 EBP:0012E52C
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00010293
    ------------------- Call Stack Trace ---------------------
    Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name
    0x0012e52c 64cb0c4b 0013a4d0 0013bc22 039da030 00000001 0x64c8d75f
    0x0012e570 64ccc527 004d2f20 03be42ac 032bf44c 00000060 0x64cb0c4b
    0x0012e5d0 64ccc4d5 03acf138 039d1ec8 03acf138 039d24c8 0x64ccc527
    0x0012e5fc 0032325e 004d2f20 039d1ec8 03acf138 039d24c8 0x64ccc4d5
    0x0012e660 002fc240 032bf44c 039d1ec8 03acf138 039d24c8 0x0032325e
    0x0012e86c 002e745f 032bf44c 039da370 0012e9d8 0012eaac 0x002fc240
    0x0012e948 002eb62b 032bf44c 039dad30 0012e9d8 0012eaac 0x002e745f
    0x0012e9e8 002eb62b 032bf44c 03b5c650 0012ea78 0012eaac 0x002eb62b
    0x0012ea88 5df8b831 032bf44c 03b64328 0012eac8 0012eaac 0x002eb62b
    0x0012eaf0 5df84cdb 032bd898 045b7784 03be42ac 00000000 0x5df8b831
    0x0012ed74 64c999ff 004d2f20 03be42ac 041832c8 64c97e01 0x5df84cdb
    0x0012eea8 64c999b2 004d2f20 03bc3adc 03bfa064 03be42ac 0x64c999ff
    0x0012eecc 64c993ee 004d2f20 03be42ac 03bc3adc 004d2f20 0x64c999b2
    0x0012f088 64c9a69a 004d2f20 00000001 00000000 77e7198f 0x64c993ee
    0x0012f160 64d0696e 004d2f20 00000001 00000001 032bd898 0x64c9a69a
    0x0012f188 5def4c18 032bd898 032bd898 00000000 00000000 0x64d0696e
    0x0012f1a4 5df31652 004d2f20 00000000 032bd898 039da930 0x5def4c18
    0x0012f1d8 5df19c5b 032bd898 03acad58 039da930 032bd898 0x5df31652
    0x0012f1fc 5def6a26 032bd898 032bd898 032bd898 03acad58 0x5df19c5b
    0x0012f520 5def5bd2 03acad58 00000000 045c2230 032bd898 0x5def6a26
    0x0012f890 5df1b5bf 032bd898 00000001 03acad58 032bd898 0x5def5bd2
    0x0012f8e0 5df19fe5 03b60874 00000001 03acad58 032bd898 0x5df1b5bf
    0x0012f978 5df19e90 045c1b18 045c1b18 032bd898 03acad58 0x5df19fe5
    0x0012f99c 5df1d85e 045c2230 00000000 045c1b18 032bd898 0x5df19e90
    0x0012f9dc 5df1cfef 045c1b18 039ccfbc 039ccfbc 032bd898 0x5df1d85e
    0x0012fa0c 5df1c99d 03acad58 039ccfbc 0418a5bc 032bd898 0x5df1cfef
    0x0012fa34 5df1bbea 03acad58 0418a5bc 00000000 032bd898 0x5df1c99d
    0x0012fa84 5def9ff3 00000000 032c3318 0012fabc 00000000 0x5df1bbea
    0x0012faf0 5def9a46 0362f6c8 032b4bfc 00000000 00000001 0x5def9ff3
    0x0012fc0c 5def2c03 00000000 032c1940 00000019 032b49bc 0x5def9a46
    0x0012fd68 5def19e9 00000014 00000000 00000003 01a409e0 0x5def2c03
    0x0012fd8c 5def18be 01a31fc8 00000000 00000000 00000003 0x5def19e9
    0x0012fdac 10008963 01a31fc8 00000000 00000000 00000003 0x5def18be
    0x0012fdfc 1000a3a1 01a32fe4 00403010 00000000 00000003 0x10008963
    ------------------- End of Stack Trace -------------------
    <<<<<<<<<
    Can someone please tell me how to get my find window for this module?
    Thanks.
    null

    Installed a patch for this.

  • Develop query_find encountering 'FRM-41052:  cannot find window: invalid ID

    hi,dear all.
    I 'm using forms 6i to develop query_find function.
    I have Written the query_find trigger on the datablock as follows:
    app_find.query_find('W_MAIN', --'Window name of Data Block'
    'W_QF', --'Window Name of Query Find Block'
    'B_QF'); --'Query Find Block Name'
    but when I click the torch , the query_find window come out after three times of showing of the error message 'FRM-41052: cannot find window: invalid ID'. So every time I have to click three times 'OK' to close the annoying message.
    Can anybody give me some guides how to realise query_find?? how to avoid this error message??
    thanks in advance!

    set_window_property('MAIN_WINDOW', TITLE, 'PACKAGE DETAILS');
    Make sure that you have a window named 'MAIN_WINDOW';
    YES, I do have.
    form_setup_pkg.event('WHEN-NEW-FORM-INSTANCE');
    IF :PARAMETER.P_PACKING_ID is NOT NULL THEN
    EXECUTE_QUERY;
    END IF;
    Which is the code of this package?
    PACKAGE BODY FORM_SETUP_PKG IS
    PROCEDURE EVENT ( i_event IN VARCHAR2 )
    IS
    BEGIN
         Modify this package body to add events during form startup
         and to modify the window name and window title
         IF i_event = 'PRE-FORM' THEN
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
    SET_WINDOW_PROPERTY('BLOCKNAME',WINDOW_STATE,MAXIMIZE);
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, TITLE, 'GEMS');
    set_window_property('BLOCKNAME', TITLE, 'Template Form');
         ELSIF i_event = 'WHEN-NEW-FORM-INSTANCE' THEN
              null;
         ELSE
              null;
         END IF;
    END EVENT;
    END;
    SELECT ORDER_NUMBER,CLIENT,QUANTITY,PACKING_ID,LETTER_ORDER_CODE,
    ACTUAL_CARRIER,LETTER_ORDER_NUMBER,ACTUAL_SHIPMENT_TYPE,WEIGHT,PACKAGE_NUMBER FROM PACKING WHERE CLIENT = :1
    Where you set field client?
    This is my code I am not selecting client anywhere, I dont know from where "Display error" is fecthing client query.
    Thanks a lot for your help.
    PACKAGE BODY ORDERS IS
    PROCEDURE post_query IS
    BEGIN
    SELECT     pa.ship_to_last_name,
         pa.ship_to_first_name,
         pa.ship_to_address1,
    pa.letter_order_number,
         pa.letter_order_code,
    INTO :ORDERS.SHIP_TO_LAST_NAME,
    :ORDERS.SHIP_TO_FIRST_NAME,
    :ORDERS.SHIP_TO_ADDRESS1,
    :ORDERS.LETTER_ORDER_NUMBER,
    :ORDERS.LETTER_ORDER_CODE,
         :ORDERS.DC
    FROM packing_attr pa
    WHERE pa.packing_id = :ORDERS.PACKING_ID;
    end post_query;          
    END orders;
    Thanks
    Sandy

Maybe you are looking for

  • It's official $30 Unlimited Data

    I found this article this morning from The Wall Street Journal. It's official: Verizon is going to offer iPhone buyers a $30 unlimited data plan. The carrier's heir apparent and chief operating officer, Lowell McAdam, told us the news ahead of the co

  • Iweb site on search engines

    I have been trying my very best to make my website (http://web.mac.com/bjcarreon) available on search engines because I think it's a great site and people can learn from my experiences but I have been only 1/4 successful because when you try to searc

  • Word cross platform incompatability

    This might not be the best place to post this question as it relates to Word... But my son is getting all sorts of grief working on my Mac, and then having to go off to his mum's place to use her PC, all because Word for Mac doesn't seem to have Page

  • I get this error when submitting the issue to DPS

    Hi am using Woodwing Enterprise to publish folios to the Adobe DPS and it has been okay, I have finished creating of a new issue and I get this error when submitting the issue to DPS : Adobe Distibution Server returned error while calling "createIssu

  • "Safari History Items" in Spotlight

    "Safari History Items" show up in my Spotlight searches. This despite the fact that I have "Webpages" unchecked in Spotlight preferences. So, maybe Safari History Items and webpages are two different things? So what does "Webpages" refer to? Mac Help