Why reservation don't show decimal same as process order?

When i create process order 001 its require Mat.A 0.95 ZET, the problem is when see reservation at MB26 its whow order 001 require 1 ZET, Why it's don't show 0.95 as process order require?
Information: Base unit of Mat.A = SET, Unit of issue of Mat.A = ZET, alternative unit is 1 ZET = 1 SET.
In T-code CUNI, decimal places rounding of unit SET = blank, decimal places rounding of unit ZET = 4.
we wouldn't like to set decimal places rounding of unit SET = 4 because, they think its will impact to other material which use unit SET. for this reason we create new unit name "ZET"
Can any senior has solution to make reservation to show decimal when BOM use unit ZET.
or not have the way and back to set Mat.A to user unit SET in BOM and set decimal places rounding of unit SET = 4. but this way they concern about risk.

Dear,
Please try with the customizing settings in t.code " CUNI " ---> Units of Measurement
1.) Take your Units of measure, go to details Screen
2.)There u can see the entry Box with " Decimal Places". Type in u'r option and save.
This might solve u'r Query.
Regards,
R.Brahmankar

Similar Messages

  • Photos don't show up in file name order

    Photos don't show up in file name order on the iPad. Is there a way to do it?

    Apparently from reading other forum posts Apple iPad sorts photos by the date stamp.
    Clearly this is not suitable or feasable for people with large photo collections. Currently only people with Apple OS (iPhoto can create a sort order).. The rest of us with Windows based systems are left high & dry.
    Does anyone know how to report a bug / problem to Apple ? They have no way of contacting them via email.
    They need to have the sorting option in iTunes or within the iPad software itself... ie. Allow sorting by file name, etc.

  • Need to show data related to Process order request , BOM in a smart form

    Hi,
    I need to show data related to
    •     Process order request
    •     BoM
    Now in selection screen we are entering the followings.
    Manufacturing  Plant ,MRP Controller, Production scheduler, Order type , Order , Material, Sales order, WBS Element,Release,Scheduled start, Scheduled finish ,Selection profile.
    how to get 1> Process Order number,Produced Material,Material Description,Print date,Narcotics indicator , Quantity produced , Phase number , Phase description ,Resource description,Standard value  to show in a request form.
      2> Item category ,Component code,Component description , Component quantity ,Component Unit of measure ,BoM base quantity.
    Please help me how to get those values , what should be the aaproach , how to write the select quiry.
    Thanks

    Hi
    To get BOM details, do the following:
    1. Use the material number and goto Article to BOM link table (MAST) to get STLNR (BOM).
    2. With this STLNR, goto STPO table (where STLNR is the key field).  Here you will get all the BOM details like components (IDNRK), UoM (MEINS) etc....
    Hope this helps.
    THanks
    Vijay
    <b>PLZ REWARD POINTS IF HELPFUL</b>

  • Why is Apple TV showing the same computer multiple times for Home Sharing?

    Why is my Apple TV showing the same computer multiple times for Home Sharing? Also have connectivity issues. Sometimes will lose signal.
    JonRod's music
    JonRod's music
    JonRod's music
    JonRod's music
    JonRod's music
    I recently updated to Yosemite and never had this issue before.

    I'm not 100% sure of the ins and outs, but it's some sort of known issue between Yosemite, Airport and wifi. All you can do is wait for a fix and keep restarting your equipment as and when needed, unless you have the ability to connect your Mac via ethernet.

  • Planned cost & actual cost are same in process order.

    hi,
    I have created new order type for process order.
    when i made process order & i  going for  confirmation in cor6n , on screen fixed & variable overheads values are coming which system had taken from receipe.
    when i did changes in that values which are in hrs & confirm & settle the order, in cost analysis plan cost & Actual cost was seem to be same.
    I dont get why this is happen ? is there any config in order type.
    thanks in advance.
    regard
    sanjay.

    Check in cost analysis, IN plan VS actual Is activity is available?
    I feel U haven't maintain activity type in costing view of workcenter

  • Why iDVD don't show titles on slideshow?

    IPhoto 11 supports showing slide titles in its internal slideshow options. But when you export the slideshow to iDVD, the titles do not carry over to the slideshow in iDVD or cut off and maybe show in a different fonts size and color. Is there a way to do this? I want a title on my slideshow in my DVD, just like in the show within iPhoto. I have the most recent OS and iphoto 11

    A couple of possibilities come to mind.
    1st, try emptying your browser's cache.
    2nd, your slide show button and your photos could be behind something in iWeb without you knowing it. I just ran into this exact issue with one of my pages. My slide show button was behind the space reserved for the first photo in the group, you couldn't tell by looking at it, but when you tried to click on it the action was being blocked because it was behind another object.
    Open iWeb and try to select the slide show button by clicking on it. If you can't select it that means it's behind something else. Same could be the case with the photos, everything could be behind a big text box or something that you don't realize is there. If this is the problem, remove the offending object and/or select the slide show button and with the "arrange" menu at the top of the main window choose " bring to front".
    If this isn't the problem, I don't know what it is.
    Sincerely, David Phelps http://web.mac.com/phelpssculpture/iWeb
    I may receive some form of compensation, financial or otherwise, from my recommendation or link
    ibook & imac   Mac OS X (10.4.9)  

  • Why does two iPhones show the same text

    MY sons iPhone and husbands iPhones are sharing the same texts and syncing with one another how to do I stop this

    Use a different Apple ID for iMessage on both phones.  (You can continue to share the same ID for iTunes.)
    One of you needs to go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a differert ID.  If you are sharing the same ID for FaceTime, do the same thing in Settings>FaceTime to avoid getting each other's FaceTime calls.

  • Why no freight record exist in OE_PRICE_ADJUSTMENTS after process order api

    Hi experts,
    I have this procedure to call process order api to copy exist line then create line and also copy existing freight charges and create freight charges. But, the procedure only can create new line, but i can't see the freight charge to be created in OE_PRICE_ADJUSTMENT.
    can anyone advice what's wrong in my coding? I have Lygine my changes.
    Regards,
    Lygine
    PROCEDURE create_line
        p_header_id            IN NUMBER,
        p_old_line_id          IN NUMBER,
        p_qty                  IN NUMBER,
        p_item                 IN VARCHAR2,
        p_inventory_item_id    IN NUMBER,
        p_organization_id      IN NUMBER, -- 51305
        p_subinventory         IN VARCHAR2,
        p_schedule_date        IN DATE,
        p_freight_carrier_code IN VARCHAR2,
        p_shipping_method_code IN VARCHAR2,
        p_freight_terms_code   IN VARCHAR2,
        p_new_line_id          OUT NUMBER,
        p_new_order_line       OUT VARCHAR2,
        p_return_code          OUT NUMBER,
        p_return_message       OUT VARCHAR2
      ) IS
        l_pkg  VARCHAR2(60) := 'seaoe_partsub.create_line';
        l_opn  VARCHAR2(10) := 'Create';
        l_stmt VARCHAR2(500);
        l_org_id       NUMBER := fnd_global.org_id;
        l_user_id      NUMBER := nvl(fnd_global.user_id, -1);
        l_resp_id      NUMBER := nvl(fnd_global.resp_id, 21623);
        l_resp_appl_id NUMBER := nvl(fnd_global.resp_appl_id, 660);
        -- Variables for process order API
        l_header_rec     oe_order_pub.header_rec_type;
        l_line_tbl       oe_order_pub.line_tbl_type;
        l_action_request oe_order_pub.request_tbl_type;
        l_return_status VARCHAR2(50);
        l_msg_count     NUMBER;
        l_msg_data      VARCHAR2(5000);
        l_msg_index_out NUMBER;
        l_result        VARCHAR2(2000); -- Added 06-Dec-2005
        l_short_msg VARCHAR2(250); --limit l_err_msg to size 250
        p_api_version_number NUMBER := 1.0;
        p_init_msg_list      VARCHAR2(10) := fnd_api.g_false;
        p_return_values      VARCHAR2(10) := fnd_api.g_false;
        p_action_commit      VARCHAR2(10) := fnd_api.g_false;
        p_action_request_tbl oe_order_pub.request_tbl_type;
        x_return_status          VARCHAR2(1);
        x_msg_count              NUMBER;
        x_msg_data               VARCHAR2(100);
        x_header_val_rec         oe_order_pub.header_val_rec_type;
        x_header_adj_tbl         oe_order_pub.header_adj_tbl_type;
        x_header_adj_val_tbl     oe_order_pub.header_adj_val_tbl_type;
        x_header_price_att_tbl   oe_order_pub.header_price_att_tbl_type;
        x_header_adj_att_tbl     oe_order_pub.header_adj_att_tbl_type;
        x_header_adj_assoc_tbl   oe_order_pub.header_adj_assoc_tbl_type;
        x_header_scredit_tbl     oe_order_pub.header_scredit_tbl_type;
        x_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
        x_line_tbl               oe_order_pub.line_tbl_type;
        x_line_val_tbl           oe_order_pub.line_val_tbl_type;
        x_line_adj_tbl           oe_order_pub.line_adj_tbl_type;
        x_line_adj_val_tbl       oe_order_pub.line_adj_val_tbl_type;
        x_line_price_att_tbl     oe_order_pub.line_price_att_tbl_type;
        x_line_adj_att_tbl       oe_order_pub.line_adj_att_tbl_type;
        x_line_adj_assoc_tbl     oe_order_pub.line_adj_assoc_tbl_type;
        x_line_scredit_tbl       oe_order_pub.line_scredit_tbl_type;
        x_line_scredit_val_tbl   oe_order_pub.line_scredit_val_tbl_type;
        x_lot_serial_tbl         oe_order_pub.lot_serial_tbl_type;
        x_lot_serial_val_tbl     oe_order_pub.lot_serial_val_tbl_type;
        -- Cursor to get old line
        --Add all Attribute, Industry_Attribute and TP_Attribute,Rex, 15JUL2010
        CURSOR line_cur IS
          SELECT invoice_to_org_id,
                 price_list_id,
                 payment_term_id,
                 ship_to_org_id,
                 sold_to_org_id,
                 attribute1,
                 attribute2,
                 attribute3,
                 attribute4,
                 attribute5,
                 attribute6,
                 attribute7,
                 attribute8,
                 attribute9,
                 attribute10,
                 attribute11,
                 attribute12,
                 attribute13,
                 attribute14,
                 attribute15,
                 attribute16,
                 attribute17,
                 attribute18,
                 attribute19,
                 attribute20,
                 fob_point_code,
                 freight_carrier_code,
                 freight_terms_code,
                 line_type_id,
                 order_quantity_uom,
                 org_id,
                 orig_sys_document_ref,
                 orig_sys_line_ref,
                 pricing_quantity_uom,
                 request_date,
                 shipping_method_code,
                 ship_from_org_id,
                 sold_from_org_id,
                 tax_code,
                 tax_date,
                 tax_exempt_flag,
                 tax_exempt_number,
                 tax_exempt_reason_code,
                 unit_list_price,
                 unit_selling_price,
                 shipping_instructions,
                 packing_instructions,
                 calculate_price_flag,
                 industry_attribute1,
                 industry_attribute2,
                 industry_attribute3,
                 industry_attribute4,
                 industry_attribute5,
                 industry_attribute6,
                 industry_attribute7,
                 industry_attribute8,
                 industry_attribute9,
                 industry_attribute10,
                 industry_attribute11,
                 industry_attribute12,
                 industry_attribute13,
                 industry_attribute14,
                 industry_attribute15,
                 industry_attribute16,
                 industry_attribute17,
                 industry_attribute18,
                 industry_attribute19,
                 industry_attribute20,
                 industry_attribute21,
                 industry_attribute22,
                 industry_attribute23,
                 industry_attribute24,
                 industry_attribute25,
                 industry_attribute26,
                 industry_attribute27,
                 industry_attribute28,
                 industry_attribute29,
                 industry_attribute30,
                 tp_attribute1,
                 tp_attribute2,
                 tp_attribute3,
                 tp_attribute4,
                 tp_attribute5,
                 tp_attribute6,
                 tp_attribute7,
                 tp_attribute8,
                 tp_attribute9,
                 tp_attribute10,
                 tp_attribute11,
                 tp_attribute12,
                 tp_attribute13,
                 tp_attribute14,
                 tp_attribute15,
                 customer_line_number,
                 shipment_priority_code
            FROM oe_order_lines_all
           WHERE line_id = p_old_line_id;
        -- Start Added on 06-Dec-2005
        CURSOR hold_cur
          cp_header_id NUMBER,
          cp_line_id   NUMBER
        ) IS
          SELECT ohd.hold_id
            FROM oe_hold_definitions ohd,
                 oe_hold_sources_all ohs,
                 oe_order_holds_all  ooh
           WHERE ooh.header_id = cp_header_id
             AND nvl(ooh.line_id, -1) = nvl(cp_line_id, -1)
             AND ooh.hold_source_id = ohs.hold_source_id
             AND ohs.hold_id = ohd.hold_id
             AND ooh.released_flag = 'N'
             AND ohd.hold_id != seaoe_defaults_pkg.get_wait_for_cms_hold;
        -- End Added on 06-Dec-2005
         CURSOR  warranty_cur IS -- Lygine 09-Dec-2011
           SELECT list_header_id, list_line_id,
                 list_line_type_code, change_reason_code, change_reason_text, operand,
                 arithmetic_operator, modifier_level_code, charge_type_code, context,
                 attribute1,attribute2,attribute3,attribute4,attribute5,attribute6,attribute7,attribute8,attribute9
          FROM OE_PRICE_ADJUSTMENTS
          WHERE list_line_type_code = 'FREIGHT_CHARGE'
          AND   automatic_flag = 'N'
          AND   line_id = p_old_line_id
          AND   header_id = p_header_id;
          l_line_adj_tbl oe_order_pub.line_adj_tbl_type; -- Lygine 09-Dec-2011
      BEGIN
        p_return_code    := 0; -- 0 is success --1 is fail
        p_return_message := 'Entered create_line sub proc.';
        -- FND application initializes --
        -- Varariables for FND_GLOBAL.APPS_INITIALIZE
        -- Assign 11i id to the variables in order to
        -- Get_Order_Number when process order API if
        -- script is running from SQL prompt.
        -- Note:
        -- If running from SQL prompt without submitting via concurrent program,
        -- cannot use FND_GLOBAL.USER_ID,FND_GLOBAL.RESP_ID and FND_GLOBAL.RESP_APPL_ID
        -- these function return -1 which is not able to get Sequence Number profile setting.
        -- Thus, these values are pass-in as parameters
        fnd_client_info.set_org_context(l_org_id);
        fnd_global.apps_initialize(user_id      => l_user_id,
                                   resp_id      => l_resp_id,
                                   resp_appl_id => l_resp_appl_id);
        -- Initialization --
        oe_msg_pub.initialize;
        oe_debug_pub.initialize;
        l_header_rec := oe_order_pub.g_miss_header_rec;
        l_line_tbl(1) := oe_order_pub.g_miss_line_rec;
        *l_line_adj_tbl(1):= oe_order_pub.g_miss_line_adj_rec; -- Lygine 09-Dec-2011*
        -- Populate line table --
        FOR line_rec IN line_cur
        LOOP
          l_line_tbl(1).header_id := p_header_id;
          l_line_tbl(1).inventory_item_id := p_inventory_item_id;
          l_line_tbl(1).invoice_to_org_id := line_rec.invoice_to_org_id;
          l_line_tbl(1).price_list_id := line_rec.price_list_id;
          l_line_tbl(1).payment_term_id := line_rec.payment_term_id;
          l_line_tbl(1).schedule_ship_date := p_schedule_date;
          l_line_tbl(1).ship_to_org_id := line_rec.ship_to_org_id;
          l_line_tbl(1).sold_to_org_id := line_rec.sold_to_org_id;
          l_line_tbl(1).attribute1 := line_rec.attribute1;
          l_line_tbl(1).attribute10 := line_rec.attribute10;
          l_line_tbl(1).attribute11 := line_rec.attribute11;
          l_line_tbl(1).attribute12 := NULL;
          l_line_tbl(1).attribute13 := NULL;
          l_line_tbl(1).attribute14 := NULL;
          l_line_tbl(1).attribute15 := line_rec.attribute15;
          l_line_tbl(1).attribute2 := line_rec.attribute2;
          l_line_tbl(1).attribute3 := line_rec.attribute3;
          l_line_tbl(1).attribute4 := line_rec.attribute4;
          l_line_tbl(1).attribute5 := line_rec.attribute5;
          l_line_tbl(1).attribute6 := line_rec.attribute6;
          l_line_tbl(1).attribute7 := line_rec.attribute7;
          l_line_tbl(1).attribute8 := line_rec.attribute8;
          l_line_tbl(1).attribute9 := line_rec.attribute9;
          --Add the left Attribute16..20 by Rex, 15Jul2010
          l_line_tbl(1).attribute16 := line_rec.attribute16;
          l_line_tbl(1).attribute17 := line_rec.attribute17;
          l_line_tbl(1).attribute18 := line_rec.attribute18;
          l_line_tbl(1).attribute19 := line_rec.attribute19;
          l_line_tbl(1).attribute20 := line_rec.attribute20;
          --Add Industry_Attribute and TP_Attribute By Rex, 15JUL2010
          l_line_tbl(1).industry_attribute1 := line_rec.industry_attribute1;
          l_line_tbl(1).industry_attribute2 := line_rec.industry_attribute2;
          l_line_tbl(1).industry_attribute3 := line_rec.industry_attribute3;
          l_line_tbl(1).industry_attribute4 := line_rec.industry_attribute4;
          l_line_tbl(1).industry_attribute6 := line_rec.industry_attribute5;
          l_line_tbl(1).industry_attribute6 := line_rec.industry_attribute6;
          l_line_tbl(1).industry_attribute7 := line_rec.industry_attribute7;
          l_line_tbl(1).industry_attribute8 := line_rec.industry_attribute8;
          l_line_tbl(1).industry_attribute9 := line_rec.industry_attribute9;
          l_line_tbl(1).industry_attribute10 := line_rec.industry_attribute10;
          l_line_tbl(1).industry_attribute11 := line_rec.industry_attribute11;
          l_line_tbl(1).industry_attribute12 := line_rec.industry_attribute12;
          l_line_tbl(1).industry_attribute13 := line_rec.industry_attribute13;
          l_line_tbl(1).industry_attribute14 := line_rec.industry_attribute14;
          l_line_tbl(1).industry_attribute15 := line_rec.industry_attribute15;
          l_line_tbl(1).industry_attribute16 := line_rec.industry_attribute16;
          l_line_tbl(1).industry_attribute17 := line_rec.industry_attribute17;
          l_line_tbl(1).industry_attribute18 := line_rec.industry_attribute18;
          l_line_tbl(1).industry_attribute19 := line_rec.industry_attribute19;
          l_line_tbl(1).industry_attribute20 := line_rec.industry_attribute20;
          l_line_tbl(1).industry_attribute21 := line_rec.industry_attribute21;
          l_line_tbl(1).industry_attribute22 := line_rec.industry_attribute22;
          l_line_tbl(1).industry_attribute23 := line_rec.industry_attribute23;
          l_line_tbl(1).industry_attribute24 := line_rec.industry_attribute24;
          l_line_tbl(1).industry_attribute25 := line_rec.industry_attribute25;
          l_line_tbl(1).industry_attribute26 := line_rec.industry_attribute26;
          l_line_tbl(1).industry_attribute27 := line_rec.industry_attribute27;
          l_line_tbl(1).industry_attribute28 := line_rec.industry_attribute28;
          l_line_tbl(1).industry_attribute29 := line_rec.industry_attribute29;
          l_line_tbl(1).industry_attribute30 := line_rec.industry_attribute30;
          l_line_tbl(1).tp_attribute1 := line_rec.tp_attribute1;
          l_line_tbl(1).tp_attribute2 := line_rec.tp_attribute2;
          l_line_tbl(1).tp_attribute3 := line_rec.tp_attribute3;
          l_line_tbl(1).tp_attribute4 := line_rec.tp_attribute4;
          l_line_tbl(1).tp_attribute5 := line_rec.tp_attribute5;
          l_line_tbl(1).tp_attribute6 := line_rec.tp_attribute6;
          l_line_tbl(1).tp_attribute7 := line_rec.tp_attribute7;
          l_line_tbl(1).tp_attribute8 := line_rec.tp_attribute8;
          l_line_tbl(1).tp_attribute9 := line_rec.tp_attribute9;
          l_line_tbl(1).tp_attribute10 := line_rec.tp_attribute10;
          l_line_tbl(1).tp_attribute11 := line_rec.tp_attribute11;
          l_line_tbl(1).tp_attribute12 := line_rec.tp_attribute12;
          l_line_tbl(1).tp_attribute13 := line_rec.tp_attribute13;
          l_line_tbl(1).tp_attribute14 := line_rec.tp_attribute14;
          l_line_tbl(1).tp_attribute15 := line_rec.tp_attribute15;
          l_line_tbl(1).customer_line_number := line_rec.customer_line_number;
          l_line_tbl(1).global_attribute2 := p_old_line_id;
          l_line_tbl(1).cancelled_flag := 'N';
          l_line_tbl(1).created_by := l_user_id;
          l_line_tbl(1).creation_date := SYSDATE;
          l_line_tbl(1).last_updated_by := l_user_id;
          l_line_tbl(1).last_update_date := SYSDATE;
          l_line_tbl(1).fob_point_code := line_rec.fob_point_code;
          l_line_tbl(1).freight_carrier_code := nvl(p_freight_carrier_code,
                                                    line_rec.freight_carrier_code);
          l_line_tbl(1).freight_terms_code := nvl(p_freight_terms_code,
                                                  line_rec.freight_terms_code);
          l_line_tbl(1).ordered_item := p_item;
          l_line_tbl(1).line_type_id := line_rec.line_type_id;
          l_line_tbl(1).open_flag := 'Y';
          l_line_tbl(1).ordered_quantity := p_qty;
          l_line_tbl(1).order_quantity_uom := line_rec.order_quantity_uom;
          l_line_tbl(1).org_id := line_rec.org_id;
          l_line_tbl(1).orig_sys_document_ref := line_rec.orig_sys_document_ref;
          l_line_tbl(1).orig_sys_line_ref := line_rec.orig_sys_line_ref;
          l_line_tbl(1).pricing_quantity := p_qty;
          l_line_tbl(1).pricing_quantity_uom := line_rec.pricing_quantity_uom;
          l_line_tbl(1).request_date := line_rec.request_date;
          l_line_tbl(1).shipping_method_code := nvl(p_shipping_method_code,
                                                    line_rec.shipping_method_code);
          --        l_line_tbl(1).ship_from_org_id          :=  line_rec.ship_from_org_id;  -- 51305
          l_line_tbl(1).ship_from_org_id := p_organization_id; -- 51305
          l_line_tbl(1).sold_from_org_id := line_rec.sold_from_org_id;
          --commented for OF-OMAS TD#474 Part Substitution GST Tax, 4 Aug 2008 - Rex Qian
          --l_line_tbl(1).tax_code                  :=  line_rec.tax_code;
          --l_line_tbl(1).tax_date                  :=  line_rec.tax_date;
          --l_line_tbl(1).tax_exempt_flag         :=  line_rec.tax_exempt_flag;
          --l_line_tbl(1).tax_exempt_number         :=  line_rec.tax_exempt_number;
          --l_line_tbl(1).tax_exempt_reason_code  :=  line_rec.tax_exempt_reason_code;
          l_line_tbl(1).unit_list_price := line_rec.unit_list_price;
          l_line_tbl(1).unit_selling_price := line_rec.unit_selling_price;
          l_line_tbl(1).shipping_instructions := line_rec.shipping_instructions;
          l_line_tbl(1).packing_instructions := line_rec.packing_instructions;
          --        l_line_tbl(1).calculate_price_flag  :=  line_rec.calculate_price_flag;
          l_line_tbl(1).calculate_price_flag := 'N'; -- Added 06-Dec-2005
          l_line_tbl(1).subinventory := p_subinventory;
          l_line_tbl(1).operation := oe_globals.g_opr_create;
          l_line_tbl(1).shipment_priority_code := line_rec.shipment_priority_code;
        END LOOP; --for line_cur
        -- Lygine  09-Dec-2011
        -- Populate Extended Warranty Charge Line--
        *FOR warranty_rec IN warranty_cur LOOP*
          *l_line_adj_tbl(1).list_header_id := warranty_rec.list_header_id;*
          *l_line_adj_tbl(1).list_line_id := warranty_rec.list_line_id;*
          *l_line_adj_tbl(1).list_line_type_code := warranty_rec.list_line_type_code;*
          *l_line_adj_tbl(1).change_reason_code := warranty_rec.change_reason_code;*
          *l_line_adj_tbl(1).change_reason_text := warranty_rec.change_reason_text;*
          *l_line_adj_tbl(1).operand := warranty_rec.operand;*
          *l_line_adj_tbl(1).arithmetic_operator := warranty_rec.arithmetic_operator;*
          *l_line_adj_tbl(1).modifier_level_code := warranty_rec.modifier_level_code;*
          *l_line_adj_tbl(1).charge_type_code := warranty_rec.charge_type_code;*
          *l_line_adj_tbl(1).context := warranty_rec.context;*
          *l_line_adj_tbl(1).attribute1 := warranty_rec.attribute1;*
          *l_line_adj_tbl(1).attribute2 := warranty_rec.attribute2;*
          *l_line_adj_tbl(1).attribute3 := warranty_rec.attribute3;*
          *l_line_adj_tbl(1).attribute4 := warranty_rec.attribute4;*
          *l_line_adj_tbl(1).attribute5 := warranty_rec.attribute5;*
          *l_line_adj_tbl(1).attribute6 := warranty_rec.attribute6;*
          *l_line_adj_tbl(1).attribute7 := warranty_rec.attribute7;*
          *l_line_adj_tbl(1).attribute8 := warranty_rec.attribute8;*
          *l_line_adj_tbl(1).attribute9 := warranty_rec.attribute9;*
        *END LOOP; -- for warranty_cur*
        -- Call Oracle standard API to process order             --
        -- Operation: Update - ordered_quantity on original line --
        oe_order_pub.process_order(p_api_version_number => 1.0,
                                   p_init_msg_list      => fnd_api.g_false,
                                   p_return_values      => fnd_api.g_false,
                                   p_action_commit      => fnd_api.g_false,
                                   x_return_status      => l_return_status,
                                   x_msg_count          => l_msg_count,
                                   x_msg_data           => l_msg_data,
                                   p_line_tbl           => l_line_tbl,
                                   *p_line_adj_tbl       => l_line_adj_tbl, -- Lygine 09-Dec-2011*
                                   p_action_request_tbl => l_action_request,
                                   -- Out paramters
                                   x_header_rec             => l_header_rec,
                                   x_header_val_rec         => x_header_val_rec,
                                   x_header_adj_tbl         => x_header_adj_tbl,
                                   x_header_adj_val_tbl     => x_header_adj_val_tbl,
                                   x_header_price_att_tbl   => x_header_price_att_tbl,
                                   x_header_adj_att_tbl     => x_header_adj_att_tbl,
                                   x_header_adj_assoc_tbl   => x_header_adj_assoc_tbl,
                                   x_header_scredit_tbl     => x_header_scredit_tbl,
                                   x_header_scredit_val_tbl => x_header_scredit_val_tbl,
                                   x_line_tbl               => l_line_tbl,
                                   x_line_val_tbl           => x_line_val_tbl,
                                   *x_line_adj_tbl           => l_line_adj_tbl,*
                                   x_line_adj_val_tbl       => x_line_adj_val_tbl,
                                   x_line_price_att_tbl     => x_line_price_att_tbl,
                                   x_line_adj_att_tbl       => x_line_adj_att_tbl,
                                   x_line_adj_assoc_tbl     => x_line_adj_assoc_tbl,
                                   x_line_scredit_tbl       => x_line_scredit_tbl,
                                   x_line_scredit_val_tbl   => x_line_scredit_val_tbl,
                                   x_lot_serial_tbl         => x_lot_serial_tbl,
                                   x_lot_serial_val_tbl     => x_lot_serial_val_tbl,
                                   x_action_request_tbl     => l_action_request);

    Hi all,
    is it need to put ...
    l_line_adj_tbl(1).operation := oe_globals.g_opr_create ?

  • Why javascript can't show right value under struts?

    I have a <html:select>,and when change the value of select,alert the current selected value,such pages include following value:
    PageID pageName
    1      Page 1
    2        Page 2
    3       �Page 3
    <html:select property="pageID" size="1" onchange="javascript:alert(this.options[this.selectedIndex].value)">
    <logic:iterate id="b" name="pages" type="com.PageID">
    <html:option value="<bean:write name='b' property='pageID'/>"><bean:write name="b" property="pageName"/></html:option>     
    </logic:iterate>
    </html:select>when i change the value of select,it don't show the right value,it should show 1,2 or 3,but it only show
    <bean:write name='b' property='pageID'/>
    why javascript don't show right value? How to show correct value of select?
    Thanks

    Working as intended !
    Its not your javascript its your JSP is wrong
    <html:option value="<bean:write name='b' property='pageID'/>">is bad JSp syntax you cannot nest tags like that.

  • Templates Project Setup and Lease Management Setups don't show up during selection set creation

    Hi,
    I am new to iSetup.
    I have just installed iSetup using the Isetup List Of Mandatory Patches For R12 (Doc ID 811040.1)
    I don't find the following templates needed by my users to create selection sets:
    - Projects Setup
    - Lease Management Setups
    Any idea why they don't show up?
    Regards,
    Jean

    It's not a backup restoration.
    I'm a newbie, I installed Oracle on my computer. In the installation, Oracle allows to create a database. I didn't change any setting information, excepted set the database's password.
    Oracle was successul installed.
    The database setup (wizard) failed.
    The listener was not created.
    When the wizard step run "Creation and starting an Oracle instance", I get ORA-03113.
    I don't know the log I sent to you is the good log. I'm not sure. My database name is "Essai1"
    Do it is some files that I could send to you?
    thanks for your help.
    Jimmy

  • Why Just Two HDs Showing?

    I have a total of four (4) hard drives in my G4 Mac; running Mac OS X 10.4.11 Tiger; but only two (2) show up on the desktop.  What should I do to get the other two (2) hard drives to show up? 
    All four hard drives were showing up on the desktop just yesterday.

    Depending on why they don't show up, either check the settings in the General tab of the Finder's preferences, or mount or repair them in the Disk Utility, or click here and follow the instructions.
    (84074)

  • HT204406 Hello,  I have songs that show they are "Waiting" for download from the cloud but they are greyed out.  Some songs in one album are done others in the same album will not download. It is not a time function because i have been working on this for

    Hello,  I have songs that show they are "Waiting" for download from the cloud but they are greyed out.  Some songs in one album are done others in the same album will not download. It is not a time function because i have been working on this for weeks. I have allowed my compter to run for days and the songs are still not accessible.  I have a Match subscription and Match is working.  If I click on the "Genre" link the greyed out songs show that they are ready for download from the cloud but I cannot download them.  I have downloaded over 1500 other songs, so I am trying to understand what is going on here. I would appreciate any help anyone can give me.
    Thanks

    I did think about that and if I have to I will do that, however there are about 50 songs. I have closed and reopened iTunes several times and I am sure that I have the latest version. It fails right away but I can click on the cloud download icon and download the song that it failed on ... therefore it is not that song "or any one song" causing the issue. Any ideas?

  • Apple TV 2 with the newest OS don't shows my films, bought on itunes. why?

    Apple TV 2 with the newest OS don't shows my films, bought on itunes. why?
    Can someone help me?

    Where are you located? Movies in the cloud is currently US only, on select titles, and on a trial basis.

  • When people activate connection keys, they don't show up in the Admin users list. Why?

    I send people their key by e-mail. In most cases, when they click on it and it loads Contribute and they plug in the password, it will show up in the Admin listing of users. Other times, the same process is followed but they don't show up on any user list.  What can I do to get them listed?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • When i scan my ipod from the application named find my ipod touch 4 it simply shows location unavailable while that of my cousin's ipod touch exactly shows the same location..... Why does that happen???

    When i scan my ipod from the application named find my ipod touch 4 it simply shows location unavailable while that of my cousin's ipod touch exactly shows the same location..... Why does that happen???

    When you go to the Google Maps app on the iPod does it correctly find your location? The iPod's locations service uses the location of the a nearby wifi router to locate te iPod.  However, not all routers are in Apple's database and as of yet nobody here knows of a way to add routers to the database.

Maybe you are looking for