Shipping Execution exception

Is it possible to put an exception to prompt a message whenever the Shipped Quantity is more than the Ordered Quantity on a delivery? It will only be a warning.

Sanjib
Try personlization for deliviers screen and message the user when they are ship confirming.
Create a simple databse function that loops through all delivery details and checks for this condition and if found raise a message in WHEN-VALIDATE-RECORD trigger.
Let us know.
Thanks
Nagamohan

Similar Messages

  • Custom Workflow for Shipping Execution

    Hi All,
    We have a requirement to cater approval on issuance i.e. at the time of shipping execution. For this purpose we have used Oracle Workflow Builder to cater the requirement. The workflow is working fine for approval but not for rejection. If we approve the shipping execution, the transaction is working fine but if we rejects it, the shipping transaction got stuck with exception and if we resolve the exception manually, we are unable to re send it for approval or even shipping.
    I will be grateful if anyone can help me out and advise me on how to setup of workflow for rejection.
    Thanks in advance.
    Regards,
    Zulfiqar Ali Mughal

    It is possible that the workflow has already been registered in db before you modified workflowActivities.xml.Did you try cleaning up workflow tables and restart the server??
    epub_workflow_info, epub_coll_workflow, epub_ind_wf,epub_wf_server_id tables
    Make sure there is only one entry for each workflow in epub_workflow_info. If there are multiple entries, then it may be coming from 2 different places and you need to disable one of them. Whenever you create custom work flow, copy the existing workflow and modify it and give it a different name. If you are importing programmatically, you really dont need to configure it in taskConfiguraiton.xml ( as it corresponds to settings related to which item-descriptors, tabs, security in BCC gui).
    -karthik

  • SHIPPING EXECUTION에 대해 DEBUG FILE을 생성하는 방법

    제품: Applications
    작성날짜 : 2006-05-30
    SHIPPING EXECUTION에 대해 DEBUG FILE을 생성하는 방법
    ==========================================
    PURPOSE
    Shipping Execution에 대해 Debug file을 생성하는 방법을 기술함.
    Explanation
    Log file을 생성하기 위한 여러 방법들이 있으며, 이는 다음과 같은 patch level에 의해 결정된다.
    A. debug file from the Shipping Transaction or Quick Ship forms in
    version 11.5.9 or higher.
    B. debug file for Pick Release in version 11.5.9 (Family pack I)
    or higher.
    C. debug file for Pick Release prior to version 11.5.9
    D. debug file for Interface Trip Stop - SRS in version 11.5.9
    (Family pack I) or higher.
    E. debug file for Interface Trip Stop - SRS prior to version
    11.5.9 (Family pack I).
    F. debug file for an API in version 11.5.9 (Family pack I) or higher:
    G. debug file for an API prior version 11.5.9 (Family pack I):
    A. To generate a debug file from the Shipping Transaction or
    Quick Ship forms in version 11.5.9 (Family pack I) or higher:
    1. Set the following profile options:
    OM: Debug Level - set to 5
    WSH: Debug Enabled - set to Yes
    WSH: Debug Level - set to Statement
    WSH: Debug Log Directory - any directory that can be written to by
    the database
    여기서, 설정하는 directory는 다음을 check하여야 합니다.
    To check, run the following SQL statement:
    Code:
    select value from v$parameter
    where name = 'utl_file_dir'
    Set profile option WSH: Debug Log Directory at the Site
    & Application Level.
    2. Shipping form --> Tools
    Debug box를 check. ==> This will print out a file name
    - NOTE down this file name.
    3. Perform the action you wish to debug.
    4. Tools --> uncheck Debug box.
    5. After you have completed generating the debug file,
    set profile OM: Debug Level back to 0
    WSH: Debug Enabled set to No
    6. step 1의 debug directory밑에 debug file이 생성됨.
    B. To generate debug information for Pick Release in version 11.5.9 or
    higher:
    1. Set the following profile options:
    OM: Debug Level - set to 5
    INV: Debug Level - set to 10
    WSH: Debug Enabled - set to Yes
    WSH: Debug Level - set to Statement
    2. Release Sales Order for Picking form --> Tools
    ==>check the Debug box.
    3. Submit the pick release.
    4. Provide "Pick Selection List Generation" log file.
    C. To generate debug for Pick Release prior to version 11.5.9 :
    1. Set the following profile options:
    OM: Debug Level - set to 5
    INV: Debug Level - set to 10
    2. Release Sales Order for Picking form --> Tools
    ==>check the Debug box.
    3. Submit the pick release.
    4. Provide "Pick Selection List Generation" log file.
    D. To generate debug for Interface Trip Stop - SRS in 11.5.9 or higher:
    1. Set the following profile options:
    OM: Debug Level - set to 5
    INV: Debug Level - set to 10
    WSH: Debug Enabled - set to Yes
    WSH: Debug Level - set to Statement
    Set the Debug Level parameter to 1 (Debugging ON) .
    2. Submit the job.
    3. Provide the log file.
    E. To generate debug for Interface Trip Stop - SRS prior to 11.5.9:
    1. Set the following profile options:
    OM: Debug Level - set to 5
    INV: Debug Level - set to 10
    Set the Debug Level parameter to 1 (Debugging ON) .
    2. Submit the job.
    3. Provide the log file.
    F. To generate debug for an API in 11.5.9 or higher:
    1. Set the following profile options:
    OM: Debug Level - set to 5
    INV: Debug Level - set to 10
    WSH: Debug Enabled - set to Yes
    WSH: Debug Level - set to Statement
    WSH: Debug Log Directory - set to a valid writeable directory path
    2. Add the following line of code in the wrapper script which calls
    the API:
    Code:
    DECLARE
    l_file_name VARCHAR2(32767);
    l_return_status VARCHAR2(32767);
    l_msg_data VARCHAR2(32767);
    l_msg_count NUMBER;
    BEGIN
    fnd_profile.put('WSH_DEBUG_MODULE','%');
    fnd_profile.put('WSH_DEBUG_LEVEL',WSH_DEBUG_SV.C_STMT_LEVEL);
    wsh_debug_sv.start_debugger
    (l_file_name,l_return_status,l_msg_data,l_msg_count);
    3. Submit the job.
    4. Provide the log file.
    G. To generate debug for an API prior to 11.5.9 (Family pack I):
    1. Set the following profile options:
    OM: Debug Level - set to 5
    INV: Debug Level - set to 10
    2. Add the following line of code in the wrapper script which calls
    the API:
    Code:
    oe_debug_pub.initialize;
    oe_debug_pub.SetDebugLevel(5);
    DBMS_OUTPUT.PUT_LINE('Debug File = '
    ||OE_DEBUG_PUB.G_DIR||'/'||OE_DEBUG_PUB.G_FILE);
    3. Submit the job.
    4. Provide the log file.
    Example
    Reference Documents
    Note#290432.1

  • Prob. with doc registered under application other than SHIPPING EXECUTION

    Hi,
    We have a custom Pick Pack Slip report which we have registered under Custom Application.
    While Creating Document Set, if the document is registered under Custom Applicaiton, the document is not getting generated. (Concurrent program itself is not getting executed for this document) but if the document is registered under SHIPPING EXECUTION applicaiton, its getting executed.
    I have created one Document Set and while doing PICK RELEASE, I am using this document set. Initially I have attached only one document which belongs to custom application and ran pick release but it didnt submit any document. Then I added one more document which belogns to Shipping execution and submitted pick release one more time. This time it has executed program for the one belongs to shipping execution but not the custom one.
    If I register the same custom report to Shipping Execution, then its working fine !!! But I dont think this is the right approach to register all custom reprots to Oracle Shipping application.
    Please suggest !!!

    Yes..It won't work..I too tried it..
    Please open a TAR and work with oracle..
    Let's see what they are upto..

  • 'fuego.web.execution.exception.InternalForwardException

    'fuego.web.execution.exception.InternalForwardException: UnExpected error during internal forward process

    Hi,
    i have got and resolve this kind of exception for my application.
    what are the scenerios you are gettting this?
    Check you Studio/Enterprise version , jsp page  and the code just before to move interactive activity
    Or
    if you can provide to me i will inform you .
    Thanks,
    Brijesh Kumar Singh

  • Shipping Execution vs WMS at upgrade time

    Hi,
    We are in process of upgrading from version 10.7 to 11.5.10. One big issue is whether we should tackle WMS implementation at our warehouse as part of the upgrade or stick with Shipping Execution and follow on with WMS as a separate project if appropriate. We had created our own "Distribution Module" in 10.7 that basically is a similar concept to Shipping Execution (with probably a little WMS). Anyway is there a white paper or any other information that anyone could provide to help make this decision?

    Hi, Carl,
    plhtyuk wrote:
    Hi everyone,
    is there a way to configure sqlplus such that when a statement (e.g. an INSERT) do not have a semi-colon at the end (or et / on the beginning of the next line) an error is returned?
    SET   SQLBLANKLINES  ONtells SQL*Plus that a single SQL statement can include lines that contain nothing but whitespace, or are completely empty.
    Here is an example:
    INSERT INTO emp (emp_no, emp_name) values (5, 'john')
    INSERT INTO emp_status (emp_no, status) values (5, 'full time');
    Running a script containing these two lines with sqlplus won't do the first insert and won't give an error.If SQLBLANKLINES is ON, then SQL*Plus will think all 3 lines above are part of the same SQL statement, and you'll get a syntax error. Neither INSERT will be done.
    By default these human errors are treated silently by sqlplus.
    I am almost sure there is no mean to detect that but in case I am wrong, I ask the question.There ought to be a more straightforward way to request warnings when you forget a ;. If it was up to me, I would have made that the default behavior.

  • Shipping Execution API

    dear all
    any one have shipping execution API documentation like wsh_trips_pub and othere
    Please provide
    Aamir

    Hi amir;
    Please check below which could be helpful for your issue:
    SHIP CONFIRM THROUGH THE SHIPPING PUBLIC APIs [ID 200396.1]
    backorder the delivery using shipping API [ID 807529.1]
    Unable To Update Mode Of Transport Through Standard Api [ID 295650.1]
    Getting Error While Calling Api Wsh_Trips_Pub.Create_Update_Trip [ID 738418.1]
    Also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Regard
    Helios

  • Shipping Execution

    has anyone worked on shipping execution? is yes can someone share the setup document?

    Hi,
    Basically you have few setups that can be done in shipping execution or in Order management module.
    1. Shipping Parameters (Defined for Each Org) (Shipping --> Setup --> Shipping Parameters) or this can be defined in Inventory module as well.
    2. Picking --> PickSlip Grouping Rules ( Shipping --> Setup --> Picking --> PickSlip Grouping Rules )
    3. Define Release Sqeuence Rules ( Shipping --> Setup --> Picking --> Release Sqeuence Rules )
    4. Define Release Rules form ( Shipping --> Setup --> Picking --> Release Rules form )
    5.Document Categories (Shipping --> Setup --> Documents--> Document Categories (Define Bill of Lading, Packing Slip report)
    6. Document Sets (Shipping --> Setup --> Documents--> Document Sets )
    where reports are generated at Ship Confirm & Releasing Orders.
    Reports such as
    1. Commercial Invoice
    2. Bill of lading
    3. Packing slip Report
    4. Vechile Load
    5.Mailing label
    The above mentioned are reports for Ship Confirm. maynot be every Org might not be using all five.
    6. Grants and Role Definitions (Shipping --> Setup --> Grants and Role Definitions --> Grants)
    This is very important for shipping grants. if the user is not assigned. In shipping transaction form the buttons willl be greyed out.
    please let me know if you need more information.
    Kalyan.

  • Java 3D Program execution Exception

    Hello,
    I installed Java 3D, and tried running the example from j2sdk1.4.0\Demo directory.The program is getting compiled, but when I try executing using 'java' command I get the error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files\Java
    \j2re1.4.0\bin\J3D.dll: One of the library files needed to run this application
    cannot be found.
    I tried to introduce C:\Program Files\Java\j2re1.4.0\bin in classpath and path but still the problem exists.
    Please tell me how to proceed.
    Thanks in Advance

    Did you verify that the DLL is there? The problem you are getting is that somewhere a JNI call is making a native call (System.loadLibrary()) on a native DLL, and it either cannot find the file, or there is a security error. Are you running an applet?

  • J2ee Execution Exception

    Hello people,
    I am new here .please be kind to me ..
    I followed the J2ee Tutorial and executed successfully the example in it.the Converter example.after doing that,i wanted to write my own application . so did a Simple User Authentification Example. of Entering userid and password and authentifying it.i made a stateless session bean .but after deploying and running,i get the following error.
    java.rmi.ServerException: RemoteException occurred in server thread; nested exce
    ption is:
    java.rmi.RemoteException: nested exception is: javax.ejb.CreateException
    : Could not create stateless EJB: java.lang.UnsupportedOperationException:
    javax.ejb.CreateException: Could not create stateless EJB: java.lang.Uns
    upportedOperationException: Method setSessionContext() not yet implemented.
    at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemExceptio
    n(ShutdownUtilDelegate.java:64)
    at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
    at com.greybird.userAdmin._UserAuthentification_Stub.authenticateUser(Un
    known Source)
    I verified my beans before i deployed and nothing seems to be a problem. i havent got a clue of why the error comes.
    any help in this regard is highly appreciated

    I have the same problem. can you help me?

  • CRM 2011: Updating the reocrd in plugin after invalid plugin execution exception

    HI All,
    I am updating the record which triggering a plugin. on a webexception I am trying to update the same record in catch block, but not successful. If I use ExecuteMultipleRequest with continueonError = true, then program stucks and crash with timeout exception.
    If I user OrgService.Update then it rolls it back.
    Please suggest.
    THanks
    Hassan

    Structure is something like this:
    public voidExecute(IServiceProviderserviceProvider)
       try{  }
        catch(WebException ex){
                 //upon failure of re-enrolment set the application
    back to normal settings
                    Entity
    app =
    new
    Entity("contact");
                    app["middlename"]
    = "test";
                    app.Id = contact.Id;
                    UpdateRequest
    updateRequest =
    new
    UpdateRequest();
                    updateRequest.Target = app;
                    ExecuteMultipleRequest
    mulReq =
    new
    ExecuteMultipleRequest()
                       Requests =
    new
    OrganizationRequestCollection(),
                       Settings =
    new
    ExecuteMultipleSettings()
                              ContinueOnError =
    true,
                               ReturnResponses =
    false
                      mulReq.Requests.Add(updateRequest);
                      var
    reqponse = service.Execute(mulReq);
                     if(webEx.Response
    != null)
                       if(webEx.Response.ContentLength
    > 0)
    WebApiResult<RegisterForPreEnrolmentRequestMessage>
    resultEx = ParseResponse<WebApiResult<RegisterForPreEnrolmentRequestMessage>>(webEx.Response.GetResponseStream());
                             HandleWebApiError(resultEx.Error);
    In exception block if I use different record then it updates but if I use the same record to update in executemultiplerequest then it just freezes and comes back with timeout exception.
    please suggest!
    Thanks
    Hassan

  • Looking for integration details of Kewill with Oracle Shipping execution

    Hello Folks,
    Has anyone done integration of Kewill (flagship) with Oracle Shipping 11i. Customer has plans to implement OTM later.
    please provide me some details or documentation.
    regards
    girish
    Edited by: 849679 on Apr 6, 2011 8:25 AM
    Edited by: 849679 on Apr 6, 2011 9:02 AM

    Pl do not post duplicate threads - Looking for documentation of Kewill Integration with Oracle Shipping
    Srini

  • Execution Exception

    I am kind of new to J2ME programming. I am using Sun's J2ME wirless Toolkit 2.2 which supports MIDP2.0.
    My problem is I am getting - cannot resolve symbol symbol: variable Double. Its not able to recognize method toString(double d). I do know MIDP 2.0 supports Double class in java.lang.
    Can anyone help me to figure out how to recover from this. Your help is appreciated.
    Here is the code
    public String total_price(){
              entry_hr = Integer.parseInt(entry_time.substring(0,2) );
              entry_min = Integer.parseInt(entry_time.substring(3,5) );
              exit_hr = Integer.parseInt(exit_time.substring(0,2) );
              exit_min = Integer.parseInt(exit_time.substring(3,5) );
              int hr = exit_hr-entry_hr;
              if (hr < 0)
                   hr = hr+12;
              int min = exit_min-entry_min;
              if (min <0){
                   if (hr == 1){
                        hr = hr - 1;
                   min = min+60;
              total = (((hr*60)+min) * min_price)/minimum_min;
              return Double.toString(total);
         }

    Try setting your configuration to CLCD 1.1That wont help if your device does not support it

  • Define Shipping exception?

    Hi All,
    In EBS 11.5.10.2
    OM Superuser Setup -> Shipping -> Define Exception,
    it allows us to enable/disable some existed exception,
    such as WSH_CARRIER_CREATE_DEL,WSH_CHANGED_SHIP_METHOD...
    But that is all for system defined exception.
    Is it possible to create user-defined exceptions ??
    If it is possible, and where (which package?) the code should be add in?
    Thanks in advance,
    Best regards,
    Zhxiang

    Helpful link:     Intercompany Stock Transfer in Retail

  • How to generate Shipping Notifications in Oracle EBS?

    Hello,
    I have to generate Shipping Notifications. Anyone know that from where we can generate Shipping Notification?
    Regards,
    Kapil
    Edited by: Kapil Mistry on Mar 21, 2013 5:11 AM

    Hi,
    From order management.
    Oracle Shipping Execution
    Delivery Workflow (WSHDEL item type) - Supports the processing of outbound
    deliveries. The Delivery workflow is triggered when the first line requiring picking is
    assigned to a delivery. You can extend delivery workflow processes to meet your
    specific business requirements using seeded customizable activities and notifications;
    however, the Delivery workflow does not support response-required notifications or
    deferred activities. You can use the seeded and custom processes for deliveries by
    assigning them in the shipping lookup R_DEL_GEN for your organization. For more
    information, see: Using Oracle Workflow in Oracle Order Management.Thanks

Maybe you are looking for

  • Upload site to .Mac made in another app

    Is it possible to upload a site made in another application to .Mac without disrupting an established iWeb site? I have a domain name for my club site (made in iweb '08) but have made other sites with another program. I am too frightened of losing th

  • PC Suite Problem

    Hello I am having problems with Nokia PC Suite version 6.85.14.1, on a Vista Home Premium laptop, running Norton INternet Security. Phone is Nokia E65. I've had problems when trying Bluetooth and cable connection. After I install PC Suite it works no

  • HT204406 iTunes Match songs appear uploaded but won't play on shared devices

    I have songs (ALAC, DRM free) purchased from Bandcamp that refuse to play or download on shared Match devices.  These play fine on my iTunes Match master computer in their original format, and appear to be uploaded/synced to iCloud. They are availabl

  • Field in a screen doubt

    hi all what does the value like this ___________,__V in the text field of a particular field in the screen attributes means can anyone tell what it does and what is the purpose. i have seen it in the attributes of a particular field in the screen lay

  • Thread pool for Servlets

              Hi all,           I am facing a big problem while doing a concurrent testing of my web application.           I am testing with 60 concurrent users.           I have set the database connection pool minimum capacity to 50, capacity incremen