Dimension level sequence not generated but "level id" is

Using OWB 10gR2 on Oracle 9.0.2.6
I have a three level dimension on a building table. The highest level address portfolios (based on manager responsibilities), province (where the building is) and final building information.
I have defined the surrogate key and business key for all levels. The portfolio level is inserted ok and so is the lowest level building but the province level does not populate the surrogate key. The negative value that it should use is in the "level id" only. I look at the pl/sql generated and the insert statement does not show the surrogate key.
I did notice that the levels were not defined with the lowest level (building) as the last in the list. Does this make a difference or not?
The other thing I notice is that a portfolio may span more than one province. So in fact the province may be there more than once but associated to different portfolio. Can a province have more than one portfolio or is the chronological order from level 1 to level 2 can only be 1:n and not n:n?
ex: portfolio 66 can be for province "ON" and "QC" but portfolio 77 can also be in "ON" and portfolio 88 in "ON" and who knows portfolio 89 in "QC".
the data should represent
PK, portfolio_id, portfolio_number, province_id, province_code, etc...(building info and names for the prev. levels)
(portfolio level)
-22, -22, 66
-23, -23, 77
-24, -24, 88
-25, -25, 89
(province level- what I get)
null, -22, 66, -701, ON
null, -22, 66, -702, QC
null, -23, 77, -703, ON
null, -24, 88, -704, ON
null, -25, 89, -705, QC

Here is the script
CREATE TABLE BILLING_NOTIFY.NOTIFICATION_MESSAGE
MSGID NUMBER,
SCN VARCHAR2(12 BYTE) NOT NULL,
MSGTYPEID NUMBER NOT NULL,
MSGTITLE VARCHAR2(50 BYTE) NOT NULL,
PAYLOAD VARCHAR2(250 BYTE) NOT NULL,
DESPATCHED NUMBER DEFAULT 1 NOT NULL,
CREATED DATE DEFAULT sysdate NOT NULL,
UPDATED DATE,
FREQUENCY NUMBER NOT NULL,
RECURRENCE NUMBER DEFAULT 1 NOT NULL
Sequence:
CREATE SEQUENCE BILLING_NOTIFY.MSGID
START WITH 1
MAXVALUE 999999999999999999999999999
MINVALUE 1
NOCYCLE
NOCACHE
ORDER;
SP:
CREATE OR REPLACE PROCEDURE BILLING_NOTIFY.ComposeTextPopUPMessageinMC (
pi_NAME IN varchar2,
pi_SCN IN varchar2,
pi_ACCOUNTBALANCE IN varchar2,
pi_OFFERAMOUNT IN varchar2,
pi_DUEDATE IN varchar2,
pi_FREQ IN number,
pi_MSGTITLE varchar2
IS
e_exp EXCEPTION;
v_MsgTemplate varchar2(5000);
BEGIN
--ExeTime:=TO_DATE(pi_Exetime, 'dd-mm-yyyy');
IF pi_NAME IS NULL
THEN
RAISE e_exp;
END IF;
select MsgTemplate into v_MsgTemplate from notification_MessageTemplate where MsgTypeId=1;
insert into notification_message (SCN,MSGTYPEID,payload,updated,frequency,MSGTITLE)
VALUES(pi_SCN,1,Replace(Replace(Replace(Replace(
Replace(v_MsgTemplate,'(Name)',upper(pi_NAME)),
'(SCN)',cast(pi_SCN as varchar2(15))),
'(AccountBalance)',cast((pi_ACCOUNTBALANCE) as varchar2(15))),
'(OfferAmount)',cast((pi_OFFERAMOUNT)as varchar2(15))),
'(LastChargedDate)',pi_DUEDATE),
sysdate,pi_FREQ,pi_MSGTITLE);
commit;
EXCEPTION
WHEN e_exp
THEN
ROLLBACK;
END;
Values Passed:
PI_NAME := 'VIRAL';
PI_SCN := '200502250425';
PI_ACCOUNTBALANCE := '57 Credit';
PI_OFFERAMOUNT := '175';
PI_DUEDATE := '1/9/2009';
PI_FREQ := 1;
PI_MSGTITLE := 'Account';

Similar Messages

  • Delivery address appearing at Item level and not at Header level in PO

    Hello Experts,
    We are facing an issue as described below:-
    We are in SRM 7.0 using classic scenario.
    After approval of multi line Shopping Cart in SRM ,PR's are getting
    automatically created in backend R/3 system.After converting PR's into
    POs in backend R/3,we are observing that the delivery address for these
    PO'are getting printed at Item level and not at the Header Level
    inspite of the delivery address being same for all the Item level.
    As desired,the delivery address in the PO's should have the delivery
    address at the header level if the the delivery address is identical
    for all the Item Levels.
    However,if we create a PR directly in R/3 system and then convert these
    PR's into PO's in the backend R/3 system,we find that the deliver
    address are getting printed at the Header Level if the delivery address
    is same for all the item level(which is as desired)
    Any pointers will be highly appreciated.
    Thanks & Regards,
    RKS

    HI Paul,
    Thank you for your response.In our case even if all the Line/items level have same Plant and storage location still the delivery address is getting printed at Item level and not at Header Level and this is happening only for PO's created from PR's orginating from SRM7.0.
    However if we create PR's directly in R/3 and then convert them into PO's,the delivery address is getting printed at the Header level if the delivery address is same for all the Item level.
    Can you plz some insite into this?
    Your help will be highly appreciated.
    Regards,
    RKS

  • Delivery address at Item level and not at Header level in PO

    Hello Experts,
    We are facing an issue as described below:-
    We are in SRM 7.0 using classic scenario.
    After approval of multi line Shopping Cart in SRM ,PR's are getting
    automatically created in backend R/3 system.After converting PR's into
    POs in backend R/3,we are observing that the delivery address for these
    PO'are getting printed at Item level and not at the Header Level
    inspite of the delivery address being same for all the Item level.
    As desired,the delivery address in the PO's should have the delivery
    address at the header level if the the delivery address is identical
    for all the Item Levels.
    However,if we create a PR directly in R/3 system and then convert these
    PR's into PO's in the backend R/3 system,we find that the deliver
    address are getting printed at the Header Level if the delivery address
    is same for all the item level(which is as desired)
    Any pointers will be highly appreciated,
    Regards,
    RKS

    This may be an old note, but it may point you in the right direction: Note 450425 - Delivery Address creates individual R/3 address number.
    If you debug the function module in SRM that creates the PO in ECC, you can check if this is the case.
    Regards,
    Robin

  • Publish in Responsive HTML5 - files skipped and 3rd level topics not generated

    I'm having trouble getting the new FrameMaker 11 Publish features to work as expected.
    I have a ditamap with three levels of headings. When I use the Publish feature to output in Responsive HTML5, a TOC is produced, in which there are no links below the second level.
    Moreover, even some files at the second level randomly are not accessible from the TOC. A link is present, but when I click, it lands on a page that says "this webpage is not found".
    When I look in the output directory, all the files are present in html form, so they do exist.
    One file, however, although correctly formed in the xml source with a series of unordered lists, comes out looking like this:
    An interactive script called bootstrap_.cmd is provided when you run the installation package for the Control Centre. This script simplifies the configuration of the sample database with a MySQL database engine. It performs a series of setup tasks, including:
    ÃÃÆ⠀™Ãƒâ€ ’ƒâ€šà ƒÆ’ƒÆ’‚¢Ãà †â€™Ãƒâ€ ’ĮբÃà †â€™Ãƒâ€ ’ƒÂ¢Ã¢â€Å ¡Ã‚¬Ã…¡Ãà †â€™Ãƒâ€ ’ƒâ€šà ƒÆ’ƒÆ’‚¬Ãà †â€™Ãƒâ€ ’ƒÆ’ââ‚ ¬Ã…¡Ãƒâ€šà ƒÆ’ƒÆ’‚¢               Execution of the SQL command that creates the database,
    Needless to say, this is not useable. Is this a bug in Frame, or am I doing something wrong?
    Thanks to anyone who can help,
    EFR
    Cambridge Imaging Systems

    I had some help from Adobe support about the inability of the Publish tool to generate more than two levels of depth in the hierarchy.
    The depth is managed by the 'ParaTags' setting in 'BookWithFM-TOC' section of "ditafm-output.ini". By default, it is set to manage only two levels. To change it to four:
    [BookWithFM-TOC]
    Template=TOCTpl.fm
    ElementTags=
    ParaTags=title.0|title.1|title.2|title.3|title.4|title-index
    Nevertheless, for a long time I could not get this to work for me, because there were in effect TWO ditafm-output.ini files in my standard installation and the one which controlled the output was HIDDEN and did not appear in any searches!
    This file:
    C:\Program Files (x86)\Adobe\AdobeFrameMaker12\fminit\ditafm\ditafm-output.ini
    is the incorrect one, but it is the only one that actually shows up when I looked for ditafm-output.ini.
    The correct ini file was in a subdirectory of the path
    C:\Users\my_user\AppData\Roaming\Adobe
    The trick is to do a search on AppData. It does not show up in a Windows Explorer, but the search returns a slew of htm files recently generated by the Publish process. These confess the hidden path in their headers, under the OriginalFile tag.
    None of this was at all self-evident! Thanks Adobe Support.
    EFR
    Cambridge Imaging Systems

  • Make invoice with item level only not by batch level

    Hii
    i made a delivery doc say material 'A' having batch1,batch2,batch3 with different qty .
    exp:(VL03N)
    material a batch1 10ton
    material a batch2 20ton
    material a batch3 30ton
    Now i wanted to club all this qty and do invoice with single item for 'Material A' ,it shouldn't come with batch level wise material .
    so in vf01 it should look like this .
    material a 50 ton .
    Plss suggest what should i do for this cases ?? if poosible for changes in routine vbrk/vbrp in copy control then kindly suggest /
    sourav .

    Hi,
    Is your requirement for printing the invoice or while creating the invoice [VF01] Please confirm.
    regards,
    Chetan

  • Making vendor down payment at PO header level and not item level

    Hi
    I am making downpayment to vendor. I am using new functionality in EHP 4 for making downpayment through purchase order. When I run ME2DP for making downpayment, it asks for PO item number also.
    But my requirement is to pay downpayment at PO header level and not PO item level.
    Please let me know how can I do payment at PO header level.

    Dear All,
    I am also facing the same problem. Though Advance is maintained in PO Header Level when we are trying to create  DP Request / DP system is asking line item mandatory. Suppose i have 2 line items  and maintain all the DP amount in first line item. I am making service entry for 2nd line item and bill for the second line item. Then in this case, the Down Payment clearing tab doesn't appear in MIRO. That means I am unable to adjust the advance for the line item though I have to adjust it.
    Problem is that there are more than 300 lines items in PO/WO. Hence it becomes difficult to maintain advance for each line or the user is forced to maintain certain amount in line item..
    Please help ..Its urgent
    Regards,
    Ganesh

  • ASCP Taking Lead time to buy Item from Item Level and not from ASL

    Hi All.
    We have a buy Item Which is used at multiple Organization now we have defined processing Lead time for this Item at Item Level and ASL level (Global) However for different organization Like ABC and XYZ we have same supplier and Supplier Site for this item,
    Below is the details of Item
    Item's Processing Lead Time at Item Level
    Org - ABC - 35
    Org - XYZ - 15
    Item's Processing  Lead Time at ASL Level
    Org - ABC - 10
    Org - XYZ - 5
    Now when we run ASCP plan for org XYZ and check for exception, Item's Lead time is coming from Item Level (15) not from ASL Level (Does this is expected behavior from Oracle?)
    Regards.

    Hi Abhishek,
    I tested one more time with the same scenario, this time ASCP is considering Processing lead time form ASL only however it is considering processing lead time for another organization (When I am running ASCP plan for Org XYZ ASCP is considering Processing lead time for ABC).
    Does it is due to same supplier site for both the organization?
    Also it has an active sourcing rule for the same supplier
    Regards.

  • Spooling request not generated

    hi gurus
    i am facing a problem in po output, for my one document type spool request is not generated but for other document type spool request is generated . But i can do it maunally for same document type please help me in this issue ..
    regards
    Edited by: usmfarhan on Dec 16, 2008 12:53 PM

    Hi
    Tcode MN05 u2013 KEYcombinatin u2013 F8 u2013 communication Select print immediately
    Switch for printing immediately. Printing is immediate if this switch is set. Otherwise the output is held in the spool.
    Raju

  • Afer background job finished, spool was not generated

    hi all
    Afer background job finished, spool was not generated but all background jobs is not
    soem background jobs was created spool.
    even if same user and same backgorund job, sometime generated spool or not.
    how can I solve??
    thanks

    Hi,
    Spool will be generated only spool specification wil be defined for that job.
    Select the job go to steps spool specification you can see the device assigned to it.
    Regards
    Ashok

  • When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue

    When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue.

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Every photo has a blue sting but not in the level view. What must I do to change this? In other programms the pictures are shown right.

    Every photo has a blue sting but not in the level view. What must I do to change this? In other programms the pictures are shown right.

    Open the PSE Editor, not the Organizer.
    Enhance>Adjust Color>Remove Color Cast
    If that does not fix it, you can post a picture here on the forum so that we may provide additional suggestions. To do that, use the camera icon at the top of the reply box.

  • Hide Dimension Hierarchy if levels do not contain any data

    I have a hierarchy in a dimension that does not contain data for specific roles.  For example dimension Dim1 has a hierarchy H1 with levels aaa and bbb.  When each level in H1 does not have data, and the data is unknown, I do not want the user
    to be able to select H1 in the browser.
    Does anyone know how I can hide the hierarchy based on what data is in the hierarchy?
    Thanks,
    Steve

    Hi Steve,
    In SQL Server Analysis Services, we can hide or disable hierarchy level by using
    AttributeHierarchyEnabled property, however, when this property is set to false, this level will not appear no matter if contain data or not. In your scenario, you want to hide the hierarchy level dynamically, right? As Aleksandr
    said, I am afraid there is no such a method to achieve it.
    If you have any concern about this behavior, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product. Your feedback enables Microsoft to make software and services the best that they can be, Microsoft might consider to add this feature
    in the following release after official confirmation.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • PRINTER C7280, NEW CARTRIDGE BUT PRINTER DOES NOT RECOGNISE NEW LEVEL, LEVEL/GAUGE STAYS 0

    I HAVE C7280 PRINTER ALL IN ONE, WITH 363 CARTRIDGES. THE COLOR 363 LIGHT CYAN HAS BEEN REPLACED, BUT LEVEL OF NEW CARTRIDGE STAYS 0. BOUGHT AGAIN A NEW ONE, BUT PROBLEMS STAYS. DID CLEANING OF THE HEADS AND ALIGN PRINTER, BUT PROBLEM STAYS. HOW CAN I SOLVE THIS?

    Hi
    Are you using the control panel or solution centre to check the levels?
    Are you still able to print?
    Thanks, Ciara
    Step one: Check ink levels
    NOTE: 
    The HP All-in-One can only detect the ink levels for genuine HP ink. The ink levels in ink cartridges that are refilled or have been used in other devices might not register accurately.Ink from the cartridges is used in the printing process in a number of different ways, including in the initialization process, which prepares the device and cartridges for printing, and in printhead servicing, which keeps print nozzles clear and ink flowing smoothly. In addition, some residual ink is left in the cartridge after it is used.
    To check the ink levels from the control panel:
    Press Setup .
    Press the down arrow ( ) to highlight Tools, and then press OK.
    Press the down arrow ( ) to highlight Display Ink Gauge, and then press OK.
    Press any button to return to the Tools menu.
    To check the ink levels from the HP Photosmart Software:
    In the HP Solution Center, click Settings , point to Print Settings, and then click Printer Toolbox .
    NOTE: 
    You can also open the Printer Toolbox from the Print Properties dialog box. In the Print Properties dialog box, click the Services tab, and then click Service this device .
    Click the Estimated Ink Level tab. The estimated ink levels for the ink cartridges will appear.
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Dunning not generating LPC in level 1

    Hi All,
    I have an issue where Dunning Procedure 03 for which LPC(Late Payment charge) has been configured for Level 1 is not generating LPC.
    Kindly giude me on what needs to be checked here or what can be causing the same.
    Thanks,
    Thanu Thomas.

    HI Thanu,
    Please check the following in your SAP system-
    (a) Have you configured the main\sub transaction correctly for the dunning charges for the company code?
    You can check the following SPRO path-
    IMG->Financial Accounting->Contract Accounts Receivable and payable-> Business Transactions->Dunning->Configure Charge Schedules for Dunning Procedure
    (b) Is there any posting lock at the account level?
    (c) Apart from event 360, you can check event 300 and 303 as well.
    I am assuming that you are able to execute the dunning run successfully, only the charge is not getting posted.
    So, the next time while running the dunning run, you can use the problem class as "Additional Information".
    And after the run you can check the applcation log for any errors.
    Hope it helps...
    Thanks,
    Amlan

  • Relational access to XML Content: can not display line level details

    Hi folks,
    there is one record at the header level and two records at the line level in the xml data file. I created the following view and when i see the results, I see two records as expected but the value for the line level coloumns is null but there are some values for the containerid in the xml data file
    Here is the view and bellow that is my schema that i registered and the inserted the xml datafile into the default table specified in the schema .
    Can you please tell me whats wrong with this view.
    Thanks,
    Pradeep
    create or replace view myrcv_reccontainer_view as
    select m.header_id,a.*
    from RECEIVINGUPLOAD mr,
    XMLTABLE('/'
    PASSING object_value
    COLUMNS
    header_id varchar2(20) PATH '/WMWROOT/WMWDATA/WMFWUpload/Id',
    rec XMLType PATH '/WMWROOT/WMWDATA/WMFWUpload/Receipts/Receipt/ParentContainers/Parent/ReceiptContainers/ReceiptContainer'
    ) m,
    XMLTABLE( '/ReceiptContainer'
    PASSING m.rec
    COLUMNS
    cid varchar2(40) PATH 'ContainerId'
    ) a;
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema id="ReceivingUpload" targetNamespace="http://www.manh.com/ILSNET/Interface" elementFormDefault="qualified"
         xmlns="http://www.manh.com/ILSNET/Interface" xmlns:xs="http://www.w3.org/2001/XMLSchema" version ="2007"
         xmlns:xdb="http://xmlns.oracle.com/xdb"
         xdb:storeVarrayAsTable="true"
    >
         <xs:include schemaLocation="Item.xsd"/>
         <xs:include schemaLocation="InterfaceEntity.xsd"/>
         <xs:include schemaLocation="UploadGroup.xsd"/>
         <xs:include schemaLocation="SerialNumber.xsd"/>
         <xs:include schemaLocation="Address.xsd"/>
    <xs:include schemaLocation="ContainerType.xsd" />
         <xs:element name="WMWROOT" nillable="true" type="WMWROOT" xdb:defaultTable="RECEIVINGUPLOAD" xdb:SQLName="WMWROOT"/>
         <xs:complexType name="WMWROOT">
              <xs:sequence>
                   <xs:element minOccurs="0" maxOccurs="1" name="WMWDATA" type="WMWDATA" />
              </xs:sequence>
         </xs:complexType>
         <xs:element name="WMWDATA" nillable="true" type="WMWDATA" xdb:SQLName="WMWDATA"/>
         <xs:complexType name="WMWDATA">
              <xs:sequence>
                   <xs:element minOccurs="0" maxOccurs="1" name="WMFWUpload" type="WMFWUpload" xdb:SQLName="WMFWUpload" />
              </xs:sequence>
         </xs:complexType>
         <xs:element name="WMFWUpload" nillable="true" type="WMFWUpload" />
    <xs:complexType name="WMFWUpload">
    <xs:complexContent mixed="false">
    <xs:extension base="UploadGroup">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Receipts" type="ReceiptList" xdb:SQLName="Receipts"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Receipt" nillable="true" type="Receipt" xdb:SQLName="Receipt"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Receipt">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Appointment" type="AppointmentSchedule" />
    <xs:element minOccurs="0" maxOccurs="1" name="ArrivedDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="BolNumAlpha" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Carrier" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="CarrierService" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ClosedDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="Company" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="EndUnitizeDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderNum" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="LaunchNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="LeadingSts" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="LeadingStsDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="LeadingStsFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="LicensePlateId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ManuallyEntered" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="PackingListId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Priority" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="ProNumAlpha" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptIdType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ScheduledDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="SealId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="StartUnitizeDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalContainers" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalCost" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalGreatPlainsQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalLines" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalListPrice" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalValue" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalVolume" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalWeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailerId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailingSts" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailingStsDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailingStsFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Vendor" type="Vendor" />
    <xs:element minOccurs="0" maxOccurs="1" name="VolumeUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Warehouse" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="WeightUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Details" type="ReceiptDetailList" />
    <xs:element minOccurs="0" maxOccurs="1" name="ParentContainers" type="ParentList" xdb:SQLName="ParentContainers" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptContainers" type="ReceiptContainerList" xdb:SQLName="ReceiptContainers"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="Vendor">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Company" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ShipFrom" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ShipFromAddress" type="Address" />
    <xs:element minOccurs="0" maxOccurs="1" name="Source" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SourceAddress" type="Address" />
    <xs:element minOccurs="0" maxOccurs="1" name="VerifyUm" type="xs:string" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptContainer">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerId" type="xs:string" xdb:SQLName="ContainerId"/>
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerClass" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="DimensionUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="DispCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="EPC" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ExpDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Height" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="IncomingPd" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InterfaceRecId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalLocContNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecContNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InventorySts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="LaunchNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="Length" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="LocatingRule" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Lot" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ManufacturedDate" type="xs:dateTime" />
              <xs:element minOccurs="0" maxOccurs="1" name="OutPd" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="QcInspection" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Qty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="QtyUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReasonCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptDetail" type="ReceiptDetail" />
    <xs:element minOccurs="0" maxOccurs="1" name="SerialNumbers" type="SerialNumberList" />
    <xs:element minOccurs="0" maxOccurs="1" name="Status" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="StatusFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="UploadInterfaceBatch" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="URI" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="UsedByImmNeed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Weight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Width" type="xs:decimal" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptDetail">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ConvHeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvLength" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvWeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvWidth" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Cost" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="CustomerOrderNum" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderLineNum" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderNum" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ExpectedInvSts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ExpDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="HazCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InterfaceRecId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecLineNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InvSts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="GreatPlainsQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ManufacturedDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="OpenQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="OriginalQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Priority" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PurchaseOrderDetailId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PurchaseOrderLineNumber" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="PurchaseOrderId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="PutListNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PutLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="PutZone" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SerialNumReqd" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SKU" type="SKU" />
    <xs:element minOccurs="0" maxOccurs="1" name="StatusFlowName" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalCost" type="xs:decimal" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="Parent">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerType" type="ContainerType" />
    <xs:element minOccurs="0" maxOccurs="1" name="EPC" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecContNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InventorySts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="LocatingRule" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="QcInspection" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Status" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalWeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptContainers" type="ReceiptContainerList" />
    <xs:element minOccurs="0" maxOccurs="1" name="StatusFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="URI" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="WeightUm" type="xs:string" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptContainerList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ReceiptContainer" nillable="true" type="ReceiptContainer" xdb:SQLName="ReceiptContainer"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AppointmentSchedule">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ApptDateTime" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="Dock" type="xs:string" />
              <xs:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="xs:dateTime" />
              <xs:element minOccurs="0" maxOccurs="1" name="ObjectId" type="xs:int" />
              </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptDetailList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ReceiptDetail" nillable="true" type="ReceiptDetail" />
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ParentList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Parent" nillable="true" type="Parent" xdb:SQLName="Parent" />
    </xs:sequence>
    </xs:complexType>
    </xs:schema>

    Thanks for your response.
    Glad to hear that you are getting the data.
    Here is the output iam getting; Note: CID is null
    =========================
    HEADER_ID,CID
    81b1d486-f5ec-461d-a,
    81b1d486-f5ec-461d-a,
    ======================
    here is the sample data.
    ============================
    <?xml version="1.0" encoding="utf-8" ?>
    - <WMWROOT xmlns="http://www.manh.com/ILSNET/Interface">
    - <WMWDATA>
    - <WMFWUpload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Date>2010-01-27T09:32:29.35096-05:00</Date>
    <GroupIndex>1</GroupIndex>
    <Id>81b1d486-f5ec-461d-a204-c8a4543ed888</Id>
    <NumGroups>1</NumGroups>
    <NumRecs>1</NumRecs>
    - <Receipts>
    - <Receipt>
    <CreationDateTimeStamp>2010-01-27T09:23:58</CreationDateTimeStamp>
    <CreationProcessStamp>lmenghani</CreationProcessStamp>
    <DateTimeStamp>2010-01-27T09:32:09.633</DateTimeStamp>
    <InterfaceRecordId />
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ArrivedDate>2010-01-27T09:25:39</ArrivedDate>
    <ClosedDate>2010-01-27T09:32:09.633</ClosedDate>
    <InternalRecNum>38</InternalRecNum>
    <LaunchNum>0</LaunchNum>
    <LeadingSts>900</LeadingSts>
    <LeadingStsDate>2010-01-27T00:00:00</LeadingStsDate>
    <LeadingStsFailed>N</LeadingStsFailed>
    <ManuallyEntered>Y</ManuallyEntered>
    <Priority>0</Priority>
    <ReceiptDate>2010-01-27T00:00:00</ReceiptDate>
    <ReceiptId>TESTRECPTUPLOAD</ReceiptId>
    <ReceiptIdType>Packing List ID</ReceiptIdType>
    <StartUnitizeDate>2010-01-27T09:25:39</StartUnitizeDate>
    <TotalContainers>1</TotalContainers>
    <TotalCost>0.00000</TotalCost>
    <TotalGreatPlainsQty>0.00000</TotalGreatPlainsQty>
    <TotalLines>1</TotalLines>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalQty>10.00000</TotalQty>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <TrailingSts>900</TrailingSts>
    <TrailingStsDate>2010-01-27T00:00:00</TrailingStsDate>
    <TrailingStsFailed>N</TrailingStsFailed>
    - <Vendor>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ShipFrom>1234</ShipFrom>
    - <ShipFromAddress>
    <Address1>Australia Business Unit</Address1>
    <City>Sydney</City>
    <Country>US</Country>
    <Name>Australia Business Unit</Name>
    <PostalCode>30339</PostalCode>
    <State>GA</State>
    </ShipFromAddress>
    <Source>1234</Source>
    - <SourceAddress>
    <Address1>Australia Business Unit</Address1>
    <City>Sydney</City>
    <Country>US</Country>
    <Name>Australia Business Unit</Name>
    <PostalCode>30339</PostalCode>
    <State>GA</State>
    </SourceAddress>
    </Vendor>
    <VolumeUm>IN3</VolumeUm>
    <Warehouse>Moreno Valley</Warehouse>
    <WeightUm>LB</WeightUm>
    + <Details>
    - <ReceiptDetail>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvHeight>0.00000</ConvHeight>
    <ConvLength>0.00000</ConvLength>
    <ConvQty>0.00000</ConvQty>
    <ConvWeight>0.00000</ConvWeight>
    <ConvWidth>0.00000</ConvWidth>
    <ErpOrderLineNum>1.00000</ErpOrderLineNum>
    <InternalRecLineNum>46</InternalRecLineNum>
    <GreatPlainsQty>0.00000</GreatPlainsQty>
    <OpenQty>0.00000</OpenQty>
    <OriginalQty>10.00000</OriginalQty>
    <Priority>0</Priority>
    <PurchaseOrderLineNumber>0.00000</PurchaseOrderLineNumber>
    <PutListNum>0</PutListNum>
    <SerialNumReqd>Y</SerialNumReqd>
    - <SKU>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <AvailableOnWeb>N</AvailableOnWeb>
    <BomAction>N</BomAction>
    <CatchWeightReqd>N</CatchWeightReqd>
    <Cost>0.00000</Cost>
    <DaysToExpire>0</DaysToExpire>
    <Desc>ITEMA</Desc>
    <GtinEnabled>N</GtinEnabled>
    - <HarmCode>
    <RecordType>HARMONIZED</RecordType>
    </HarmCode>
    <Item>ITEMA</Item>
    <ItemCategories />
    - <ItemClass>
    <StorageTemplate />
    </ItemClass>
    <ImmediateNeedsEligible>N</ImmediateNeedsEligible>
    <InboundQcAmount>0.00000</InboundQcAmount>
    <InboundQcEligible>N</InboundQcEligible>
    - <ItemTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    </ItemTemplate>
    <InternalItemNum>22</InternalItemNum>
    <InventoryTracking>Y</InventoryTracking>
    <ListPrice>0.00000</ListPrice>
    <LotControlled>N</LotControlled>
    <NetPrice>0.00000</NetPrice>
    - <Nmfc>
    <RecordType>NMFC</RecordType>
    </Nmfc>
    <Producer>N</Producer>
    <SerialNumTrackInbound>Y</SerialNumTrackInbound>
    <SerialNumTrackInventory>Y</SerialNumTrackInventory>
    <SerialNumTrackOutbound>Y</SerialNumTrackOutbound>
    - <StorageTemplate>
    <DateTimeStamp>2001-06-12T17:07:39</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>Y</Active>
    <Desc>Default Storage Template</Desc>
    - <Details>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-06T09:47:29</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <GroupDuringUnitize>Y</GroupDuringUnitize>
    <Sequence>1</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>EA</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-03T17:25:16</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>2</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>CS</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2001-06-12T17:26:35</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>3</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>PL</Um>
    </StorageTemplateDetail>
    </Details>
    <Template>*Default</Template>
    </StorageTemplate>
    - <UOMS>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:26</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>1.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>1.00000</Height>
    <InternalItemUm>13</InternalItemUm>
    <Length>1.00000</Length>
    <QtyUm>EA</QtyUm>
    <Sequence>1</Sequence>
    <TreatAsLoose>Y</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:37</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>5.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>5.00000</Height>
    <InternalItemUm>14</InternalItemUm>
    <Length>5.00000</Length>
    <QtyUm>CS</QtyUm>
    <Sequence>2</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>5.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>5.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:50</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>10.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>10.00000</Height>
    <InternalItemUm>15</InternalItemUm>
    <Length>10.00000</Length>
    <QtyUm>PL</QtyUm>
    <Sequence>3</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>10.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>10.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    </UOMS>
    <BaseQty>10.00000</BaseQty>
    <BaseQtyUm>EA</BaseQtyUm>
    <ConvertedQty>1</ConvertedQty>
    <ConvertedQtyUm>PL</ConvertedQtyUm>
    <DimensionUm>IN</DimensionUm>
    <Height>1.00000</Height>
    <Length>1.00000</Length>
    <Quantity>10.00000</Quantity>
    <QuantityUm>EA</QuantityUm>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <Value>0.00000</Value>
    <Volume>1.00000</Volume>
    <VolumeUm>IN3</VolumeUm>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    </SKU>
    <TotalCost>0</TotalCost>
    </ReceiptDetail>
    </Details>
    - <ParentContainers>
    - <Parent>
    <DateTimeStamp>2010-01-27T09:32:09.757</DateTimeStamp>
    <InterfaceRecordId />
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ContainerId>PLTEST</ContainerId>
    - <ContainerType>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Desc>Pallet</Desc>
    <Height>0.00000</Height>
    <Length>0.00000</Length>
    <MaxWeight>0.00000</MaxWeight>
    <Type>PL</Type>
    <UseAsDefault>N</UseAsDefault>
    <Volume>0.00000</Volume>
    <Weight>0.00000</Weight>
    <WeightTolerance>0.00000</WeightTolerance>
    <Width>0.00000</Width>
    </ContainerType>
    <EPC />
    <FromLoc>RECV-01</FromLoc>
    <FromWhs>Moreno Valley</FromWhs>
    <InternalRecContNum>120</InternalRecContNum>
    <QcInspection>N</QcInspection>
    <Status>900</Status>
    <TotalQty>10.00000</TotalQty>
    <TotalWeight>10.00000</TotalWeight>
    - <ReceiptContainers>
    - <ReceiptContainer>
    <DateTimeStamp>2010-01-27T09:32:09.54</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ContainerId>LPNTEST2</ContainerId>
    <ConvQty>1.00000</ConvQty>
    <ConvUm>CS</ConvUm>
    <DimensionUm>IN</DimensionUm>
    <FromLoc>RECV-01</FromLoc>
    <FromWhs>Moreno Valley</FromWhs>
    <Height>5.00000</Height>
    <InternalLocContNum>0</InternalLocContNum>
    <InternalRecContNum>121</InternalRecContNum>
    <InventorySts>Available</InventorySts>
    <LaunchNum>190</LaunchNum>
    <Length>5.00000</Length>
    <QcInspection>N</QcInspection>
    <Qty>5.00000</Qty>
    <QtyUm>EA</QtyUm>
    <ReasonCode />
    + <ReceiptDetail>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvHeight>0.00000</ConvHeight>
    <ConvLength>0.00000</ConvLength>
    <ConvQty>0.00000</ConvQty>
    <ConvWeight>0.00000</ConvWeight>
    <ConvWidth>0.00000</ConvWidth>
    <ErpOrderLineNum>1.00000</ErpOrderLineNum>
    <InternalRecLineNum>46</InternalRecLineNum>
    <GreatPlainsQty>0.00000</GreatPlainsQty>
    <OpenQty>0.00000</OpenQty>
    <OriginalQty>10.00000</OriginalQty>
    <Priority>0</Priority>
    <PurchaseOrderLineNumber>0.00000</PurchaseOrderLineNumber>
    <PutListNum>0</PutListNum>
    <SerialNumReqd>Y</SerialNumReqd>
    - <SKU>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <AvailableOnWeb>N</AvailableOnWeb>
    <BomAction>N</BomAction>
    <CatchWeightReqd>N</CatchWeightReqd>
    <Cost>0.00000</Cost>
    <DaysToExpire>0</DaysToExpire>
    <Desc>ITEMA</Desc>
    <GtinEnabled>N</GtinEnabled>
    - <HarmCode>
    <RecordType>HARMONIZED</RecordType>
    </HarmCode>
    <Item>ITEMA</Item>
    <ItemCategories />
    - <ItemClass>
    <StorageTemplate />
    </ItemClass>
    <ImmediateNeedsEligible>N</ImmediateNeedsEligible>
    <InboundQcAmount>0.00000</InboundQcAmount>
    <InboundQcEligible>N</InboundQcEligible>
    - <ItemTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    </ItemTemplate>
    <InternalItemNum>22</InternalItemNum>
    <InventoryTracking>Y</InventoryTracking>
    <ListPrice>0.00000</ListPrice>
    <LotControlled>N</LotControlled>
    <NetPrice>0.00000</NetPrice>
    - <Nmfc>
    <RecordType>NMFC</RecordType>
    </Nmfc>
    <Producer>N</Producer>
    <SerialNumTrackInbound>Y</SerialNumTrackInbound>
    <SerialNumTrackInventory>Y</SerialNumTrackInventory>
    <SerialNumTrackOutbound>Y</SerialNumTrackOutbound>
    - <StorageTemplate>
    <DateTimeStamp>2001-06-12T17:07:39</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>Y</Active>
    <Desc>Default Storage Template</Desc>
    - <Details>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-06T09:47:29</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <GroupDuringUnitize>Y</GroupDuringUnitize>
    <Sequence>1</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>EA</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-03T17:25:16</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>2</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>CS</Um>
    </StorageTemplateDetail>
    + <StorageTemplateDetail>
    <DateTimeStamp>2001-06-12T17:26:35</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>3</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>PL</Um>
    </StorageTemplateDetail>
    </Details>
    <Template>*Default</Template>
    </StorageTemplate>
    - <UOMS>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:26</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>1.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>1.00000</Height>
    <InternalItemUm>13</InternalItemUm>
    <Length>1.00000</Length>
    <QtyUm>EA</QtyUm>
    <Sequence>1</Sequence>
    <TreatAsLoose>Y</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:37</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>5.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>5.00000</Height>
    <InternalItemUm>14</InternalItemUm>
    <Length>5.00000</Length>
    <QtyUm>CS</QtyUm>
    <Sequence>2</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>5.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>5.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:50</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>10.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>10.00000</Height>
    <InternalItemUm>15</InternalItemUm>
    <Length>10.00000</Length>
    <QtyUm>PL</QtyUm>
    <Sequence>3</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>10.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>10.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    </UOMS>
    <BaseQty>10.00000</BaseQty>
    <BaseQtyUm>EA</BaseQtyUm>
    <ConvertedQty>1</ConvertedQty>
    <ConvertedQtyUm>PL</ConvertedQtyUm>
    <DimensionUm>IN</DimensionUm>
    <Height>1.00000</Height>
    <Length>1.00000</Length>
    <Quantity>10.00000</Quantity>
    <QuantityUm>EA</QuantityUm>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <Value>0.00000</Value>
    <Volume>1.00000</Volume>
    <VolumeUm>IN3</VolumeUm>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    </SKU>
    <TotalCost>0</TotalCost>
    </ReceiptDetail>
    + <SerialNumbers>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>445</ObjectId>
    <SerialNumber>TEST6</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>446</ObjectId>
    <SerialNumber>TEST7</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>447</ObjectId>
    <SerialNumber>TEST8</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>448</ObjectId>
    <SerialNumber>TEST9</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>449</ObjectId>
    <SerialNumber>TEST10</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    </SerialNumbers>
    <Status>900</Status>
    <StatusFailed>N</StatusFailed>
    <ToLoc>PRIM-06</ToLoc>
    <ToWhs>Moreno Valley</ToWhs>
    <UploadInterfaceBatch>5f00ef65-262c-43e4-8dca-6a803424ed00</UploadInterfaceBatch>
    <Weight>5.00000</Weight>
    <Width>5.00000</Width>
    </ReceiptContainer>
    - <ReceiptContainer>
    <DateTimeStamp>2010-01-27T09:32:09.6</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ContainerId>LPNTEST1</ContainerId>
    <ConvQty>1.00000</ConvQty>
    <ConvUm>CS</ConvUm>
    <DimensionUm>IN</DimensionUm>
    <FromLoc>RECV-01</FromLoc>
    <FromWhs>Moreno Valley</FromWhs>
    <Height>5.00000</Height>
    <InternalLocContNum>0</InternalLocContNum>
    <InternalRecContNum>122</InternalRecContNum>
    <InventorySts>Available</InventorySts>
    <LaunchNum>190</LaunchNum>
    <Length>5.00000</Length>
    <QcInspection>N</QcInspection>
    <Qty>5.00000</Qty>
    <QtyUm>EA</QtyUm>
    <ReasonCode />
    + <ReceiptDetail>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvHeight>0.00000</ConvHeight>
    <ConvLength>0.00000</ConvLength>
    <ConvQty>0.00000</ConvQty>
    <ConvWeight>0.00000</ConvWeight>
    <ConvWidth>0.00000</ConvWidth>
    <ErpOrderLineNum>1.00000</ErpOrderLineNum>
    <InternalRecLineNum>46</InternalRecLineNum>
    <GreatPlainsQty>0.00000</GreatPlainsQty>
    <OpenQty>0.00000</OpenQty>
    <OriginalQty>10.00000</OriginalQty>
    <Priority>0</Priority>
    <PurchaseOrderLineNumber>0.00000</PurchaseOrderLineNumber>
    <PutListNum>0</PutListNum>
    <SerialNumReqd>Y</SerialNumReqd>
    - <SKU>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <AvailableOnWeb>N</AvailableOnWeb>
    <BomAction>N</BomAction>
    <CatchWeightReqd>N</CatchWeightReqd>
    <Cost>0.00000</Cost>
    <DaysToExpire>0</DaysToExpire>
    <Desc>ITEMA</Desc>
    <GtinEnabled>N</GtinEnabled>
    - <HarmCode>
    <RecordType>HARMONIZED</RecordType>
    </HarmCode>
    <Item>ITEMA</Item>
    <ItemCategories />
    - <ItemClass>
    <StorageTemplate />
    </ItemClass>
    <ImmediateNeedsEligible>N</ImmediateNeedsEligible>
    <InboundQcAmount>0.00000</InboundQcAmount>
    <InboundQcEligible>N</InboundQcEligible>
    - <ItemTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    </ItemTemplate>
    <InternalItemNum>22</InternalItemNum>
    <InventoryTracking>Y</InventoryTracking>
    <ListPrice>0.00000</ListPrice>
    <LotControlled>N</LotControlled>
    <NetPrice>0.00000</NetPrice>
    - <Nmfc>
    <RecordType>NMFC</RecordType>
    </Nmfc>
    <Producer>N</Producer>
    <SerialNumTrackInbound>Y</SerialNumTrackInbound>
    <SerialNumTrackInventory>Y</SerialNumTrackInventory>
    <SerialNumTrackOutbound>Y</SerialNumTrackOutbound>
    - <StorageTemplate>
    <DateTimeStamp>2001-06-12T17:07:39</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>Y</Active>
    <Desc>Default Storage Template</Desc>
    - <Details>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-06T09:47:29</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <GroupDuringUnitize>Y</GroupDuringUnitize>
    <Sequence>1</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>EA</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-03T17:25:16</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>2</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>CS</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2001-06-12T17:26:35</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>3</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>PL</Um>
    </StorageTemplateDetail>
    </Details>
    <Template>*Default</Template>
    </StorageTemplate>
    - <UOMS>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:26</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>1.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>1.00000</Height>
    <InternalItemUm>13</InternalItemUm>
    <Length>1.00000</Length>
    <QtyUm>EA</QtyUm>
    <Sequence>1</Sequence>
    <TreatAsLoose>Y</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:37</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>5.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>5.00000</Height>
    <InternalItemUm>14</InternalItemUm>
    <Length>5.00000</Length>
    <QtyUm>CS</QtyUm>
    <Sequence>2</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>5.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>5.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:50</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>10.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>10.00000</Height>
    <InternalItemUm>15</InternalItemUm>
    <Length>10.00000</Length>
    <QtyUm>PL</QtyUm>
    <Sequence>3</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>10.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>10.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    </UOMS>
    <BaseQty>10.00000</BaseQty>
    <BaseQtyUm>EA</BaseQtyUm>
    <ConvertedQty>1</ConvertedQty>
    <ConvertedQtyUm>PL</ConvertedQtyUm>
    <DimensionUm>IN</DimensionUm>
    <Height>1.00000</Height>
    <Length>1.00000</Length>
    <Quantity>10.00000</Quantity>
    <QuantityUm>EA</QuantityUm>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <Value>0.00000</Value>
    <Volume>1.00000</Volume>
    <VolumeUm>IN3</VolumeUm>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    </SKU>
    <TotalCost>0</TotalCost>
    </ReceiptDetail>
    + <SerialNumbers>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>440</ObjectId>
    <SerialNumber>TEST1</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>441</ObjectId>
    <SerialNumber>TEST2</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>442</ObjectId>
    <SerialNumber>TEST3</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>443</ObjectId>
    <SerialNumber>TEST4</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>444</ObjectId>
    <SerialNumber>TEST5</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    </SerialNumbers>
    <Status>900</Status>
    <StatusFailed>N</StatusFailed>
    <ToLoc>PRIM-06</ToLoc>
    <ToWhs>Moreno Valley</ToWhs>
    <UploadInterfaceBatch>5f00ef65-262c-43e4-8dca-6a803424ed00</UploadInterfaceBatch>
    <Weight>5.00000</Weight>
    <Width>5.00000</Width>
    </ReceiptContainer>
    </ReceiptContainers>
    <StatusFailed>N</StatusFailed>
    <ToLoc>PRIM-06</ToLoc>
    <ToWhs>Moreno Valley</ToWhs>
    </Parent>
    </ParentContainers>
    <ReceiptContainers />
    </Receipt>
    </Receipts>
    </WMFWUpload>
    </WMWDATA>
    </WMWROOT>

Maybe you are looking for

  • Office web apps is working in Chrome not in IE

    When I attempt to open a document using office web apps in IE, its throwing error like "sorry there was a problem and we can't open this document", I I open the same document using google Chrome I can able to open and edit the document too? Any help

  • Character error

    Hi! We have a strange error on our webshop engined by J2EE 620, B2B configured, SAP CRM. All swedish 'å' (å) becomes # ONLY in the hungarian version (variant) We have no encoding settings in the configured part of the jsp files, all encoding comes fr

  • Local oracle access with jdbc thin

    hello there it need help despratly, im developing an applet to talk to remote oracle dbs using jdbc thin but i also want an applet to be able to talk to a local oracle db on the same hardisk. for a remote connection the follwing stringis used at my u

  • I have a problem with nokia c700 (forget the secur...

    I have a problem with nokia c700 (forget the security code). I can't open my phone and can't check my imei... bored. Please help me restore my security code. Thank you so much. Life is fun!

  • Selctedcell variant use in abap web dynpro

    hi friends,                 can anybody tell me why we used selectedcell variant in  table column under table in abap webdynpro???? please elaborate with any example if possible. regards, sunil sharma