For the loop index rebuild

DB version 10.2
 BEGIN
      FOR vIdxList IN (select INDEX_NAME from user_indexes where table_name in('PORT') and index_type='NORMAL')
      LOOP
   EXECUTE IMMEDIATE 'ALTER INDEX ' || vIdxList.INDEX_NAME || ' REBUILD nologging parallel 4 ';
      5      dbms_output.put_line('-----------------');
         --EXECUTE IMMEDIATE 'ALTER INDEX ' || vIdxList.INDEX_NAME || 'NOPARALLEL';
      END LOOP;
      begin
     FOR vIdxList IN (select INDEX_NAME from user_indexes where table_name in('PORT') and index_type='NORMAL')
     LOOP
     EXECUTE IMMEDIATE 'ALTER INDEX ' || vIdxList.INDEX_NAME || 'NOPARALLEL';
     end loop;
     end;
   END;
   /
When I try to do more high I am hit with ORA-02242 after reconstitution with nologging parallel 4. But when I run manually
 ALTER INDEX'  <index_name> NOPARALLEL 
then ok.

Some can help me please

ERROR on line 1:
ORA-02242: no option specified for the ALTER INDEX statement
ORA-06512: at line 11 level
BEGIN
      FOR vIdxList IN (select INDEX_NAME from user_indexes where table_name in('EMPLOYEES') and index_type='NORMAL')
      LOOP
          EXECUTE IMMEDIATE 'ALTER INDEX ' || vIdxList.INDEX_NAME || ' REBUILD nologging parallel 4 ';
          EXECUTE IMMEDIATE 'ALTER INDEX ' || vIdxList.INDEX_NAME || ' NOPARALLEL ';
       END LOOP;
END;
/ 

Tags: Database

Similar Questions

  • Internal components of the online index rebuild.

    Hi all

    What happens in the index rebuild online compared to the simple index rebuild?

    Why this task consumes temporary space in the tablespace where index?

    How to get access index is accepted when online index rebuilding... What happens internally?

    -Yasser
  • Possibility to use the Enum control as an index for the loop entry For

    Hello world

    I'm curious to know if an ENUM type could be an index entry for a loop For (in fact, I tried in labview but it did NOT work).

    I use Enum to my two configurations (only two elements), but sometimes I need to run the two together.

    I wonder if it has a good structure to manage it, or simply replace ENUM with table.

    Thank you

    -Kunsheng

    Here is an example of use of the nodes of property:

  • For the loop + shift register + multiply instances


    Save the Subvi as model.

    Opened using the switch (8 hex) returning so that it opens a new instance of each opening. Move the refs to your loop and use 'Call Server reference VI' to call the right instance for each iteration.

    But beeter would be to keep the table of cluster in a SR in the loop For, rather than the sub - VI and just pass in the State of the last time that the sub - VI has been called.

    Or another approach...

    Do some reading and the stuff of sub - VI in an instance of a model, one for each counter. They can push their updates to the queues so that others can see what they found.

    Ben

  • The details of the max/min for the spatial index

    Hello

    I am new to Oracle Spatial and perhaps this is a stupid question, but when I create an index for a table of geo, I always manually insert a line into the USER_SDO_GEOM_METADATA table. The DIMINFO table contains the bounding box, which are in my case X min/max / coordinated full geo (Lat/Long) of the table.

    The SDO_GEOMETRY column in my table of geo contains some polygons. How can I automatically query the table of geo to return the desired max/min X / Y coordinates? I'm looking for something like maxX (geo_data) SELECT... OF geo_table. Is this possible?

    Thank you!

    Hello Hans,.

    Well, I think that the old gods of Oracle Spatial of ages had intended a workflow by which metadata records were filled with knowledge not stored in the database or the spatial column.  Thus, for example the tolerance whence?  He comes to your head or your documentation that you hold outside the database, etc..  I mean that you put in this recording in order to enter the database.  So I would say that generally metadata was never intended to be created from the data.

    Now, we must know that the values stored in USER_SDO_GEOM_METADATA min/max are largely informative to my knowledge.  You can insert values garbage if you love without worrying much Oracle Spatial.  The only function I can think of who actually reads these values is the MD without papers. HHENCODE (everyone knows others?).  But that being said its always a good idea to avoid the garbage and properly document your spatial layers.

    So, in terms of generation of these values. I would say that your DIMINFO values should ideally include the size of your current data more any new data you could insert as part of your workflow.  So I would not shake this until your min/max values accurate unless your data is very, very static.  It could well be.  Still, usually I if I had a layer of data to the United States mainland that the values that run in the South enough to cover all the Florida keys, etc. (with some tampons too).  Even if I have no data for Florida keys in that exact moment.  It's rather subjective, to deduce the data, it must come from your documentation and your needs.

    But you probably still want something.  Good then, voila.

    SELECT
    a.bef || a.dim_xy || a.dim_3 || a.aft AS dim_info
    FROM (
      SELECT
       'MDSYS.SDO_DIM_ARRAY(' AS bef
      ,'MDSYS.SDO_DIM_ELEMENT(''X'',' || MDSYS.SDO_GEOM.SDO_MIN_MBR_ORDINATE(aa.shape,1) || ',' || MDSYS.SDO_GEOM.SDO_MAX_MBR_ORDINATE(aa.shape,1) || ',0.05)'
       ||
       ',MDSYS.SDO_DIM_ELEMENT(''Y'',' || MDSYS.SDO_GEOM.SDO_MIN_MBR_ORDINATE(aa.shape,2) || ',' || MDSYS.SDO_GEOM.SDO_MAX_MBR_ORDINATE(aa.shape,2) || ',0.05)'
       AS dim_xy
      ,CASE
       WHEN aa.shape.get_dims() > 2
       AND  aa.shape.get_lrs_dim() = 0
       THEN
          ',MDSYS.SDO_DIM_ELEMENT(''Z'',' || MDSYS.SDO_GEOM.SDO_MIN_MBR_ORDINATE(aa.shape,3) || ',' || MDSYS.SDO_GEOM.SDO_MAX_MBR_ORDINATE(aa.shape,3) || ',0.001)'
       ELSE
          NULL
       END AS dim_3
      ,')' AS aft
      FROM (
         SELECT
         MDSYS.SDO_AGGR_MBR(a.shape) AS shape
         FROM
         my_table a
      ) aa
    ) a;
    

    Note again once the tolerances must be hard-coded.

    And also it will not work for the LRS geometries.

    I respect the old gods and not go this route.

    See you soon,.

    Paul

  • For the loop jump

    Hello

    How can I break the loop if all checkboxes (A, B, C) of all lines (the Row1 [*]) are disabled?

    The code below in the click event of a button and it shows the message box for all the number of lines and is not working as I want.

    Thank you.

    var nods = xfa.resolveNodes("pctA.A.Row1[*].Q");
    for (var i = 0; i < nods.length; i++)
    
    if (nods.item(i).A.rawValue == "0" && nods.item(i).B.rawValue == "0" && nods.item(i).C.rawValue == "0")
    {
         xfa.host.messageBox("Warning1!\n\nWarning2", "WTitle", 0, 0);
    }
    else
    
    {//continue with code}
    

    Hello

    I think that you should use the keyword break after the messageBox, so;

    Winks var = xfa.resolveNodes ("pctA.A.Row1 [*]." "") « « Q ») ;

    for (var i = 0; i)< nods.length;="" i++) ="" if="" (nods.item(i).a.rawvalue="=" "0"="" &&="" nods.item(i).b.rawvalue="=" "0"="" &&="" nods.item(i).c.rawvalue="=">

    {

    xfa.host.messageBox ("Warning1! \n\nWarning2 ","WTitle", 0, 0);

    break;

    }

    on the other

    {//continue with code}

    Concerning

    Bruce

  • AS3/AIR - for the loop is ignored but the rest of the function to run

    This has left me speechless. It is either something really stupid on my part or part of the Flash. Here goes:

    I have a function that accepts all simply a table of movieclip references, executes a loop to add them to a sprite container, then the container gives a background color. It works perfectly the first time. Now, when the program returns to this feature yet it completely ignores the loop but always adds the background color. Here's the function:

    public void prepareContainer (sections): Sprite

    {

    trace ("prepareContainer called.");

    trace ("cuts" + sections);

    containerClips.splice(0,containerClips.length);

    trace ("containerClips.length is" + containerClips.length);

    for (var rs: int = 0; rs < sections.length; rs ++)

    {

    trace ("sections [" + rs + "] is" + [rs] sections);

    }

    var w: Number = 0;

    var l:Number = 0;

    for (var sx:int = 0; sx < sections.length; sx ++)

    {

    trace ("sx is" + sx);

    section of the sections [sx] = var;

    If (SX > 0)

    {

    section.y = sections [sx-1] there + .height sections [sx-1];

    w = section.width;

    l = l + section.height;

    }

    container.addChild (section);

    }

    container.graphics.beginFill (0xfafafa); Just for the background color in the container.

    container.graphics.drawRect (0,0,w,l);

    container.graphics.endFill ();

    containerClips = sections;

    for (var p:int = 0; p < containerClips.length; p ++)

    {

    trace ("containerClips [" + p + "] is" + containerClips [p]);

    }

    return the container;

    }

    You can also see that I have traces in the service to trace the content and the length of the incoming array.

    It's track of the first time through:

    called prepareContainer!

    sections.length is [object ViewPrevTranClosed_AEM], [medicareHead_AEM object], [object NAMEsubscriberSection_AEM], [object SearchInformationSection_AEM]

    containerClips.length is 0

    sections [0] is [object ViewPrevTranClosed_AEM]

    sections [1] is [object medicareHead_AEM]

    sections [2] is [object NAMEsubscriberSection_AEM]

    sections [3] is [object SearchInformationSection_AEM]

    SX is 0

    SX is 1

    SX is 2

    SX is 3

    containerClips [0] is [object ViewPrevTranClosed_AEM]

    containerClips [1] is [object medicareHead_AEM]

    containerClips [2] is [object NAMEsubscriberSection_AEM]

    containerClips [3] is [object SearchInformationSection_AEM]

    ============================================

    As you can see, the traces in the loops went very well and the result is as expected. The container is filled with the movieclips. However, on the next time through the result is that the background color and none of the movieclips are added to the container. The following trace shows also that the loops did not stand even if the table is full and there is no condition that stop the loops. This is the inside track:

    called prepareContainer!

    sections.length is [object ViewPrevTranClosed_AEM], [medicareHead_AEM object], [object NAMEsubscriberSection_AEM], [object SearchInformationSection_AEM]

    containerClips.length is 0

    Any ideas on what is the cause?

    You can have a circular reference. containerClips is the same table that the sections. Try this simple test:

    array1 = [1,2,3,4] var;

    var array2 = array1;

    array1.splice(0,array1.) Length);

    array1 = [];

    trace (array2. Length);

    I'm sure that you expect to see it trace 4, but it trace 0. Now try to use the line commented out instead. Now you get a record of 4.

    If somewhere in your code you establish sections also point to the same table as containerClips, that you really wanted to duplicate a table, you can use the concat:

    Var items = containerClips.concat ();

    It would be either his own picture double and a pointer to the same table.

  • a plus for the loop

    I'm sorry to disturbed you.

    I need a logic for the output below... even with for loop
                              1                                             
                           2    2
                          3  3   3
                        4   4   4   4
                      5   5   5   5   5                     
    
    and
    
    
                                   1
                               1      2
                            1     2      3 
                         1     2     3    4
                     1   2    3     4        5
    concerning
    SA

    Edited by: 871270 March 28, 2013 10:55

    Hello

    Solomon Yakobson says:

    ... There is no need for a pipe character in fist postion to make dbms_output output to line up. Just use serveroutput wrapped format:
    ...
    SQL> set serveroutput on format wrapped
    

    Thank you!

  • Check for the existing index

    I'm a DBA working with 3 application developers, they want to know how to check for existing indexes for some columns
    in a table in their schema.

    a friend told me to check the existing index for some column you have to query
    view dba_ind_columns so you must be a sysdba user

    but I don't want to give the developers of the application of the privilege sysdba

    but my friend told me, to avoid sysdba grant for application developers, they can query the user_indexes view in their scheme, but after watching the user_indexes view,.

    It gives me a lot of data but does not give me the NAME of COLUMN

    How can I solve this problem, which is:

    Let application developers check existing indexes for some columns in their schema without granting them sysdba privilege.

    user_ind_columns

  • [JS CS5.5] Sort order for the topic index messes up script

    I'm stumped on this one. If anyone has a suggestion, I would appreciate it!

    The following script iterates through my index and works very well if none of the index entries have "sort by" text that causes the entry down the list in alphabetical order. It works fine if the text ' sort by ' causes the index entry back into the list alphabetically.

    = CODE

    var myTopics = myDoc.indexes [0] .allTopics;

    for (var i = myTopics.length - 1; I > - 1; i--) {/ / for each subject index...}

    for (var j = myTopics [i].pageReferences.length - 1; j > - 1; j--) {/ / for each reference page in the topic...}

    var myAttributeValue = topic_path (myTopics [i], myTopics [i] .name);

    var myInsertionPoint is myTopics [i] [j] .pageReferences, .sourceText;. THIS LINE THROWS ERROR

    Do something at the insertion point.

    }

    }

    }

    Create the subject string. Subheadings are separated by "#".

    function topic_path (top, str) {}

    If (top.parent.constructor.name == 'Index') {}

    return str;

    }

    else {}

    Return topic_path (top.parent, top.parent.name + ', ' + str);

    }

    }

    = END OF CODE

    So it seems to me that given that the script is an iteration through the bottom-up index entries and page references, happens to a topic that is displayed below the list in, but it is actually "" upward earlier in the list alphabetically, so the script can not get corresponds to the page in the source text reference.

    Is it possible to iterate through index entries other than what I do? I don't see any alternative workaround.

    No, you nothing is missing! Sorry, I had assumed just because you can add script tags to practically anything, you could add them to the topics as well. But now that I checked, it turns out that you can't. Two ways out that could be

    (1) temporarily add sort by name of the item, separated by a single, empty string field to sort by. Subsequently restore the field sort by and the name of the topic.

    (2) If for any reason, you can add the value of sorting by name, you will need to build a table with the topic names and sort by values, blank the sort by fields, then restore them later using the table.

    Complicated, but nothing else I can think.

    Peter

  • Code for the loop in AS3

    Hi there, new ActionScript in general, I have this code snippet I want again and again for always loop:

    Quote:
    If (controlID.text == "2") {}
    trace ("worked");
    } else {}
    trace ("failed");
    }
  • IN XML for the loop

    Hello
    Model RTF PO, I try to display the short text and long text for each PO. But I'm unable to display multiple short and long texts for each line number. I can view only the first short and long text for each line number. How do I show all the. The seeds IN. model does. Here's my code and XML


    for short text (short_text is in the same column that line_num is the rich TEXT table)

    <? for each: LINES_ROW? > <? type: LINE_NUM; ' ascending '; type_donnees = "number"? >

    <? LINE_NUM? > <? date format: NEED_BY_DATE; "DD-MMM-YYYY'? > <? LINE_AMOUNT? >
    <? ITEM_DESCRIPTION? >
    <? SHORT_TEXT? >

    <? end foreach? >

    output is
    No. 1 line
    short attachment test
    Line num 2
    short text 1

    output must be
    No. 1 line
    short attachment test
    Attachment 4 t
    Line num 2
    short text 1
    short text 2

    Long text
    <? If: PO_DATA/LINE_ATTACHMENTS/TEXT! ='' ? >
    <? for each: LINES_ROW? > <? type: LINE_NUM; ' ascending '; type_donnees = "number"? >
    <? If: LINE_NUM! ='' ? > <? Concat ("' line number", LINE_NUM)? > <? end if? >
    <? variable@InContext:PoLnID;' PO_LINE_ID'? >
    <? / PO_DATA/LINE_ATTACHMENTS/ID [child::text () = $PoLnID] / preceding - sibling:TEXT [1]? >

    <? end foreach? >
    <? end if? >

    output is
    No. 1 line
    attachment of long text which is 2nd ote
    Line num 2
    long text 1

    output must be
    No. 1 line
    attachment of long text which is 2nd ote
    see this 5th long accessory
    Line num 2
    long text 1
    long text 2



    Here is an example of XML code

    <? XML version = "1.0" encoding = "UTF-8"? >
    < PO_DATA >
    STANDARD of < TYPE_LOOKUP_CODE > < / TYPE_LOOKUP_CODE >
    < > 24687 SEGMENT1 < / SEGMENT1 >
    < REVISION_NUM > 0 < / REVISION_NUM >
    < PRINT_COUNT > 3 < / PRINT_COUNT >
    < CREATION_DATE > 29 April 2009 14:28:52 < / CREATION_DATE >
    < NOTE_TO_VENDOR > This is a good test for the conditions window provider command < / NOTE_TO_VENDOR >
    Sanjay < DOCUMENT_BUYER_FIRST_NAME > < / DOCUMENT_BUYER_FIRST_NAME >
    Kumar < DOCUMENT_BUYER_LAST_NAME > < / DOCUMENT_BUYER_LAST_NAME >
    < DOCUMENT_BUYER_AGENT_ID > 8756 < / DOCUMENT_BUYER_AGENT_ID >
    < CANCEL_FLAG > N < / CANCEL_FLAG >
    < CONFIRMING_ORDER_FLAG > N < / CONFIRMING_ORDER_FLAG >
    < ACCEPTANCE_REQUIRED_FLAG > N < / ACCEPTANCE_REQUIRED_FLAG >
    USD < CURRENCY_CODE > < / CURRENCY_CODE >
    < CURRENCY_NAME > United States dollar < / CURRENCY_NAME >
    < PAYMENT_TERMS > NET 30 < / PAYMENT_TERMS >
    < > 1244 CUSTOMER_NUM < / CUSTOMER_NUM >
    RR10 < VENDOR_NUM > < / VENDOR_NUM >
    < $vendor_name > OFFICE DEPOT < / $vendor_name >
    < VENDOR_ADDRESS_LINE1 > B.P. 31533 < / VENDOR_ADDRESS_LINE1 >
    HARTFORD < VENDOR_CITY > < / VENDOR_CITY >
    < VENDOR_STATE > CT < / VENDOR_STATE >
    < VENDOR_POSTAL_CODE > 06150 - 1533 < / VENDOR_POSTAL_CODE >
    < SHIP_TO_LOCATION_ID > 88 < / SHIP_TO_LOCATION_ID >
    < SHIP_TO_LOCATION_NAME > US CORPORATE HDQTRS < / SHIP_TO_LOCATION_NAME >
    < SHIP_TO_ADDRESS_LINE1 > JFK 123 RD < / SHIP_TO_ADDRESS_LINE1 >
    Broadway, WA 02421 < SHIP_TO_ADDRESS_INFO > < / SHIP_TO_ADDRESS_INFO >
    the < SHIP_TO_COUNTRY > United States < / SHIP_TO_COUNTRY >
    < BILL_TO_LOCATION_ID > 88 < / BILL_TO_LOCATION_ID >
    < BILL_TO_LOCATION_NAME > US CORPORATE HDQTRS < / BILL_TO_LOCATION_NAME >
    < BILL_TO_ADDRESS_LINE1 > JFK 123 RD < / BILL_TO_ADDRESS_LINE1 >
    Broadway, WA 02421 < BILL_TO_ADDRESS_INFO > < / BILL_TO_ADDRESS_INFO >
    the United States < BILL_TO_COUNTRY > < / BILL_TO_COUNTRY >
    MY < ATTRIBUTE1 > < / ATTRIBUTE1 >
    < VENDOR_SITE_ID > 9983 < / VENDOR_SITE_ID >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < APPROVED_FLAG > N < / APPROVED_FLAG >
    < > 826 VENDOR_ID < / VENDOR_ID >
    < ORG_ID > 29 < / ORG_ID >
    < COMMENT > IN. test to test the template < / COMMENT >
    < FIRM_STATUS_LOOKUP_CODE > N < / FIRM_STATUS_LOOKUP_CODE >
    < FROZEN_FLAG > N < / FROZEN_FLAG >
    < > 3349 CREATED_BY < / CREATED_BY >
    < TERMS_ID > 10001 < / TERMS_ID >
    < RATE_DATE > 29 April 2009 00:00:00 < / RATE_DATE >
    < AUTHORIZATION_STATUS > N < / AUTHORIZATION_STATUS >
    < NOTE_TO_RECEIVER > This is a purchase order of the receiver of window conditions test < / NOTE_TO_RECEIVER >
    < LAST_UPDATE_DATE > 29 April 2009 14:30:52 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < SUMMARY_FLAG > N < / SUMMARY_FLAG >
    < ENABLED_FLAG > Y < / ENABLED_FLAG >
    < LAST_UPDATE_LOGIN > 1250381 < / LAST_UPDATE_LOGIN >
    < SUPPLY_AGREEMENT_FLAG > N < / SUPPLY_AGREEMENT_FLAG >
    < PENDING_SIGNATURE_FLAG > N < / PENDING_SIGNATURE_FLAG >
    < OU_NAME > ABC LTD. < / OU_NAME >
    < OU_ADDR1 > JFK 123 RD < / OU_ADDR1 >
    Broadway < OU_TOWN_CITY > < / OU_TOWN_CITY >
    WA < OU_REGION2 > < / OU_REGION2 >
    < OU_POSTALCODE > 44421 < / OU_POSTALCODE >
    the United States < OU_COUNTRY > < / OU_COUNTRY >
    < BUYER_ADDRESS_LINE1 > JFK 123 RD < / BUYER_ADDRESS_LINE1 >
    Broadway, WA 44421 < BUYER_CITY_STATE_ZIP > < / BUYER_CITY_STATE_ZIP >
    < BUYER_CONTACT_PHONE > 322-445-4533 < / BUYER_CONTACT_PHONE >
    < > 6,000.00 TOTAL_AMOUNT < / TOTAL_AMOUNT >
    the United States < BUYER_COUNTRY > < / BUYER_COUNTRY >
    < DOCUMENT_CREATION_METHOD > ENTER_PO < / DOCUMENT_CREATION_METHOD >
    Purchase Standard < DOCUMENT_TYPE > order < / DOCUMENT_TYPE >
    < COVER_MESSAGE > This document has important legal consequences. < / COVER_MESSAGE >
    < AMMENDMENT_MESSAGE > This document has important legal consequences.
    < / AMMENDMENT_MESSAGE >
    D < TEST_FLAG > < / TEST_FLAG >
    < DIST_SHIPMENT_COUNT > 1 < / DIST_SHIPMENT_COUNT >
    Standard purchase order < DocumentName > 24687, 0 < / DocumentName >
    F < SIGNED > < / SIGNED >
    < AMENDMENT_PROFILE > Y < / AMENDMENT_PROFILE >
    < WITH_TERMS > N < / WITH_TERMS >
    < IS_ATTACHED_DOC > Y < / IS_ATTACHED_DOC >
    < MESSAGE >
    < MESSAGE_ROW >
    < MESSAGE > PO_FO_AGREEMENT_CANCELED < / MESSAGE >
    < TEXT > this contract CANCELLED on < / TEXT >
    < / MESSAGE_ROW >
    < MESSAGE_ROW >
    < MESSAGE > PO_WF_NOTIF_VENDOR_NO < / MESSAGE >
    SupplierID < TEXT > < / TEXT >
    < / MESSAGE_ROW >
    < / MESSAGE >
    < HEADER_SHORT_TEXT >
    < / HEADER_SHORT_TEXT >
    <>LINES
    < LINES_ROW >
    < LINE_NUM > 1 < / LINE_NUM >
    < ITEM_DESCRIPTION > test in. < / ITEM_DESCRIPTION >
    < CANCEL_FLAG > N < / CANCEL_FLAG >
    < NOTE_TO_VENDOR > This is a test in. do not ship. < / NOTE_TO_VENDOR >
    Unit of < UNIT_MEAS_LOOKUP_CODE > < / UNIT_MEAS_LOOKUP_CODE >
    AMOUNT of < ORDER_TYPE_LOOKUP_CODE > < / ORDER_TYPE_LOOKUP_CODE >
    N < ATTRIBUTE1 > < / ATTRIBUTE1 >
    < UNIT_PRICE > 5000 < / UNIT_PRICE >
    < QUANTITY > 1 < / QUANTITY >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < PO_LINE_ID > 53995 < / PO_LINE_ID >
    < ORG_ID > 29 < / ORG_ID >
    < UNORDERED_FLAG > N < / UNORDERED_FLAG >
    < CLOSED_FLAG > N < / CLOSED_FLAG >
    < TAXABLE_FLAG > N < / TAXABLE_FLAG >
    < CAPITAL_EXPENSE_FLAG > N < / CAPITAL_EXPENSE_FLAG >
    < NEGOTIATED_BY_PREPARER_FLAG > N < / NEGOTIATED_BY_PREPARER_FLAG >
    < LAST_UPDATE_DATE > 29 April 2009 14:29:36 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < LINE_TYPE_ID > 1000 < / LINE_TYPE_ID >
    < LAST_UPDATE_LOGIN > 1250381 < / LAST_UPDATE_LOGIN >
    < CREATION_DATE > 29 April 2009 14:28:52 < / CREATION_DATE >
    < > 3349 CREATED_BY < / CREATED_BY >
    < Stuff > 224 < / stuff >
    < ALLOW_PRICE_OVERRIDE_FLAG > N < / ALLOW_PRICE_OVERRIDE_FLAG >
    < LIST_PRICE_PER_UNIT > 5000 < / LIST_PRICE_PER_UNIT >
    AMOUNT of < LINE_TYPE > < / LINE_TYPE >
    GOODS of < PURCHASE_BASIS > < / PURCHASE_BASIS >
    < LINE_AMOUNT > 5 000,00 < / LINE_AMOUNT >
    < MANUAL_PRICE_CHANGE_FLAG > N < / MANUAL_PRICE_CHANGE_FLAG >
    AMOUNT of < MATCHING_BASIS > < / MATCHING_BASIS >
    < PRICE_DIFF >
    < / PRICE_DIFF >
    * < LINE_SHORT_TEXT > *.
    * < LINE_SHORT_TEXT_ROW > *.
    * < PO_LINE_ID > 53995 < / PO_LINE_ID > *.
    * < test SHORT_TEXT > for the short attachment < / SHORT_TEXT > *.
    * < / LINE_SHORT_TEXT_ROW > *.
    * < LINE_SHORT_TEXT_ROW > *.
    * < PO_LINE_ID > 53995 < / PO_LINE_ID > *.
    * < SHORT_TEXT > 4th attachment < / SHORT_TEXT > *.
    * < / LINE_SHORT_TEXT_ROW > *.
    * < / LINE_SHORT_TEXT > *.
    < LINE_LOCATIONS >
    < LINE_LOCATIONS_ROW >
    < SHIPMENT_NUM > 1 < / SHIPMENT_NUM >
    < end_date > 15 May 2009 00:00:00 < / end_date >
    < QUANTITY > 1 < / QUANTITY >
    < PRICE_OVERRIDE > 5000 < / PRICE_OVERRIDE >
    < QUANTITY_CANCELLED > 0 < / QUANTITY_CANCELLED >
    < CANCEL_FLAG > N < / CANCEL_FLAG >
    < TAXABLE_FLAG > N < / TAXABLE_FLAG >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < PO_LINE_ID > 53995 < / PO_LINE_ID >
    < LINE_LOCATION_ID > 53678 < / LINE_LOCATION_ID >
    STANDARD of < SHIPMENT_TYPE > < / SHIPMENT_TYPE >
    < RECEIVING_ROUTING_ID > 3 < / RECEIVING_ROUTING_ID >
    < ACCRUE_ON_RECEIPT_FLAG > N < / ACCRUE_ON_RECEIPT_FLAG >
    < ORG_ID > 29 < / ORG_ID >
    < RECEIPT_REQUIRED_FLAG > N < / RECEIPT_REQUIRED_FLAG >
    < QTY_RCV_TOLERANCE > 10 < / QTY_RCV_TOLERANCE >
    WARNING < QTY_RCV_EXCEPTION_CODE > < / QTY_RCV_EXCEPTION_CODE >
    < ENFORCE_SHIP_TO_LOCATION_CODE > NO < / ENFORCE_SHIP_TO_LOCATION_CODE >
    < ALLOW_SUBSTITUTE_RECEIPTS_FLAG > N < / ALLOW_SUBSTITUTE_RECEIPTS_FLAG >
    < DAYS_EARLY_RECEIPT_ALLOWED > 5 < / DAYS_EARLY_RECEIPT_ALLOWED >
    < DAYS_LATE_RECEIPT_ALLOWED > 5 < / DAYS_LATE_RECEIPT_ALLOWED >
    WARNING < RECEIPT_DAYS_EXCEPTION_CODE > < / RECEIPT_DAYS_EXCEPTION_CODE >
    < INVOICE_CLOSE_TOLERANCE > 2 < / INVOICE_CLOSE_TOLERANCE >
    < RECEIVE_CLOSE_TOLERANCE > 100 < / RECEIVE_CLOSE_TOLERANCE >
    < SHIP_TO_ORGANIZATION_ID > 208 < / SHIP_TO_ORGANIZATION_ID >
    OPEN < CLOSED_CODE > < / CLOSED_CODE >
    < LAST_ACCEPT_DATE > 9 May 2009 00:00:00 < / LAST_ACCEPT_DATE >
    < ENCUMBERED_FLAG > N < / ENCUMBERED_FLAG >
    < FIRM_STATUS_LOOKUP_CODE > N < / FIRM_STATUS_LOOKUP_CODE >
    < LAST_UPDATE_DATE > 29 April 2009 14:31:31 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < LAST_UPDATE_LOGIN > 1250381 < / LAST_UPDATE_LOGIN >
    < CREATION_DATE > 29 April 2009 14:28:53 < / CREATION_DATE >
    < > 3349 CREATED_BY < / CREATED_BY >
    < QUANTITY_RECEIVED > 0 < / QUANTITY_RECEIVED >
    < QUANTITY_ACCEPTED > 0 < / QUANTITY_ACCEPTED >
    < QUANTITY_REJECTED > 0 < / QUANTITY_REJECTED >
    < QUANTITY_BILLED > 0 < / QUANTITY_BILLED >
    Unit of < UNIT_MEAS_LOOKUP_CODE > < / UNIT_MEAS_LOOKUP_CODE >
    < TAX_USER_OVERRIDE_FLAG > N < / TAX_USER_OVERRIDE_FLAG >
    < MATCH_OPTION > P < / MATCH_OPTION >
    < CALCULATE_TAX_FLAG > Y < / CALCULATE_TAX_FLAG >
    < NOTE_TO_RECEIVER > This is a note in the receiver shipments < / NOTE_TO_RECEIVER >
    < AMOUNT > 5 000,00 < / AMOUNT >
    < SHIP_TO_LOCATION_ID > 88 < / SHIP_TO_LOCATION_ID >
    < SHIP_TO_LOCATION_NAME > US CORPORATE HDQTRS < / SHIP_TO_LOCATION_NAME >
    < SHIP_TO_ADDRESS_LINE1 > JFK 123 RD < / SHIP_TO_ADDRESS_LINE1 >
    Broadway, WA 02421 < SHIP_TO_ADDRESS_INFO > < / SHIP_TO_ADDRESS_INFO >
    the < SHIP_TO_COUNTRY > United States < / SHIP_TO_COUNTRY >
    < NEED_BY_DATE > 15 May 2009 00:00:00 < / NEED_BY_DATE >
    < PROMISED_DATE > 4 May 2009 00:00:00 < / PROMISED_DATE >
    < LINE_LOC_SHORT_TEXT >
    < / LINE_LOC_SHORT_TEXT >
    < DISTRIBUTION >
    < DISTRIBUTIONS_ROW >
    STANDARD < DISTRIBUTION_TYPE > < / DISTRIBUTION_TYPE >
    < ACCRUE_ON_RECEIPT_FLAG > N < / ACCRUE_ON_RECEIPT_FLAG >
    < ORG_ID > 29 < / ORG_ID >
    COSTS of < DESTINATION_TYPE_CODE > < / DESTINATION_TYPE_CODE >
    < DESTINATION_ORGANIZATION_ID > 208 < / DESTINATION_ORGANIZATION_ID >
    < ACCRUAL_ACCOUNT_ID > 1037 < / ACCRUAL_ACCOUNT_ID >
    < VARIANCE_ACCOUNT_ID > 22148 < / VARIANCE_ACCOUNT_ID >
    < PREVENT_ENCUMBRANCE_FLAG > N < / PREVENT_ENCUMBRANCE_FLAG >
    < PO_DISTRIBUTION_ID > 55228 < / PO_DISTRIBUTION_ID >
    < LAST_UPDATE_DATE > 29 April 2009 14:32:23 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < PO_LINE_ID > 53995 < / PO_LINE_ID >
    < LINE_LOCATION_ID > 53678 < / LINE_LOCATION_ID >
    < SET_OF_BOOKS_ID > 25 < / SET_OF_BOOKS_ID >
    < CODE_COMBINATION_ID > 22148 < / CODE_COMBINATION_ID >
    < QUANTITY_ORDERED > 1 < / QUANTITY_ORDERED >
    < LAST_UPDATE_LOGIN > 1250381 < / LAST_UPDATE_LOGIN >
    < CREATION_DATE > 29 April 2009 14:28:54 < / CREATION_DATE >
    < > 3349 CREATED_BY < / CREATED_BY >
    < QUANTITY_DELIVERED > 0 < / QUANTITY_DELIVERED >
    < QUANTITY_BILLED > 0 < / QUANTITY_BILLED >
    < QUANTITY_CANCELLED > 0 < / QUANTITY_CANCELLED >
    < DELIVER_TO_LOCATION_ID > 89 < / DELIVER_TO_LOCATION_ID >
    < DELIVER_TO_PERSON_ID > 5324 < / DELIVER_TO_PERSON_ID >
    < RATE_DATE > 29 April 2009 00:00:00 < / RATE_DATE >
    < ENCUMBERED_FLAG > N < / ENCUMBERED_FLAG >
    < RECOVERY_RATE > 0.00 < / RECOVERY_RATE >
    < TAX_RECOVERY_OVERRIDE_FLAG > N < / TAX_RECOVERY_OVERRIDE_FLAG >
    COSTS of < DESTINATION_CONTEXT > < / DESTINATION_CONTEXT >
    < DISTRIBUTION_NUM > 1 < / DISTRIBUTION_NUM >
    < CHARGE_ACCOUNT > 05-3002-7050-000-000 < / CHARGE_ACCOUNT >
    < FULL_NAME > Devine, Alison < / FULL_NAME >
    [email protected] < EMAIL_ADDRESS > < / EMAIL_ADDRESS >
    Karen < REQUESTER_DELIVER_FIRST_NAME > < / REQUESTER_DELIVER_FIRST_NAME >
    MY < REQUESTER_DELIVER_LAST_NAME > < / REQUESTER_DELIVER_LAST_NAME >
    < / DISTRIBUTIONS_ROW >
    < / DISTRIBUTION >
    < / LINE_LOCATIONS_ROW >
    < / LINE_LOCATIONS >
    < / LINES_ROW >
    < LINES_ROW >
    < LINE_NUM > 2 < / LINE_NUM >
    < ITEM_DESCRIPTION > TEST IN. < / ITEM_DESCRIPTION >
    < CANCEL_FLAG > N < / CANCEL_FLAG >
    Unit of < UNIT_MEAS_LOOKUP_CODE > < / UNIT_MEAS_LOOKUP_CODE >
    AMOUNT of < ORDER_TYPE_LOOKUP_CODE > < / ORDER_TYPE_LOOKUP_CODE >
    N < ATTRIBUTE1 > < / ATTRIBUTE1 >
    < UNIT_PRICE > 1000 < / UNIT_PRICE >
    < QUANTITY > 1 < / QUANTITY >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < PO_LINE_ID > 54015 < / PO_LINE_ID >
    < ORG_ID > 29 < / ORG_ID >
    < UNORDERED_FLAG > N < / UNORDERED_FLAG >
    < CLOSED_FLAG > N < / CLOSED_FLAG >
    < TAXABLE_FLAG > N < / TAXABLE_FLAG >
    < CAPITAL_EXPENSE_FLAG > N < / CAPITAL_EXPENSE_FLAG >
    < NEGOTIATED_BY_PREPARER_FLAG > N < / NEGOTIATED_BY_PREPARER_FLAG >
    < LAST_UPDATE_DATE > 30 April 2009 13:52:26 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < LINE_TYPE_ID > 1000 < / LINE_TYPE_ID >
    < LAST_UPDATE_LOGIN > 1251236 < / LAST_UPDATE_LOGIN >
    < CREATION_DATE > 30 April 2009 13:52:26 < / CREATION_DATE >
    < > 3349 CREATED_BY < / CREATED_BY >
    < Stuff > 224 < / stuff >
    < ALLOW_PRICE_OVERRIDE_FLAG > N < / ALLOW_PRICE_OVERRIDE_FLAG >
    < LIST_PRICE_PER_UNIT > 1000 < / LIST_PRICE_PER_UNIT >
    AMOUNT of < LINE_TYPE > < / LINE_TYPE >
    GOODS of < PURCHASE_BASIS > < / PURCHASE_BASIS >
    < LINE_AMOUNT > 1 000,00 < / LINE_AMOUNT >
    < MANUAL_PRICE_CHANGE_FLAG > N < / MANUAL_PRICE_CHANGE_FLAG >
    AMOUNT of < MATCHING_BASIS > < / MATCHING_BASIS >
    < PRICE_DIFF >
    < / PRICE_DIFF >
    * < LINE_SHORT_TEXT > *.
    * < LINE_SHORT_TEXT_ROW > *.
    * < PO_LINE_ID > 54015 < / PO_LINE_ID > *.
    * < SHORT_TEXT > 1 short text < / SHORT_TEXT > *.
    * < / LINE_SHORT_TEXT_ROW > *.
    * < LINE_SHORT_TEXT_ROW > *.
    * < PO_LINE_ID > 54015 < / PO_LINE_ID > *.
    * < SHORT_TEXT > 2 short text < / SHORT_TEXT > *.
    * < / LINE_SHORT_TEXT_ROW > *.
    * < / LINE_SHORT_TEXT > *.
    < LINE_LOCATIONS >
    < LINE_LOCATIONS_ROW >
    < SHIPMENT_NUM > 1 < / SHIPMENT_NUM >
    < end_date > 7 May 2009 00:00:00 < / end_date >
    < QUANTITY > 1 < / QUANTITY >
    < PRICE_OVERRIDE > 1000 < / PRICE_OVERRIDE >
    < QUANTITY_CANCELLED > 0 < / QUANTITY_CANCELLED >
    < CANCEL_FLAG > N < / CANCEL_FLAG >
    < TAXABLE_FLAG > N < / TAXABLE_FLAG >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < PO_LINE_ID > 54015 < / PO_LINE_ID >
    < LINE_LOCATION_ID > 53698 < / LINE_LOCATION_ID >
    STANDARD of < SHIPMENT_TYPE > < / SHIPMENT_TYPE >
    < RECEIVING_ROUTING_ID > 3 < / RECEIVING_ROUTING_ID >
    < ACCRUE_ON_RECEIPT_FLAG > N < / ACCRUE_ON_RECEIPT_FLAG >
    < ORG_ID > 29 < / ORG_ID >
    < RECEIPT_REQUIRED_FLAG > N < / RECEIPT_REQUIRED_FLAG >
    < QTY_RCV_TOLERANCE > 10 < / QTY_RCV_TOLERANCE >
    WARNING < QTY_RCV_EXCEPTION_CODE > < / QTY_RCV_EXCEPTION_CODE >
    < ENFORCE_SHIP_TO_LOCATION_CODE > NO < / ENFORCE_SHIP_TO_LOCATION_CODE >
    < ALLOW_SUBSTITUTE_RECEIPTS_FLAG > N < / ALLOW_SUBSTITUTE_RECEIPTS_FLAG >
    < DAYS_EARLY_RECEIPT_ALLOWED > 5 < / DAYS_EARLY_RECEIPT_ALLOWED >
    < DAYS_LATE_RECEIPT_ALLOWED > 5 < / DAYS_LATE_RECEIPT_ALLOWED >
    WARNING < RECEIPT_DAYS_EXCEPTION_CODE > < / RECEIPT_DAYS_EXCEPTION_CODE >
    < INVOICE_CLOSE_TOLERANCE > 2 < / INVOICE_CLOSE_TOLERANCE >
    < RECEIVE_CLOSE_TOLERANCE > 100 < / RECEIVE_CLOSE_TOLERANCE >
    < SHIP_TO_ORGANIZATION_ID > 208 < / SHIP_TO_ORGANIZATION_ID >
    OPEN < CLOSED_CODE > < / CLOSED_CODE >
    < LAST_ACCEPT_DATE > 11 May 2009 00:00:00 < / LAST_ACCEPT_DATE >
    < ENCUMBERED_FLAG > N < / ENCUMBERED_FLAG >
    < FIRM_STATUS_LOOKUP_CODE > N < / FIRM_STATUS_LOOKUP_CODE >
    < LAST_UPDATE_DATE > 30 April 2009 13:53:11 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < LAST_UPDATE_LOGIN > 1251236 < / LAST_UPDATE_LOGIN >
    < CREATION_DATE > 30 April 2009 13:52:27 < / CREATION_DATE >
    < > 3349 CREATED_BY < / CREATED_BY >
    < QUANTITY_RECEIVED > 0 < / QUANTITY_RECEIVED >
    < QUANTITY_ACCEPTED > 0 < / QUANTITY_ACCEPTED >
    < QUANTITY_REJECTED > 0 < / QUANTITY_REJECTED >
    < QUANTITY_BILLED > 0 < / QUANTITY_BILLED >
    Unit of < UNIT_MEAS_LOOKUP_CODE > < / UNIT_MEAS_LOOKUP_CODE >
    < TAX_USER_OVERRIDE_FLAG > N < / TAX_USER_OVERRIDE_FLAG >
    < MATCH_OPTION > P < / MATCH_OPTION >
    < CALCULATE_TAX_FLAG > Y < / CALCULATE_TAX_FLAG >
    < NOTE_TO_RECEIVER > NOT for RECEIVER in shipme < / NOTE_TO_RECEIVER >
    < AMOUNT > 1 000,00 < / AMOUNT >
    < SHIP_TO_LOCATION_ID > 88 < / SHIP_TO_LOCATION_ID >
    < SHIP_TO_LOCATION_NAME > US HDQTRS < / SHIP_TO_LOCATION_NAME >
    < SHIP_TO_ADDRESS_LINE1 > JFK 123 RD < / SHIP_TO_ADDRESS_LINE1 >
    Broadway, WA 53411 < SHIP_TO_ADDRESS_INFO > < / SHIP_TO_ADDRESS_INFO >
    the < SHIP_TO_COUNTRY > United States < / SHIP_TO_COUNTRY >
    < NEED_BY_DATE > 7 May 2009 00:00:00 < / NEED_BY_DATE >
    < PROMISED_DATE > 6 May 2009 00:00:00 < / PROMISED_DATE >
    < LINE_LOC_SHORT_TEXT >
    < / LINE_LOC_SHORT_TEXT >
    < DISTRIBUTION >
    < DISTRIBUTIONS_ROW >
    STANDARD < DISTRIBUTION_TYPE > < / DISTRIBUTION_TYPE >
    < ACCRUE_ON_RECEIPT_FLAG > N < / ACCRUE_ON_RECEIPT_FLAG >
    < ORG_ID > 29 < / ORG_ID >
    COSTS of < DESTINATION_TYPE_CODE > < / DESTINATION_TYPE_CODE >
    < DESTINATION_ORGANIZATION_ID > 208 < / DESTINATION_ORGANIZATION_ID >
    < ACCRUAL_ACCOUNT_ID > 1037 < / ACCRUAL_ACCOUNT_ID >
    < VARIANCE_ACCOUNT_ID > 3908 < / VARIANCE_ACCOUNT_ID >
    < PREVENT_ENCUMBRANCE_FLAG > N < / PREVENT_ENCUMBRANCE_FLAG >
    < PO_DISTRIBUTION_ID > 55248 < / PO_DISTRIBUTION_ID >
    < LAST_UPDATE_DATE > 30 April 2009 13:53:11 < / LAST_UPDATE_DATE >
    < LAST_UPDATED_BY > 3349 < / LAST_UPDATED_BY >
    < PO_HEADER_ID > 27162 < / PO_HEADER_ID >
    < PO_LINE_ID > 54015 < / PO_LINE_ID >
    < LINE_LOCATION_ID > 53698 < / LINE_LOCATION_ID >
    < SET_OF_BOOKS_ID > 25 < / SET_OF_BOOKS_ID >
    < CODE_COMBINATION_ID > 3908 < / CODE_COMBINATION_ID >
    < QUANTITY_ORDERED > 1 < / QUANTITY_ORDERED >
    < LAST_UPDATE_LOGIN > 1251236 < / LAST_UPDATE_LOGIN >
    < CREATION_DATE > 30 April 2009 13:53:11 < / CREATION_DATE >
    < > 3349 CREATED_BY < / CREATED_BY >
    < QUANTITY_DELIVERED > 0 < / QUANTITY_DELIVERED >
    < QUANTITY_BILLED > 0 < / QUANTITY_BILLED >
    < QUANTITY_CANCELLED > 0 < / QUANTITY_CANCELLED >
    < DELIVER_TO_LOCATION_ID > 89 < / DELIVER_TO_LOCATION_ID >
    < DELIVER_TO_PERSON_ID > 1308 < / DELIVER_TO_PERSON_ID >
    < RATE_DATE > 29 April 2009 00:00:00 < / RATE_DATE >
    < ENCUMBERED_FLAG > N < / ENCUMBERED_FLAG >
    < RECOVERY_RATE > 0.00 < / RECOVERY_RATE >
    < TAX_RECOVERY_OVERRIDE_FLAG > N < / TAX_RECOVERY_OVERRIDE_FLAG >
    COSTS of < DESTINATION_CONTEXT > < / DESTINATION_CONTEXT >
    < DISTRIBUTION_NUM > 1 < / DISTRIBUTION_NUM >
    < CHARGE_ACCOUNT > 01-3001-7050-000-000 < / CHARGE_ACCOUNT >
    < FULL_NAME > Green, Jan < / FULL_NAME >
    [email protected] < EMAIL_ADDRESS > < / EMAIL_ADDRESS >
    Jan < REQUESTER_DELIVER_FIRST_NAME > < / REQUESTER_DELIVER_FIRST_NAME >
    Green of < REQUESTER_DELIVER_LAST_NAME > < / REQUESTER_DELIVER_LAST_NAME >
    < / DISTRIBUTIONS_ROW >
    < / DISTRIBUTION >
    < / LINE_LOCATIONS_ROW >
    < / LINE_LOCATIONS >
    < / LINES_ROW >
    < / LINES >
    * < LINE_ATTACHMENTS > *.
    * < long text TEXT input > which is 2nd note. < / TEXT > *.
    * < ID > < /ID > 53995 *.
    * < TEXT > see this 5th long atta < / TEXT > *.
    * < ID > < /ID > 53995 *.
    * < TEXT > text 1 < / TEXT > *.
    * < ID > < /ID > 54015 *.
    * < TEXT > text 2 < / TEXT > *.
    * < ID > < /ID > 54015 *.
    * < / LINE_ATTACHMENTS > *.
    < ADDRESS_DETAILS >
    < ADDRESS_DETAILS_ROW >
    < > 88 location_id < / location_id >
    < ADDRESS_STYLE > US_GLB < / ADDRESS_STYLE >
    < ADDR_LABEL_1 > address line 1 < / ADDR_LABEL_1 >
    < ADDR_LABEL_2 > address line2 < / ADDR_LABEL_2 >
    < ADDR_LABEL_3 > address Line3 < / ADDR_LABEL_3 >
    City of < ADDR_LABEL_4 > < / ADDR_LABEL_4 >
    County of < ADDR_LABEL_5 > < / ADDR_LABEL_5 >
    State of < ADDR_LABEL_6 > < / ADDR_LABEL_6 >
    Code postal < ADDR_LABEL_7 > < / ADDR_LABEL_7 >
    Country of < ADDR_LABEL_8 > < / ADDR_LABEL_8 >
    Phone < ADDR_LABEL_9 > < / ADDR_LABEL_9 >
    Fax < ADDR_LABEL_10 > < / ADDR_LABEL_10 >
    Replacement of sales tax < ADDR_LABEL_11 > < / ADDR_LABEL_11 >
    < ADDR_LABEL_12 > Inside City Limits < / ADDR_LABEL_12 >
    < ADDR_DATA_1 > JFK 123 RD < / ADDR_DATA_1 >
    Broadway < ADDR_DATA_4 > < / ADDR_DATA_4 >
    WA < ADDR_DATA_6 > < / ADDR_DATA_6 >
    < ADDR_DATA_7 > 33444 < / ADDR_DATA_7 >
    < ADDR_DATA_8 > U.S. < / ADDR_DATA_8 >
    < ADDR_DATA_9 > 322-588-4534 < / ADDR_DATA_9 >
    < / ADDRESS_DETAILS_ROW >
    < / ADDRESS_DETAILS >
    < / PO_DATA >
    
      
    
     
    
    
    
    
      
    
    
    
    = 
    
    
    
    

    I get output

    1 15-MAY-2009 00:00:00 5,000.00
    test po
    test for short attachement
    4th attachment
    2 07-MAY-2009 00:00:00 1,000.00
    TEST PO
    short text 1
    short text 2
    Line Number 1
    long text attachment which is 2nd note.
    53995= long text attachment which is 2nd note.
    53995= see this 5th long atta
    Line Number 2
    long text 1
    54015= long text 1
    54015= long text 2
    

    Hope this helps

    Let me know if it helps ;)

  • for the loop and array

                     

    Can someone explain to me how becomes the array1 (1 X 2) added added table 2 (4 X 2); I didn't understand how indexing works here.

    Thank you

    Hi Vincent,.

    in the exit tunnel every 1 d table 1 × 2 will go to a 2D table ROW. As see you: the last values in table 1 are the last line of the table 2D...

    This is how works the autoindexing: scalars form a 1 d vectors table 1 d become lines of a 2D array, 2D table becomes a 3D table pages and so on... And vice versa for a tunnel of entry!

  • Cannot be used for the loop variable 'i' twice?

    Something weird is happening with a dialog box that I'm doing that dynamically creates buttons based on the number of objects in a table that I pass in a function. I say weird, but it's obviously me not understanding how the variables in a loop. See below:

    mrp = {
        one: [new File("/Users/constantincerdan/Creative%20Cloud%20Files/Templater/Iconbuttons/bagspouches.png"), "One"],
        two: [new File("file:///Users/constantincerdan/Creative%20Cloud%20Files/Templater/Iconbuttons/beauty.png"), "Two"],
        three: [new File("file:///Users/constantincerdan/Creative%20Cloud%20Files/Templater/Iconbuttons/bluepocketsquare.png"), "Three"]
    }
    
    function Dialog(dialogTitle, buttons) {
    
        var dlg = new Window("dialog", dialogTitle + " - OU");
        dlg.margins = [20, 15, 20, 17];
        dlg.buttonsGroup = dlg.add("group");
        dlg.buttonsGroup.orientation = "row";
        dlg.buttonsGroup.spacing = 15;
    
        for(var i = 0; i < buttons.length; i++){
            templaterButton = dlg.buttonsGroup.add("iconbutton", undefined, buttons[i][0])
            templaterButton.onClick = function(){
                open(buttons[i][0])      
                dlg.close()      
            }
            dlg.buttonsGroup.add("panel", [undefined, undefined, 0,120])
        }
        dlg.show()
    }
    Dialog("Test",[mrp.one, mrp.two, mrp.three])
    
    
    
    
    
    
    

    Execution of this poster dialog very well, and all the icon buttons have their own photos as they should (see photo below).

    This is what confuses me: line 16, he is able to use I on the buttons [i] [0] very well get every image and use it, but for some reason any when I also try to use the same thing to line 18 to try to open the real images for each button, I get the error "undefined is not an object" on this line. Change key [i] [0] to line 18 to the key [0] [0] opens the first image very well (on three keys), so I can't understand what I'm doing wrong here?

    Screen Shot 2016-02-04 at 22.44.44.png

    The problem is that the function that executes the dialog box is not a variable that I exist. It is a function that get-called on the fly. One thing you can do is to use 'this' in the service running, so it will point to the iconbutton that you clicked on, unfortunately there is no default property of this button that can point to the actual file, there is only the property "icon" but that only gives the name of the file and not its full path , but you can create a custom property that can point to the path to the file like this:

    MRP = {}

    a: [new file ("/Users/constantincerdan/Creative%20Cloud % 20Files/Templater/Iconbuttons/bagspouches program. PNG"),"One"],

    two: [new file ("file:///Users/constantincerdan/Creative%20Cloud%20Files/Templater/Iconbuttons/beaut y.png"), "Two"],

    three: [new file ("file:///Users/constantincerdan/Creative%20Cloud%20Files/Templater/Iconbuttons/bluep ocketsquare.png"), "Three"]

    }

    function {Dialog (dialogTitle, buttons)

    var DLG = new window ("dialog", dialogTitle + "- OR");

    DLG. Margins = [20, 15, 20, 17];

    dlg.buttonsGroup = dlg.add ('group');

    dlg.buttonsGroup.orientation = "row";

    dlg.buttonsGroup.spacing = 15;

    for (var i = 0; i)< buttons.length;="">

    templaterButton = dlg.buttonsGroup.add ("iconbutton", undefined, buttons [i] [0]);

    templaterButton.myFile buttons [i] [0] ;// = my custom property

    templaterButton.onClick = function() {}

    App.Open (this.) MyFile);

    Open (this.) MyFile); / / use the property of the selected object

    DLG. Close();

    }

    dlg.buttonsGroup.add ('panel', [undefined, undefined, 0,120])

    }

    DLG. Show()

    }

    Dialog box ("Test" [mrp.one, mrp.two, mrp.three])

  • Cursor implicit FOR THE LOOP and WHERE CURRENT OF

    Is it possible to add some updates and WHERE CURRENT OF for an implicit cusror of LOOPS?  There seems to be no way to reference the cursor as you can with an explicit cursor.

    BEGIN

    FOR point IN)

    SELECT last_name, job_id

    Employees

    WHERE job_id LIKE '% % CLERK '.

    AND manager_id > 120

    ORDER BY name

    )

    LOOP

    ...

    ...

    ...

    END LOOP;

    END;

    /

    Thank you

    It must be an explicit cursor.

Maybe you are looking for