HELP needed !!! pleace help !!

I have a problem. this is the site (
http://home.planet.nl/~onbe1102/prikbord.html
its a flash site and when i click to the name buttons i would
like to open a *.XLS file or a site.
the action fore the buttons ar now:
btnWilliam_mc.onRollOver = function() {
btnWilliam_mc.gotoAndPlay("_over");
btnWilliam_mc.onRollOut = function() {
btnWilliam_mc.gotoAndPlay("_out");
btnArnold_mc.onRollOver = function() {
btnArnold_mc.gotoAndPlay("_over");
btnArnold_mc.onRollOut = function() {
btnArnold_mc.gotoAndPlay("_out");
btnAbal_mc.onRollOver = function() {
btnAbal_mc.gotoAndPlay("_over");
btnAbal_mc.onRollOut = function() {
btnAbal_mc.gotoAndPlay("_out");
pleace help !!! what am i doing wrong????
HELP needed !!! pleace help !!

You need a command that tells the button to open something
btnAbal_mc.onRollOut = function() {
getURL("name.xls or what ever", "_blank");
The rollover and rollout are animations and you needed to
tell the buttons to do something. Hope this helped

Similar Messages

  • Urgent help needed, please help me

    Hi,
    I am developing a web site using Java Servlets. The site requires to send XML as POST to an HTTPS server and get the response.
    Development environment:
    Laptop running Windows XP with jdk1.3.1, j2sdkee1.3 and Tomcat 4.1.
    Since I need to use https request from the servlet, I am using the following code;
    URL url = new URL("https://www.somesite.com");
    HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
    To use the above code I downloaded the jsse1.0.3_03 package from the sun website and added the three jar files to the appropriate location. Also edited the java.security file.
    The program compiles and when deployed to the web server, it works great.
    Now the problem;
    I need to deploy the web site in a server that is connected to the internet. This server is running Windows 2000 Server. It has the same jdk1.3.1, j2sdkee1.3 and Tomcat 4.1. Also I added the three jar files from jsse1.0.3_03. I also updated the classpath in the environment variable accordingly.
    Everything is pretty much similar to the Laptop that I use to develop the site except that the OS is Windows 2000 Server.
    But when I deployed the class files to the web server and tested the site, the servlet gave the following error:
    "unknown protocol: https"
    What could be wrong? I really need to fix this issue as soon as possible and any input from you will be highly appreciated.
    Thanks in advance,
    Rajesh

    Hi,
    I used java class as beans and added to JSP page as follows (the code is not complete, I am just giving the parts that are relevant);
    login.java: Implementation of login to access the database      
    *through JDBC. Uses MySQL.                              
    Last Modified: 03.22.03                    
    package user;
    import java.sql.*;
    import java.util.*;
    public class login
         private static Statement statement;
         private static Connection database;
         private static String jdbcDriver = "org.gjt.mm.mysql.Driver";
         private static String source = "jdbc:mysql://127.0.0.1/user";
         private static String username = "user";
         private static String password = "passwordforuser";
         Constructor for initializing the connection to the database                              
         public login()
              try
                   Class.forName(jdbcDriver);
                   database = DriverManager.getConnection(source, username, password);
                   statement = database.createStatement();
              catch (Exception e)
                   System.out.println("Error (From loginDatabase Constructor): " + e.getMessage());
         Used to check the users      
         public String checkUser(String userName, String passwd) throws Exception
              try
                   ResultSet names = statement.executeQuery("SELECT username, passwd FROM users");
                   while (names.next())
                   return "success";
                   return "wronguser";
              catch (Exception e)
                   throw e;
    <!--*********************************************************************************
    login.jsp: Server page to process the login request. Uses login.class to     
    *add / login users.                                        
    Last Modified: 03.23.03                         
    **********************************************************************************-->
    <%@ page import="user.login" %>
    <jsp:useBean id="login" scope="page" class="user.login" />
    <jsp:setProperty name="login" property="*" />
    <html>
    <head>
    <title>Login</title>
    </head>
    <body bgcolor="#3366FF" link="#000000" vlink="#000000" alink="#000000">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <% //Login the user and display the status
    String loginResult = login.checkUser(request.getParameter("username"), request.getParameter("password"));
    if (loginResult.equalsIgnoreCase("success"))
    %>
              <h1 align="center">You are successfully logged to the Server!</h1>
    <%
    %>
    </tr>
    </table>
    </body>
    </html>
    Hope that helps...
    Good luck!
    Rajesh

  • Quciktime pro help needed please help help help help please

    We are trying to view our video rushes from a Lacie harddrive hooked up to our Mac laptop. These are supposed to be run through quicktime, which we have installed on the laptop as well as having just bought quicktime pro. However, we keep getting a message that the quicktime we are using has missing components and we need to upgrade, which we have done. But we still are only to get sound on the rushes and not the video images.
    We are desperate to see these rushes before our editor gets them and starts to edit. Which means we need to see them now. If anyone is up now and can help and call us to give us advice, we would be most grateful. We will of course call you straight back or if you prefer we can chat on MSN my user name is [email protected]

    Hi Mary,
    Following our tel. chat I asked the question and, as I suspected, it is a codec issue. In addition it is also a processor speed issue. Below is a reply from Dave Sawyer. a fellow L4, regarding this issue:
    I agree also that a single-processor G4 system almost certainly isn't going to handle uncompressed HD content. That's what the Pixlet codec is for; so film producers can view HD content on systems less than DP/Quad G5s. I think they're going to either have to work with more powerful systems (and make sure that they're running FCP5 on them) or get the cameraman to send them the content encoded in Pixlet.
    I realise that this may be too late as far as yourselves viewing these video rushes before they go to the editor but hopefully the above info will assist you in the future.
    RD

  • Urgent help needs - pls help me

    i have four group in my template.
    each group have subtotal at the end of it's group.
    after each group total, i need to display total (which is differance between current group and previous) right below of group total.
    and this difference need to show from second group.
    example -
    Group 1 Year
    A ( total amount for Group 1)
    Group 2 Year
    B ( total amount for Group 2 )
    Total differance C (which is B - A )
    Group 3 Year
    D ( total amount for Group 3 )
    Total differance E ( which is D - C)
    Group 4 Year
    F ( total amount for Group 4)
    total difference G (which is F - E)
    G G1
              G G2
    G 999.00E
    G1
    G 999.00
    <?xdoxslt:set_variable($_XDOCTX,’px’,xdoxslt:get_variable($_XDOCTX, 'y'))?><?xdoxslt:set_variable($_XDOCTX,’y’,xdoxslt:get_variable($_XDOCTX, 'x'))?><?xdoxslt:set_variable($_XDOCTX,’x’,sum ($G1[(./FISCAL_YEAR=current()/FISCAL_YEAR)]/AMOUNT))?>
    E
    <?xdoxslt:set_variable($_XDOCTX,’py’,xdoxslt:get_variable($_XDOCTX, 'y'))?>
    Val is
    Px is <?xdoxslt:get_variable($_XDOCTX, 'px')?>
    <?xdoxslt:get_variable($_XDOCTX, 'x')?>
    <?xdoxslt:get_variable($_XDOCTX, 'y')?>
    Diff is
    <?xdofx:xdoxslt:get_variable($_XDOCTX, 'y')-xdoxslt:get_variable($_XDOCTX, 'px')?>E
              E
    above code does not give me subtraction.
    in above code pls omit that --- http -- in code but mistake it display in post.
    any help is greatly appreciated.
    thanks.
    Edited by: user6767417 on Apr 3, 2009 5:02 PM

    Hi ,
    thanksfor reply me.
    your suggestion is working.
    but now it gives me differance between two column of same group.
    but i need differance between same column of differant group ?
    ant kind of helpis greatly apprecidated.
    thanks.

  • Help: Need  script help to delete hidden layers. Action errors using panel command.

    I am trying to make an action (that is using some scripts) that will delete hidden layers. When I try and action that in photoshop, the actions stops for an error if the file didn't have any hidden layers. I think I need to script it so it will delete the hidden layers, and keep going if there aen't any.
    I couldnt find anything in th ejavascript ref guide for doing this. ( I'm sure I was looking right at it, I am a noob).
    Thanks for any help you can give.

    Here is a script to will delete hidden layers but not throw an error is there are no hidden layers.
    try{
         var desc = new ActionDescriptor();
         var ref = new ActionReference();
         ref.putEnumerated( charIDToTypeID( "Lyr " ), charIDToTypeID( "Ordn" ), stringIDToTypeID( "hidden" ) );
         desc.putReference( charIDToTypeID( "null" ), ref );
         executeAction( charIDToTypeID( "Dlt " ), desc, DialogModes.NO );
    }catch(e){}
    Note you could also do this with just actions steps. Have the action add a layer then hide it before the delete hidden layers menu item step. That way there would always be at least one hidden layer and no error.

  • PLEASE HELP: Need some help with coding a next page button.

    so ok, in details, I'm trying to code a next page button and can't really figure out how and tried to look for them over the net but can't find the kind I am looking for. So ok, the kind of next page button I'm looking for is the kind where you have like << 1 2 3 4 5 ... (Next page button) >> not just a button where I need to hyperlink it to the next page url cuz I have like 35 pages to put... so I'm trying to figure it out yet no cigar so can someone please help me with this? Thanks!

    What I've seen done a lot (on forums with upwards of 1000 pages on some threads) is to add a "pagination" block of code that has:
    two or three pages before the current page
    two or three pages after the current page
    a drop down with ALL pages listed
    The "next" link or button is then just a copy  of the final link in the inline list.
    Something like this:
    <table>
    <tr>
    <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>Goto page <select name="generate_pagination" onchange="if(this.options[this.selectedIndex].value != -1){ window.location = this.options[this.selectedIndex].value; }"><option value="forum-page-26.html" selected="selected">1</option><option value="forum-page-26-45.html">2</option><option value="forum-page-26-90.html">3</option><option value="forum-page-26-135.html">4</option><option value="forum-page-26-180.html">5</option><option value="forum-page-26-225.html">6</option><option value="forum-page-26-270.html">7</option><option value="forum-page-26-315.html">8</option><option value="forum-page-26-360.html">9</option><option value="forum-page-26-405.html">10</option><option value="forum-page-26-450.html">11</option><option value="forum-page-26-495.html">12</option><option value="forum-page-26-540.html">13</option><option value="forum-page-26-585.html">14</option><option value="forum-page-26-630.html">15</option><option value="forum-page-26-675.html">16</option><option value="forum-page-26-720.html">17</option><option value="forum-page-26-765.html">18</option><option value="forum-page-26-810.html">19</option><option value="forum-page-26-855.html">20</option><option value="forum-page-26-900.html">21</option><option value="forum-page-26-945.html">22</option><option value="forum-page-26-990.html">23</option><option value="forum-page-26-1035.html">24</option><option value="forum-page-26-1080.html">25</option><option value="forum-page-26-1125.html">26</option><option value="forum-page-26-1170.html">27</option><option value="forum-page-26-1215.html">28</option><option value="forum-page-26-1260.html">29</option><option value="forum-page-26-1305.html">30</option><option value="forum-page-26-1350.html">31</option><option value="forum-page-26-1395.html">32</option><option value="forum-page-26-1440.html">33</option><option value="forum-page-26-1485.html">34</option><option value="forum-page-26-1530.html">35</option><option value="forum-page-26-1575.html">36</option><option value="forum-page-26-1620.html">37</option><option value="forum-page-26-1665.html">38</option><option value="forum-page-26-1710.html">39</option><option value="forum-page-26-1755.html">40</option><option value="forum-page-26-1800.html">41</option><option value="forum-page-26-1845.html">42</option><option value="forum-page-26-1890.html">43</option><option value="forum-page-26-1935.html">44</option><option value="forum-page-26-1980.html">45</option><option value="forum-page-26-2025.html">46</option><option value="forum-page-26-2070.html">47</option><option value="forum-page-26-2115.html">48</option><option value="forum-page-26-2160.html">49</option><option value="forum-page-26-2205.html">50</option></select>  <b>1</b>, <a href="forum-page-26-45.html">2</a>, <a href="forum-page-26-90.html">3</a> ... <a href="forum-page-26-2250.html">51</a>, <a href="forum-page-26-2295.html">52</a>, <a href="forum-page-26-2340.html">53</a>  <a href="forum-page-26-45.html">Next</a></b></span></td>
    </tr>
    </table>

  • Simple button rollover effect help needed - please help!

    Hi everyone,
    I was hoping someone could tell me how was this rollover
    effect done - can be seen on the small map on the right:
    http://www.refinery29.com/
    What I want to do is to be able to have the same effect on
    rollover and rollout just reversed (fade in - fade out).
    Please help!!
    THANKS

    quote:
    Originally posted by:
    NedWebs
    That naming at both ends is something I consider a fluke in
    Flash's design, but only because I don't know why it won't work the
    way you probably had it.
    There's probably some logical explanation, but I haven't
    found it, just the solution for when it happens
    It's such a minor little detail. I suspected it would be
    something this small, as that's usually the case, but I just
    couldn't put my finger on it. Not one of the places I researched
    made any reference to that when they said to name the instance of
    the button. How stupid.
    Anyway, thank you again. I can finally move forward. This was
    driving me mad.

  • BOM Explosion Levels: SAP Help needs some help (and so do I!)

    I'm using CS12 to explode a BOM. I added some fields to my layout - specifically "PPH" which the (f1) help calls "Path (Predecessor)" 
    The SAP Help has a BOM tree example but the formats are all wrong.  I can't tell which of their real/dummy materials go into which level of build...not to mention, shouldn't "Mat J" be a 3/1 - 3rd level of the BOM??
    I am creating a custom components report and trying to understand how these Path-Pred / Level values so I can correlate my BOM levels visually to the report results.

    Hi,
    Agree the help display of the BOM structure is not so user friendly.
    For level, the number increases when you move in vertical direction in the BOM across levels (T to B).
    For path, the number increases when you move in horizontal direction in the BOM at a given level (L to R).
    So now look thru' the values in CS12 & you should be able to figure it out.
    Regards,
    Vivek

  • Help need small help

    ferst this is my pc
    4.09.00.0904 (DirectX 9.0c) ante-HA0X2NT8F0  : CPU الـ Intel Pentium 4 530, 3033 MHz (15 x 202) MSI 848P Neo-V (MS-6788) (5 PCI, 1 AGP, 2 DDR DIMM, Audio)  Intel Breeds Hill i848P ram512 mb(DDR SDRAM) BIOS نوع الـ AMI (11/29/04) Communications Port (COM1) ECP Printer Port (LPT1) RADEON 9250 - Secondary (128 mb) RADEON 9250 (128 mb) ATI Radeon 9250 (RV280) Plug and Play Monitor [NoDB] (105169121) : sound cart Intel 82801EB ICH5 - AC'97 Audio Controller
     : IDE  Standard Dual Channel PCI IDE Controller Floppy disk drive HDS728080PLAT20 (قب 80, 7200 RPM, Ultra-ATA/133)   CD-ROM Drive SMART
    now
    1-my pc restart it self after 4 or 5 h....
    no cbu hot
    no fan error cut i test all
    2-i wanna get update all driver
    i try with the msi brogram and that brogram give me an old v. :((
    3-is my pc (top)(good)(strong) if not i will buy new msi one only tell me
    waiting

    when take look thare i see 12v_____
    euer-power tx 12v
    pl-350 8a 5a max 200w (isthat good )?
    hi Din
    let me ask how i can do this ?(memtest )????
    pls i wanna small help and i wanna know >is my pc good or bad cuz it cust me mush
    and all my pc from MSI !.
    HI Ralphdb
    (((Do you know what temp your Cpu is running)))) no i dont know that i am not professional  in pc hard..so pls be soft with me and explain  ...

  • Urgent help needed please help me out

    i m trying to make a jar file for my package named as mainPanel
    but when i run the gcs.jar file it gives following error " failed to load mainclass menifest attribute from e:/gcs/mainPanel/gcs.jar"
    could you please explain me the procedure through an example for making a jar file for a package containing many subfolder.

    http://catb.org/esr/faqs/smart-questions.html#urgent

  • My New iPod nano 6g, just stop working the screen is freezd in the menu? Pleace HELP!!!

    My New iPod nano 6g, just stop working the screen is freezd in the menu? Pleace HELP!!!

    try resetting. Hold down volume down and sleep/wake button until you see apple logo.
    If that does not work, connect it to itunes, then restore.
    If none of that helps, you may need to contact apple. Has it gotten wet?
    i

  • Help Needed: Returning Back to Windows 8 after downgrading to Windows 7

    Hi guys, im just new here.
    I have a MSI GE40 gaming laptop which I bought 2 months back.
    Within those 2 months of usage, I always encounter my laptop to be very slow in shutting down. It always take, maybe up to 10 minutes to fully shut down. The screen goes black but the power button stays on orange color, & as I said, it takes a long time  for the power button to be completely unlit. But for start up, its blazing fast.
    Thinking that windows 8 itself is the culprit of super slow shutting down, I searched the net on how to downgrade to windows 7.
    Of course I did make a back up first on a 16gb usb flash drive using the pre-installed recovery software from MSI which was completed successfully.
    Then I made some tweaks on the bios (ie select legacy & disable secure boot) & boot using windows 7 installation DVD, deleted all partitions (since the notebook comes with GPT partition) to be able to install windows 7. I installed all the drivers which I downloaded from MSI website specific to my notebook.
    But the problem is not solved, it is still very slow in shutting down, & now even boot up becomes very slow too.
    So I downloaded & execute the firmware & bios for windows 7 from msi website (again, specific to my model). But still the same, the notebook is still very slow both in shutting down & start up.
    So I decided to go back again to windows 8, I tried to boot from the flash drive (I adjusted from the bios & make the flash drive to be the first priority) but it did not boot from it. I tried F11 on start up & selected to boot from usb flash drive but again, to no avail.
    So the last one I did was downloaded windows 8, make a bootable flash drive out of it, boot from it and luckily, I succeed - I have now again a windows 8 msi ge40 laptop.
    But I wanted my laptop to be reinstated to factory setting, i.e, all preinstalled softwares are there, the bios is default for windows 8. So I tried to update the bios to the one for windows 8 again (since I downgraded the bios to the one for windows 7 when I downgraded the OS to windows 7). But I could not update the bios, the laptop is not booting from usb flash drive containing the bios.
    I tried also to recover using F3 on start up but the system does not recognize the flash drive (with system back up). I tried also on PC settings but to no avail.
    Now guys, I need your help.
    How can I return back my laptop to default factory settings?
    Thank you.
    (sorry for my not so good English)

    Hello:
    I think it's not only about the OS version, you need to return this back to your shop to repair with the slow shot down issue, because the OS should be shot down in 30 seconds, far from your GE40 times.

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Help Needed in At selection screen output

    Hi Experts,
    I need your help in AT SELECTION SCREEN OUTPUT event. My issue is i have 4 radio button and with each radio button couple of parameters that need to be filled in selection screen of report. My requirement is that sometimes user enters details in second radio button parameters but forgot to change the radio button to second one so kindly suggest a solution so that radio button gets selected as per user input in parameter like if user clicks on certain parameter to enter value then automatically corresponding radio button gets selected.
    Thanks in advance for all your help.

    example from a checkbox in one of my progs..but you can do same approach with radio butts
    parameters p_test as checkbox default abap_on user-command test.
    at selection-screen.
        if sy-ucomm = 'TEST'.
          perform birth_mnth_chck.
        endif.

  • Help needed in Collections

    Hi Experts,
    I need your help in solving this .
    I am getting compilation errors as:
    Warning: Package Body created with compilation errors.
    SQL> show errors;
    Errors for PACKAGE BODY TABLE_EXAMPLE:
    LINE/COL ERROR
    18/1     PL/SQL: Statement ignored
    18/20    PLS-00306: wrong number or types of arguments in call to '='I will try to explain this as simple as possible .
    The data in emp is like this:
         EMPNO ENAME      JOB              SAL
       7782 CLARK      MANAGER         2450
       7839 KING       PRESIDENT       5000
       7934 MILLER     CLERK           1300I need to pass parameters and values as table type as follows:
    declare
           v_tab TABLE_EXAMPLE.tablet:=TABLE_EXAMPLE.tablet();
        begin
          v_tab.extend;
         v_tab(1).parameter:='ENAME';
         v_tab(1).value:= 'PETER';
         v_tab(1).parameter:='JOB';
         v_tab(1).value:= 'CEO';
          TABLE_EXAMPLE.P1(v_tab);
       end;
       After the package is run the data should look like this :
    EMPNO ENAME      JOB              SAL
      7782 PETER      CEO             2450
      7839 PETER      CEO             5000
      7934 PETER      CEO             1300I have tried hard to create the code but i will highlight where i am stuck :
    create or replace package table_example as
    type tname is record(parameter emp%rowtype,value emp%rowtype);
    type tablet is table of tname;
    type emp_table is table of emp%rowtype;
    procedure p1(arg in table_example.tablet);
    end;
    Package created
    create or replace package body table_example as
    procedure p1(arg in table_example.tablet)as
    l_emp_tbl emp_table:=emp_table() ;
    cursor c is select * from emp;
    k number;
    m number;
    begin
    k:=1;
    for i in c loop
    l_emp_tbl(k).ename:=i.ename;
    l_emp_tbl(k).empno:=i.empno;
    l_emp_tbl(k).deptno:=i.deptno;
    l_emp_tbl(k).sal:=i.sal;
    --------------------i am stuck here : how to assign the values?---------------------------
    m:=1;
    for  j in 1..arg.last loop
    if arg(m).parameter= l_emp_tbl(j) then
    l_emp_tbl(j):=arg(m).value ;
    end if;
    end loop;
    ____________stuck here ___________________
    end loop;
    exception
    when others then
    dbms_output.put_line('other errors');
    end;
    end  table_example;
    Warning: Package Body created with compilation errors.
    SQL> show errors;
    Errors for PACKAGE BODY TABLE_EXAMPLE:
    LINE/COL ERROR
    18/1     PL/SQL: Statement ignored
    18/20    PLS-00306: wrong number or types of arguments in call to '='Please help.Thanks

    Hi Tubby,
    Version is 10g release 2
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - ProductionPlease see the real code and AREAS marked as COMMENTS
    PROCEDURE items_exist (
          p_source_organization   VARCHAR2,
          p_dest_organization     VARCHAR2,
          p_assembly_item         VARCHAR2
    ------Parameter needs to be added here as table type having paramter and value--------------------------------------------------------------comments
       AS
          l_item_table          ego_item_pub.item_tbl_type;
          x_item_table          ego_item_pub.item_tbl_type;
          x_inventory_item_id   mtl_system_items_b.inventory_item_id%TYPE;
          x_organization_id     mtl_system_items_b.organization_id%TYPE;
          x_return_status       VARCHAR2 (1);
          x_msg_count           NUMBER (10);
          x_msg_data            VARCHAR2 (1000);
          x_message_list        error_handler.error_tbl_type;
          p_assy_item_id        NUMBER;
          p_dest_org_id         NUMBER;
          p_source_org_id       NUMBER;
      l_err_msg                   VARCHAR2 (240);
          l_error_code                NUMBER;
          CURSOR items_exist
          IS
             SELECT DISTINCT msi.*
                        FROM cux_bom_export_temp a, mtl_system_items_b msi
                       WHERE a.component_item_id = msi.inventory_item_id
                         AND msi.organization_id = a.organization_id
                         AND a.organization_id = p_source_org_id
                         AND a.component_item_id NOT IN (
                                             SELECT inventory_item_id
                                               FROM mtl_system_items_b
                                              WHERE organization_id =
                                                                     p_dest_org_id);
       BEGIN
          FOR i IN items_exist
          LOOP
             --FIRST Item definition
             l_item_table (1).transaction_type := 'CREATE';
             -- Replace this with 'UPDATE' for update transaction.
             l_item_table (1).organization_code := p_dest_organization;
             l_item_table (1).long_description := 'Create test item';
             l_item_table (1).inventory_item_id := i.inventory_item_id;
                     l_item_table (1).summary_flag := i.summary_flag;
             l_item_table (1).enabled_flag := i.enabled_flag;
             l_item_table (1).start_date_active := i.start_date_active;
             l_item_table (1).end_date_active := i.end_date_active;
             l_item_table (1).organization_id := p_dest_org_id;
             l_item_table (1).item_catalog_group_id := i.item_catalog_group_id;
             l_item_table (1).catalog_status_flag := i.catalog_status_flag;
             l_item_table (1).lifecycle_id := i.lifecycle_id;
           *----------400 attributes to follow cutting short--------------------------------------------------------------------------------------------------------------------------------------------------comments
    Here i need to look from the input parameter if anyone attribute matches that  from l_item_table.If it matches then apply the value from input paramter into the value of l_item_table----Cments
    *Example say enabled_flag in  l_item_table has value 'Y' BUT INPUT PARAMTER IS AS 'N' then 'N' should be passed to enabled_flag  and not 'Y'-------------------------------------------------comments
                    ego_item_pub.process_items (p_api_version        => 1.0,
                                         p_init_msg_list      => fnd_api.g_true,
                                         p_commit             => fnd_api.g_true,
                                         p_item_tbl           => l_item_table,
                                         x_item_tbl           => x_item_table,
                                         x_return_status      => x_return_status,
                                         x_msg_count          => x_msg_count
    END LOOP;
       EXCEPTION
          WHEN OTHERS
          THEN
    l_error_code:=sqlcode;
    l_err_msg:=sqlerrm;
      INSERT INTO xxaai_copy_bom_errors
                  VALUES ('Items_Exist', p_assembly_item, NULL,
                          p_source_organization, p_dest_organization, l_error_code,
                         l_err_msg);
       END;

Maybe you are looking for

  • How do I get new content without paying - I paid for previous version of GarageBand

    I paid for the previous versions of GarageBand and i am wondering if i have to paid for the additional content. When I try to restore purchases it states I have now and if I go to download the new drummers it wants me to pay. Do I get this content fo

  • Frustrated with browsers... please help

    Hi, doesn't seem to matter what I do, my web pages always looks different in IE vs Firefox.  Firefox is always appears bigger.  When I test other people's web design pages in both... they look the same.  Not mine thought they consistently look differ

  • Alv query regarding function modules

    hi all, what is difference between Reuse_alv_list_display & Reuse_alv_grid_display? thanks & regards sanjeev

  • To highlight rows in a table...

    Hi, I have read the threads regarding coloring of cells or rows and columns in a table by adding a "decode" Vo attribute and then creating CSS classes and binding the column Bean with the CSS class.. But in devguide , RowFormatting is given.. What ab

  • OS Package and Superdrive for upgraded G4 Sawtooth? HELP!

    Greetings, I have an orphan 400Mhz Sawtooth that was upgraded to 1.25 Ghz (logic board and processor) and am having a hard time replacing a dead OS drive. I have to buy all new OS discs for it and their are some OS9 complications. I need OS9 to updat