Auto-assign LPNs when performing receipts in Oracle WMS

I am wondering if there is a way to auto assign LPNs to a receipt.
Example:
I order 2700 widgets
900 widgets = 1 Pallet
When the Order arrives; using the Mobile Devices; do I have to receive each pallet individually or can I perform one receipt and have Oracle configured to auto-assign the LPNs?
We are running on 11.5.10.

Are you open to using ASNs. If an ASN is created for a the PO, then you can have the material packed in the way you need it to be. The LPNs structure will be retained on receipt.
Amit

Similar Messages

  • Outbound idoc when good receipt is performed

    Hi Gurus,
    I've been trying to create an outbound idoc as good receipt is performed in 46c.  I've looked into MBGMCR and STPPOD message types and they don't work.  I did some configuration so that I could manually create an outbound file going into MB02 tcode.  Your expert instructions to creating an outbound idoc when good receipt is done is greatly appreciated.
    Thanks,
    S.

    Hello,
    I've looked into WMMBID02 IDOC with Message type WMMBXY, and looked further into idoc documentation.  It is used for inbound GR transactions.  Below is what I intent to do.  We issue a PO to vendor via edi, vendor ships goods to us, and using MIGO, goods receipt transaction is performed.  What I intent to do is to create an outbound idoc when MIGO is performed, so that I can let the vendor know that we received the goods.
    Thanks,
    S

  • Limitations when Performing Oracle Batching?

    I'm using Oracle Batching to perform updates. The Update statement has 99 params. Batching a total of 40 such SQLs. Observation is that rows 1 to X will be successful but X to 40 will not be updated.
    Is there a limit to the number of params within a OraclePreparedStatement when perform batch updates? Is there a limitation somewhere in Oracle's JDBC Type 4 Driver?
    Turned on Oracle logging, and noticed the following, which led me to suspect the above...
    =====================================
    data[0].items[0] has 2 bytes:
    data[0].items[0] has 2 bytes allocated
    c1 15
    data[0].items[1] has 2 bytes:
    data[0].items[1] has 2 bytes allocated
    c1 15
    data[0].items[2] has 2 bytes:
    data[0].items[2] has 2 bytes allocated
    c1 15
    data[0].items[3] has 2 bytes:
    data[0].items[3] has 2 bytes allocated
    c1 15
    data[0].items[4]=null
    data[0].items[5]=null
    data[0].items[6]=null
    data[0].items[7]=null
    data[0].items[8]=null
    data[0].items[9]=null
    data[0].items[10]=null
    data[0].items[11]=null
    data[0].items[12]=null
    data[0].items[13]=null
    data[0].items[14]=null
    data[0].items[15]=null
    data[0].items[16]=null
    data[0].items[17]=null
    data[0].items[18]=null
    data[0].items[19]=null
    data[0].items[20]=null
    ===================================== etc
    please help, thanx :)

    I've found out the cause of my problem. It was due to something that's described in Oracle's 9i documentation as "Premature Batch Flush". I'm using 8.1.7, but encountered the behaviour.
    The following is an abstract from the documentation:
    ===================================
    Premature batch flush happens due to a change in cached meta data.Cached meta
    data can be changed due to various reasons,such as the following:
    The initial bind was null and the following bind is not null
    A scalar type is initially bound as string and then bound as scalar type or the
    re erse
    The premature batch flush count is summed to the return alue of the next
    executeUpdate()or sendBatch()method.
    ===================================

  • Auto-Assigned/Oracle Generated PK Question

    Hi.
    If I create a table without explicitly defining a Primary Key, does Oracle have an auto-assigned PK?
    Thanks,

    No. If you don't specify a primary key, there is no primary key for the table.
    If you do specify a primary key and want that key to be automatically populated, you'd need to create a sequence and a trigger to populate the key with values from the sequence. Or you'd have to explicitly refer to the sequence in your insert statements.
    Justin

  • Temporary bypass of auto assignment of Inspection type

    I have checked 'auto assignment' in QM master data view.  My goods receipts are generating inspection lots with 01 inspection type.  This is all good.  Is it possible to trick the system not to assign the inspection type in certain cases even though 'auto assignment ' is setup ?  If this is possible I would like to use this to model an ad-hoc first article inspection as required by my client.

    Hello FF,
    I tested your suggestion of creaing multiple plans and tricking system not to assign any inspection plan.  It worked. I have multiple inspection plans for Prelim series( say 501 usage) and one '01' for normal incoming quality inspection.  When a Vendor calls the buyer and cautions that next shipment has some process changes/tool changes/new raw material introdcued etc., some at Client site has to modify the QIR to put in Prelim status.  At the time of GR, system gets confused on which 501 plan to assign and leaves the assignment open in the insp. lot.  Then manually QI inspector has to assign the plan knowing the vendor's caution.  Again, Gagesh question of how change being communicated is not anwered here.  But I may propose an enhancement in the PO screen( a check box may be) that buyer puts in after receiving communication from Vendor.  This flag may run a program to put the QIR status to Prelim status.  Lets see how it goes.  My question is answered.  Thanks to you all for inciteful help.  Points goes to FF for the 'Idea'.

  • Quota arrangement - winning contract is not auto assign in SC

    My Problem: Winning contract is not auto assign to Shopping cart
    I created a Quota Arrangement (QA). It contains 2
    contracts, for example in line item 1, contain Contract with Supplier
    'A', with target percentage of 60%. In line item 2, contain Contract with
    Supplier 'B', with target percentage of 40%. I did not specify any quotabase quantity.
    For your info, the contract for Supplier 'A" is a Purchasing Contract,
    with target value of 80 (currency Malaysian Ringgit). Contract for
    Supplier 'B' has target value of 20 (currency Malaysian Ringgit). When Icreate a Shopping Cart, with quantity 5 (each-EA) and price per unit is
    2
    (Malaysian Ringgit), total is MYR10. When I go to Source of Supply tab,
    the system showed 2 suppliers from the 2 contracts. It did not
    automatically assigned to the winning contract. We still have to choose
    which contract to be assigned. I created another SC after that until theContract exceeded quantity, but the system does not proposed winning
    contract automatically. Please help.
    Cheers
    AIN

    yes, the contract have company code

  • Portal Master-detail form how to auto assign detail record sequence number

    Portal Master-detail form how to auto assign detail record sequence number.Please help me?

    You can just read the following section
    Can I specify a sequence number generator as the default value for a form column?
    Yes. Enter the following in the "default value" field for the column:
    #<schema name>.<sequence name>.nextval
    where <schema name> is the name of the schema containing the sequence, and <sequence name> is the name of the sequence. The entry is preceded by a "#".
    For example, if the schema name is "SCOTT", and the sequence name is "CUSTOMER_SEQ", the default value entry is:
    #SCOTT.CUSTOMER_SEQ.NEXTVAL
    same way you can do for master - detail form.
    for more information on forms please refer the following URL.
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm#BuildingApplications
    hope it helps.

  • Frm-40505:ORACLE error: unable to perform query in oracle forms 10g

    Hi,
    I get error frm-40505:ORACLE error: unable to perform query on oracle form in 10g environment, but the same form works properly in 6i.
    Please let me know what do i need to do to correct this problem.
    Regards,
    Priya

    Hi everyone,
    I have block created on view V_LE_USID_1L (which gives the error frm-40505) . We don't need any updation on this block, so the property 'updateallowed' is set to 'NO'.
    To fix this error I modified 'Keymode' property, set it to 'updatable' from 'automatic'. This change solved the problem with frm-40505 but it leads one more problem.
    The datablock v_le_usid_1l allows user to enter the text (i.e. updated the field), when the data is saved, no message is shown. When the data is refreshed on the screen, the change done previously on the block will not be seen (this is because the block updateallowed is set to NO), how do we stop the fields of the block being editable?
    We don't want to go ahead with this solution as, we might find several similar screens nad its diff to modify each one of them individually. When they work properly in 6i, what it doesn't in 10g? does it require any registry setting?
    Regards,
    Priya

  • Auto Increment ID Field Table in the Oracle Database (insert new record)

    I have been using the MySQL. And the ID field of the database table is AUTO INCREMENT. When I insert a new record into a database table, I can have a statement like:
       public void createThread( String receiver, String sender, String title,
                                 String lastPostMemberName, String threadTopic,
                                 String threadBody, Timestamp threadCreationDate,
                                 Timestamp threadLastPostDate, int threadType,
                                 int threadOption, int threadStatus, int threadViewCount,
                                 int threadReplyCount, int threadDuration )
                                 throws MessageDAOSysExceptionand I do not have to put the ID variable in the above method. The table will give the new record an ID number that is equivalent to the ID number of the last record plus one automatically.
    Now, I am inserting a new record into an Oracle database table. I am told that I cannot do what I am used to doing with the MySQL database.
    How do I revise the createThread method while I have no idea about what the next sequence number shall be?

    I am still very confused; in particular, the Java part. Let me try again.
    // This part is for the database table creation
    -- Component primary key sequence
    CREATE SEQUENCE dhsinfo_page_content_seq
        START WITH 0;
    -- Trigger for updating the Component primary key
    CREATE OR REPLACE TRIGGER DHSInfoPageContent_INSERT_TRIGGER
        BEFORE INSERT ON DHSInfoPageContent //DHSInfoPageContent is the table name
        FOR EACH ROW WHEN (new.ID IS NULL) // ID is the column name for auto increment
        BEGIN
            SELECT dhsinfo_page_content_seq.Nextval
            INTO :ID
            FROM DUAL;
        END;/I am uncertain what to do with my Java code. (I have been working with the MySQL. Changing to the Oracle makes me very confused.
       public void updateContent( int groupID, String pageName, int componentID,
                                  String content, Timestamp contentCreationDate )
                                   throws contentDAOSysException
       // The above Java statement does not have a value to insert into the ID column
       // in the DHSInfoPageContent table
          Connection conn = null;
          PreparedStatement stmt = null;
          // what to do with the INSERT INTO below.  Note the paramether ID.
          String insertSQL = "INSERT INTO DHSInfoPageContent( ID, GroupID, Name, ComponentID, Content, CreationDate ) VALUES (?, ?, ?, ?, ?, ?)";
          try
             conn = DBConnection.getDBConnection();
             stmt = conn.prepareStatement( insertSQL );
             stmt.setInt( 1, id ); // Is this Java statement redundant?
             stmt.setInt( 2, groupID );
             stmt.setString( 3, pageName );
             stmt.setInt( 4, componentID );
             stmt.setString( 5, content );
             stmt.setTimestamp( 6, contentCreationDate );
             stmt.executeUpdate();
           catch
           finally

  • Performance tuning of Oracle 10 g

    Dear Team ,
    I am in need of tuning my Database against the performance .
    I have visited lots of Web pages in Net for Performance tuning .
    It shows some values for the Performance tuning , But I dont how to read the values
    Wheather my database is good or it need to tuned again .
    So kindly help me for good performance tuning in my Database (Oracle 10g)
    Regards
    Augustine

    Hi Augustine;
    I am in need of tuning my Database against the performance .
    I have visited lots of Web pages in Net for Performance tuning .
    It shows some values for the Performance tuning , But I dont how to read the values
    Wheather my database is good or it need to tuned again .First step should be run ASH AWR report than check your CPU usage(also other parameter) from Oracle Enterprise Manager console.
    Check top5 event and try to understand what is happining on ur database. Actualyy There is no specific answer for your question, just check report try to understand to what eat your source? when it happens?what is fruquence etc.. So just run report and observe it
    Check below search
    http://www.google.com.tr/search?q=Performance+tuning+of+Oracle+10&rls=com.microsoft:en-us&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1&redir_esc=&ei=v0fxS8bTCtOrsAaYqfTbAg
    There are many docs related performance.
    Hope it helps
    Regard
    Helios

  • Performance improvement in Oracle 11g

    Hi,
    What are the best suggestion to handle when we implement performance tuning in oracle? Below are the scenario:
    Scenario # 1 : App team is running some test cases from front end. and there was a performace degradation while running the SQL statements in the transaction. it means 39 round trip to the database.
    Of the 39 SQL statements – 21 inserts, 16 selects, 3 update. and the AWR report says that there were few most expensive SQL statements(some insert queries).
    Scenario # 2 : There was a small percentage (<1%) of “buffer busy wait” which could be elongating individual SQL statements by an average of 27ms – need to do tuning by reducing data and index contention
    So what is the best option available in oracle performance tuning other than Explain plan, AWR report, ORacle partitioning and SQL trace for the above 2 scenarios?? also implemented Oracle huge page by increasing the memory.. Performance was slighly improved but no use again it went back to the same state.
    IS there any other way I can use Index_ffs_scan and RICHS_SECRET_HINT  or caching a table in a memory options to make SQL statements much faster?? any other new methods available in ORacle performance tuning?? suggestions please.. also Pl let me know if you want more details..
    Thanks
    LaksDBA

    Could anyone respond to this thread? I need the info Asap. Thanks!
    LaksDBA

  • Performance, Benchmark for Oracle XE

    My buisness would like to use Oracle XE as a starter base installation for customers, so that they can easly upgrade to an full Oracle SE or EE later. However I fail to find benchmark tests (like tpc.org) which give an image of the performance of the Oracle XE and how it compares to other databases such as PostgreSQL or MySQL in the smaller application market segment that XE is targeting.
    We have been running som tests in house, but the currently I must say they are not in the Oracle XE favour. This is disapointing, as we would want to avoid for our customers to start of with a DB other than Oracle, then do an transistion to Oracle SE or EE when the need is there.
    We are working on tuning/optimizing the database to perform better. Nevertheless it would be really interesting to see some benchmarks / comparison of the performance between Oracle XE an other DBMS in this segment of the DB market. Beeing well aware that their is not necessarely one database that fits each application/segment best, such a test would be informative. And also great input for my company when choosing which DB to use. Does anyone have any experience on this subject any feedback is highly appreciated. If anyone is interested I would be glad to post details regarding our tesing in house.
    Cheers

    Hi,
    Thanks for the reply. Being well aware of the complexity of optimizing application performance I am simply trying to find as many inputs as possible to make a decision. A benchmark test would for me not yield "the truth" in any way, but simply be another parameter to consider. I am also aware that Oracle DB has several features that other DBs don't have.
    You hit the nail on you assumption:
    2) use only the very basic features of both DBsThis is correct. We are using a EJB3.0 (Hibernate) environment togheter with JBOSS 4.0.5 application server, using no specific DB implementation. I realize that at some point, to acheive max performance, one should would have to implement code optimized for a specific DB. But right now I am interested in maximizing the performance with no specific DB code. We started out using Oracle XE, and it was doing well. We than switched to Mysql mainly for curiousity, and the performance was much better "out-of-the-box". ( x 2,5!) using less CPU -20%) an memory than Oracle XE. This was a suprising result for me, and now I would like to know why.
    If the reason is that Oracle uses more resource for background processes like gathering statistics etc. this is a feasable explanation. Also in a larger system, if these processes take more or less the same resources, they would make out a smaller part of the total available resources. Right now I can't explain the performance gap, I simply observe the test results but cannot explain them.
    As my demands to the DB features are limited (basic ER datatypes, incremental backup), is there perhaps a way to "disable advanced features" of Oracle XE, so that more CPU power is available to the application?
    Also, how well does the JBOSS app. server integrate with the Oracle DB? Would the Oracle XE perform better with an Oracle App.server?
    My application has a typical web-app, having mainly read queries with a high peak load (burst). I have tried tuning the connection pool etc. but no improvment. It is quite possible that I have reached the limit of performance of the Oracle XE, perhaps I am trying to use it for something it was not intended for? Having said this I would prefer to continue using Oracle XE, but it would be nice to know the reasons for the difference in performance.
    Any feedback is highly appreciated.

  • ISE - auto assign a device to group upon device registration

    Hi,
    Is it possible to auto assign a device to group upon device registration?
    Typically in the registration portal, once "Register" button is clicked, the MAC address is put into "Registered Device" group, but let's say I want it to be put in different groups depending on the AD group? (Let's say when if Staff A register the device, the device automatically put into group A, Staff B to group B, and so forth)
    Thanks

    If you create a portal Specific for device registration, you can define to which ID groups will belong the registered endpoints.
    I didn't tried this, but it might be possible to have a different portal for registration based on AD group, if you chain it after CWA or Dot1x. That would make an additional redirection though.

  • Error when performing full backup?

    Error when performing full backup, please help.
    Starting backup at 14-AUG-08
    current log archived
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 08/14/2008 17:43:18
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: error identifying file /u02/oracle/uat/uatdb/9.2.0/dbs/arch1_195.dbf
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    FAN

    Hi,
    It seems one of your physical archive file is not there...
    but to explore more first paste your backup command that you are using.
    Navneet

  • Error when performing search:  getExtendedProperties [LDAP: error code 50

    Hi there,
    We are currently running OAS 10.1.2. We have an application which is running Oracle Forms. To get access to these forms, the authenication is a combination of the user logging on to their windows domain, (AD SSO) and having the correct username and groups within Oracle OID and DAS.
    We have a major problem at the moment in Production where every so often a user will get rejected for having insufficient access rights, and the UserID in the logs being Null. Yet if they try again it works.
    Does anyone know why this might be happening for?
    Here is the Forms log :
    09/07/31 06:59:32 Forms session <967> runtime process id = 10,780
    09/07/31 07:02:27 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 at oracle.ldap.util.User.getExtendedProperties(User.java:365)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsOIDContext.getUserCredentials(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.getUserId(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    09/07/31 07:02:27 at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    09/07/31 07:02:27 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    09/07/31 07:02:27 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    09/07/31 07:02:27 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    09/07/31 07:02:27 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    09/07/31 07:02:27 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    09/07/31 07:02:27 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    09/07/31 07:02:27 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    09/07/31 07:02:27 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192
    09/07/31 07:02:27 at java.lang.Thread.run(Thread.java:534)
    09/07/31 07:02:27 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 In getUserId method: caught oracle.ldap.util.AccessDeniedException: General Error when performing search: ge
    tExtendedProperties [LDAP: error code 50 - Insufficient Access Rights]
    09/07/31 07:02:27 In doRequest method in ue.isNamingException
    09/07/31 07:02:27 Redirecting to DAS to update the resviewer list
    09/07/31 07:02:27 UserID is NULL redirecting to DAS
    09/07/31 07:02:27 Forms Group DNcn=Logical Application Group, orclApplicationCommonName=formsApp_dras03.workcover.qld.gov.au_63A
    36930655911DBBF37F32F8ED7FD07, cn=forms, cn=Products, cn=OracleContext                                                                                                                                                                                         
    09/07/31 07:02:27 The DAS URL generated: http://prinfds.workcover.qld.gov.au:7777/oiddas/ui/oracle/ldap/das/mypage/AppCreateReso
    urceInfo?resKey=prcar_sso&resType=oracleDB&resViewer=cn%3DLogical+Application+Group%2C+orclApplicationCommonName%3DformsApp_dras
    03.workcover.qld.gov.au_63A36930655911DBBF37F32F8ED7FD07%2C+cn%3Dforms%2C+cn%3DProducts%2C+cn%3DOracleContext&doneURL=http%3A%2F
    %2Fdras03.workcover.qld.gov.au%3A7778%2Fforms%2Ffrmservlet%3Fconfig%3Dprcar_sso%26form%3DSY0001.fmx&cancelURL=
    09/07/31 07:05:26 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 at oracle.ldap.util.User.getExtendedProperties(User.java:365)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsOIDContext.getUserCredentials(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.getUserId(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    09/07/31 07:05:26 at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    09/07/31 07:05:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    09/07/31 07:05:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    09/07/31 07:05:26 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    09/07/31 07:05:26 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    09/07/31 07:05:26 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    09/07/31 07:05:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    09/07/31 07:05:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    09/07/31 07:05:26 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192
    09/07/31 07:05:26 at java.lang.Thread.run(Thread.java:534)
    09/07/31 07:05:26 oracle.ldap.util.AccessDeniedException: General Error when performing search: getExtendedProperties [LDAP: er
    ror code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 In getUserId method: caught oracle.ldap.util.AccessDeniedException: General Error when performing search: ge
    tExtendedProperties [LDAP: error code 50 - Insufficient Access Rights]
    09/07/31 07:05:26 In doRequest method in ue.isNamingException

    I fixed it in my environment.
    formweb.cfg has oid_formsid and formsid_group_dn. Verify if these values are correct.
    Also ensure that formsid_group_dn has no blank spaces after ',' (commas)
    formsid_group_dn=cn=Logical Application Group,orclApplicationCommonName=formsApp_xyzhost_1224C3F0A73B11DBBFC783346A955D8F,cn=forms,cn=Products,cn=OracleContext

Maybe you are looking for