Oracle Application Request number informations

Can you show me a pl/sql procedure to see all informations about a
specified concurrent request,
giving your request_id number ?
@c:\show_request 31810589
I´d like see an Oracle Application Request number, in a
line command.
In Oracle Application forms I issue a "view details" in a specified
job, but how to see this
job in a line command ?
RDBMS: 9.2.0.7.0
Oracle Applications: 11.5.5

Hi,
I do not think this is the right place for this question. This forum is for questions concerning the Oracle Scheduler in the database (dbms_scheduler). This looks like it may concern the apps scheduler or concurrent manager.
You will need to find the appropriate forum for that component.
-Ravi

Similar Messages

  • Oracle Application Request number information

    Can you show me a pl/sql procedure to see all informations about a
    specified concurrent request,
    giving your request_id number ?
    @c:\show_request 31810589
    I´d like see an Oracle Application Request number, in a
    line command.
    In Oracle Application forms I issue a "view details" in a specified
    job, but how to see this
    job in a line command ?
    RDBMS: 9.2.0.7.0
    Oracle Applications: 11.5.5
    Regards

    Hi,
    I do not think this is the right place for this question. This forum is for questions concerning the Oracle Scheduler in the database (dbms_scheduler). This looks like it may concern the apps scheduler or concurrent manager.
    You will need to find the appropriate forum for that component.
    -Ravi

  • SCCM 2012 Application request log information

    I'vent yet got the opportunity to make the users request for Applications from the application Catalog. However, I'd like to know what is the log file name and how this entry looks like when users request for an application in Application catalog. I'd
    also like to know complete information in Log files for the approval process (User requesting the application to Approving / Rejecting Application)
    Krishna Santosh Maadasu Please remember to click “Mark as Answer” on the post that helps you, and click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

    There is not really much information logged about that process. You might find something in status messages (\Monitoring\Overview\System Status\Status Message Queries)
    Torsten Meringer | http://www.mssccmfaq.de

  • Oracle application request

    decision
    request submitted.(request ID=231432)
    submit another request?
    how to cancel the tip ?
    where setting? profile-personal? where? what named?
    thanx....

    Hi,
    Please refer to these documents.
    Note: 603254.1 - How To Hide Pop-Up Asking "Do you want to submit another Request" in FNDRSRUN?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=603254.1
    Note: 361830.1 - How To Enable/Disable "Submit Another Request ?" Decision Window While Submitting a Report in Purchasing Module
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=361830.1
    Regards,
    Hussein

  • How oracle applications knows to which database it should connect

    Hi gurus....
    as far as i know it is dbc file whch helps oracle apps to connect to database and FND_NODES table
    but is there anything apart from these two....

    Please check atul blog it good artical
    http://becomeappsdba.blogspot.com/2006/08/oracle-applications-request-flow.html
    as far i know this only two methods APPS MT use to connect Database.

  • How to limit number of  jbdc connexion on Oracle application server 10G R3

    Hi all ,
    i have deployed my application an integrated server on Oracle Application Server R3.
    The problem is that i have more than 600 connexion to my Database , an this is too much!!
    How can i configure this ???
    Please help,
    Paul

    You can set the maximum number of connections on the connection pool configuration page of your datasource.
    As there are some troubles with the data source when your dataabse has been down (connection is not restored), I'd suggest to set the Validate Connections option to "true"

  • Informations about Oracle Application Express

    Hello,
    for my company I have to do a complete comparison of four tools which can be used for creation of GUIs:
    - Oracle Application Framework
    - Oracle Forms
    - Oracle Application Express
    - Microsoft .NET Framework
    Here in this topic I search for some facts about the ApEx:
    - How does it work (language, tools, ...)
    - Performance vs. the other three
    - Integretation into E-Business Suite
    - Possitbilites of the GUI
    - Screenshots, Links, etc.
    thx a lot

    The goal is to build a GUI where you can handle Tabledate, etc. Well you can certainly very easily do that with APEX.
    As for the disadvantages/advantages, what I would suggest is -
    Option 1
    Use -
    1) OTN (plus other Vendors websites)
    2) OTN Forums/Google Groups etc
    3) Google to find other sources (but with extreme care to validate/verify your sources)
    To research the information on your own. Unless you have experience of the products yourself, then this area is fraught with potential problems, as you are effectively quoting information that you have not verified yourself (hence the need to be very satisified that you trust the source of the information).
    Option 2
    Contact a respective expert in each of the technologies asking them to cite advantages and disadvantages of the tool they use.
    Again, there is a potential for 'bias' here, so you need to make sure that your 'source' is objective enough to be able to provide realistic disadvantages of the tool (at least in the context of your question)
    Option 3
    By far the best option in my view -
    Try and find someone who has used both/some/all of the tools you're trying to compare. Once again it needs to be someone who's opinion you can trust (otherwise what is the point?).
    The most difficult thing about having 2 people comparing products A and B, is that the person extolling the virtues of product A might not know that product B actually makes certain things easier and vice-versa. By having someone who has used BOTH products discuss the pros and cons then you get a much more 'real-world usability' view of the benefits and drawbacks.
    Just my thoughts, hope they help.
    John.

  • Exact fetch returns more than requested number of rows oracle error ; unable to find where exactly throwing error in the below code.

    hi i am receiving "exact fetch returns more than requested number of rows oracle error". but i am not able to locate the error in the below code. Any help would be appreciated!!!
    CREATE OR REPLACE PROCEDURE load_scene_collection_item (
    --pdname                                  VARCHAR2,
    -- LOCATION TO ADD/CHANGE below!!!
    pITEM_TYPE_ID                      INTEGER,
    pSCENE_COLLECTION_ID        INTEGER,
    pCOLLECTION_ITEM_NAME     VARCHAR2,
    pCOLLECTION_ITEM_DESC      VARCHAR2,
    pDEFAULT_COORD_X      NUMBER,
    pDEFAULT_COORD_Y      NUMBER,
    pDEFAULT_COORD_Z      NUMBER,
    pDEFAULT_WIDTH            NUMBER,
    pDEFAULT_HEIGHT            NUMBER,
    pDEFAULT_ROTATION      INTEGER,
    pDEFAULT_ALPHA            INTEGER,
    pfname                                 VARCHAR2)    IS
    src_file BFILE;
    dst_file BLOB;
    lgh_file BINARY_INTEGER;
    BEGIN
    src_file := bfilename('BUSINESSBLOBSIMAGES', pfname);
    -- insert a NULL record to lock
    Insert into SCENE_COLLECTION_ITEM
       ( ITEM_TYPE_ID,
       SCENE_COLLECTION_ID,
       COLLECTION_ITEM_NAME,
       COLLECTION_ITEM_DESC,
        COLLECTION_ITEM_IMAGE,
       DEFAULT_COORD_X,
       DEFAULT_COORD_Y,
       DEFAULT_COORD_Z,
       DEFAULT_WIDTH,
       DEFAULT_HEIGHT,
       DEFAULT_ROTATION,
       DEFAULT_ALPHA,
        CREATE_USER,
        CREATE_DATE)
    Values    ( pITEM_TYPE_ID, pSCENE_COLLECTION_ID, pCOLLECTION_ITEM_NAME, pCOLLECTION_ITEM_DESC, EMPTY_BLOB(),   
       pDEFAULT_COORD_X,
       pDEFAULT_COORD_Y,
       pDEFAULT_COORD_Z,
       pDEFAULT_WIDTH,
       pDEFAULT_HEIGHT,
       pDEFAULT_ROTATION,
       pDEFAULT_ALPHA,  
    sys_context('USERENV', 'OS_USER'), 
    sys_extract_utc(systimestamp))
    RETURNING COLLECTION_ITEM_IMAGE INTO dst_file;
    -- LOCATIONs(2) TO ADD/CHANGE above!!!
    -- lock record
    SELECT COLLECTION_ITEM_IMAGE
    INTO dst_file
    FROM SCENE_COLLECTION_ITEM
    WHERE ITEM_TYPE_ID     = pITEM_TYPE_ID
    AND SCENE_COLLECTION_ID = pSCENE_COLLECTION_ID
    AND COLLECTION_ITEM_NAME= pCOLLECTION_ITEM_NAME
    AND COLLECTION_ITEM_DESC= pCOLLECTION_ITEM_DESC
    AND    pDEFAULT_COORD_X = DEFAULT_COORD_X
    AND   pDEFAULT_COORD_Y  = DEFAULT_COORD_Y
    AND   pDEFAULT_COORD_Z  = DEFAULT_COORD_Z
    AND   pDEFAULT_WIDTH    = DEFAULT_WIDTH
    AND   pDEFAULT_HEIGHT   = DEFAULT_HEIGHT
    AND   pDEFAULT_ROTATION = DEFAULT_ROTATION
    AND   pDEFAULT_ALPHA    = DEFAULT_ALPHA
    FOR UPDATE;
    -- LOCATION TO ADD/CHANGE above!!!
    -- open the file
    dbms_lob.fileopen(src_file, dbms_lob.file_readonly);
    -- determine length
    lgh_file := dbms_lob.getlength(src_file);
    -- read the file
    dbms_lob.loadfromfile(dst_file, src_file, lgh_file);
    -- update the blob field
    UPDATE SCENE_COLLECTION_ITEM
    SET COLLECTION_ITEM_IMAGE = dst_file
    WHERE ITEM_TYPE_ID     = pITEM_TYPE_ID
    AND SCENE_COLLECTION_ID = pSCENE_COLLECTION_ID
    AND COLLECTION_ITEM_NAME= pCOLLECTION_ITEM_NAME
    AND COLLECTION_ITEM_DESC= pCOLLECTION_ITEM_DESC
    AND    pDEFAULT_COORD_X = DEFAULT_COORD_X
    AND   pDEFAULT_COORD_Y  = DEFAULT_COORD_Y
    AND   pDEFAULT_COORD_Z  = DEFAULT_COORD_Z
    AND   pDEFAULT_WIDTH    = DEFAULT_WIDTH
    AND   pDEFAULT_HEIGHT   = DEFAULT_HEIGHT
    AND   pDEFAULT_ROTATION = DEFAULT_ROTATION
    AND   pDEFAULT_ALPHA    = DEFAULT_ALPHA
    -- LOCATION TO ADD/CHANGE above!!!
    -- close file
    dbms_lob.fileclose(src_file);
    END load_scene_collection_item;
    Thanks in advance!!!!

    Hi PaulHorth,
    Thanks for the quick reply.
    Actually, i am getting  error while updating the records.
    below is the error message:
    Error starting at line 1 in command:
    exec load_scene_collection_item(3,15,'2 Lane 4way Stop','4 Way Stop Intersection with 2 lanes in each direction',0,0,0,400,517,0,1,'2 Lane 4way Stop.PNG');
    Error report:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "DP_OWNER.LOAD_SCENE_COLLECTION_ITEM", line 55
    ORA-06512: at line 1
    01422. 00000 - "exact fetch returns more than requested number of rows"
    *Cause:    The number specified in exact fetch is less than the rows returned.
    *Action:   Rewrite the query or change number of rows requested

  • Request help on Oracle Applications InterConnect  Downloads

    Hi !
    Recently I have attended the seminar conducted by Oracle in Hyderabd,there they given Oracle Applications InterConnect using iStudio.Where we have to get this Oracle Applications InterConnect software.for this server any sever sholud need ?
    Kindly give solution at the earliest.
    Regards
    A Y N YADAV
    [email protected]
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    Hey there,
    it sounds like your question involves WebCenter Spaces so I would recommend you checkout the discussion board for that software which is here:
    http://forums.oracle.com/forums/forum.jspa?forumID=1188
    This board is for a different product called WebCenter Interaction.
    Good luck!
    819524 wrote:
    I was trying to use spaces API and get this component in the resource catalog of the webcenter spaces. I am stuck in an exception and would request your support and expertise to come out of it.
    I used spaces API’s, created data control of the java classes and created a bounded taskflow of the same.
    I then downloaded the extendwebcenterspaces application and used the below white paper to customize the resource catalog.
    http://www.oracle.com/technetwork/middleware/webcenter/owcs-r11-extend-spaces-wp-132596.pdf
    After updating the catalog reference of the ADF Library Jar( taskflow converted to jar), in the resource catalog xml’s, I was able to create a new version of the webcenter spaces upon deployment and was able to see my taskflow in the resource catalog of the webcenter.
    However, when I try to add the taskflow in my page, it gave me the below exception.
    java.lang.NoClassDefFoundError: oracle/webcenter/spaces/ws/client/GroupSpaceWSContext
    To get over this exception, I added spaces-webcenter-client.jar to the lib folder and deployment profile of CustomWebCenterSpacesWAR.
    However, the exception still remained , though the required classes were added.
    Can you please help me to solve the above exception.

  • Report name LOV in Submit request form in Oracle Applications

    One of my client have a requirement to make modification in List of Values of Report Name on Submit Request form in Oracle Applications.
    Currently or by default it displays the reports order by Applications name, but the requirement is that It should display reports Order by Report Name instead of Applications Name.
    Any one have idea how to customized the form, can it is possible through custom.pll or any other method.
    THanks in Advance
    Muhammad Ali

    The Report Submission screen is FNDRSRUN. The LOV for the concurrent program name is based on the PROGLOVDEF record group, which has the "order by a.application_name, p.user_concurrent_program_name" order by clause.
    As far as I know, you cannot modify the query for a "static" record group (defined in the form) at run time, so I can't see that you could do anything with the CUSTOM.pll.
    However, you could create a customised version of the form (same name) with a different order by on the record group, but then you have to reapply the customisation every time the form is patched (or you lose the customisation).
    You can create a custom copy of the form (different name) and then update all of the functions that call the standard form to call your custom form, but there are lots of functions that call this standard form and you have the problem with patches overwriting the customised function anyway.

  • Information regarding Oracle Applications certifications

    If anybody has any idea about the certifications of Oracle Applications (Finance modules); Kindly share it across.
    With regards,
    Ribhu Kumar

    The first exam in the certification track, Oracle 11i E-Business Suite Essentials, is now available and you can attend a course for it or utilize CD based training to cover the exam content. Personally, I’d rather learn off a CD so I think I’ll be going that route. I couldn’t find much more on the Oracle site about these certification tracks and what other exams are going to be included so if you know something I don’t, please add your comments.
    The mail from the OPN reads as follows:
    Oracle University is announcing the availability of the first 11i eBusiness Applications Certified Professional Consultant programme including:
    Oracle 11i Financials Certified Professional Consultant
    Oracle 11i Supply Chain Certified Professional Consultant
    Oracle 11i Applications Technology Certified Professional Administrator
    As a valued OPN Certified partner, Oracle is pleased to invite you to participate in the pre-launch beta exam process!
    Special price
    During the beta period, all of the exams are available at a special price of US $50. Once the introductory period expires, all online exams will be available at US $90 and testing center based exams will be priced at US $200 (partner and internal discounts apply).
    No training required
    Typically Oracle requires in-class training as a part of the certification track. However, for this period of time, candidates will receive a waiver for the course attendance requirement. Those candidates who can pass the exams and finish the exam requirements without taking a training course are eligible to do so during this waiver period.
    Note: All exams for a track must be completed during the waiver period.
    Please be aware that not all of the exams are currently available.
    The first exam, 1Z0-200: Oracle 11i E-Business Essentials, is available now! This pre-requisite exam is part of the Oracle 11i Financials and Oracle 11i Supply Chain certification tracks, and is the first step in getting certified.
    Expect to see a notification as the other exams become available too.

  • Oracle Applications 11i Load Balancing does not work with RAC one Node

    Hi all,
    Could you help me to resolve this issue.
    Architecture environment is :
    - One APPS tier node
    - Two nodes Oracle Database Appliance (Primary node 1 holds INSTANCE_1 et Secondary node is configurured to holds INSTANCE_2), i.e RAC one Node.
    - The primary node have instance_name SIGM_1 and the secondary node have instance_name SIGM_2, but in RAC one node, the secondary instance is not alive.
    We convert our EBS 11i environment to RAC following note ID Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 11i [ID 823586.1].
    When testing Database failover, Oracle Applications 11i load balancing does not work anymore.
    The root cause is that, when the primary node of the Rac one node is down, the INSTANCE_NAME_1 is automaically relocating to the surviving node,.
    During test failover, we imagine that when the primary node goes down, the secondary node start or relocate database with instance_name SIGM_2, and in that case the Oracle Applications load balancing works.
    Currently, when the primary node goes down, the instance_name SIGM_1 is relocated on the secondary node, which cause failure of Oracle Applications Load Balancing.
    Thank you for your advice.
    Moussa

    This is something I observed a long time ago for Safari (ie: around version 1). I'm not sure this is Safari, per se, but OpenSSL that is responsible for the behavior. I'm pretty sure Chrome does this and I've seen some Linux browsers do it.
    What I have done at the last two companies I've worked for is recommend that our clients do not use SSL SessionID as the way of tracking sticky sessions on web servers, but instead using IP address. This works in nearly all cases and has few downsides. The other solution is to use some sort of session sharing on your web servers to mitigate the issue (which also means that your web servers aren't a point of failure for your users' sessions). (One of the products I supported had no session information stored on the web servers, so we could safely round-robin requests, the other product could be implemented with a Session State Server... but in most cases we just used IP address to load balance with). The other solution is to configure your load balancer to terminate the SSL tunnel. You get some other benefits from this, such as allowing your load balancer to reduce the number of actual connections to the web servers. I've seen many devices setup this way.
    One thing to consider through this is that - due to the way internet standards work - this really can't be termed a bug on anyone's part. There is no guarantee in the SSL/TLS standards that a client will return the same SSL Session ID for each request and there is not requirement that subsequent requests will even use the same tunnel. Remember, HTTP is a stateless protocol. Each request is considered a new request by the web server and everything else is just trickery to try and get it to work the way you want. You can be annoyed at Safari's behavior, but it's been this way for over 5 years by my count, so I don't expect it to change.

  • Business Publisher in Oracle Application Server

    Hi
    I am attempting to deploy BPA Business Publisher (10.1.3.4) to an Oracle 10.1.3.4 Application Server and I have very little in the way of instruction or documentation as to how to undertake this task.
    The BPA installation and Administration guides state that using an Oracle Application Server is a supported configuration for the Business Publisher with little or no further information on how to achieve this!
    I have managed to deployed and configure, to the best of my current knowledge, the businesspublisher.war along with its required data sources, DAO changes, etc.
    I can access the Business Publisher web interface and his shows that no exports currently exist.
    I have attempt to add the new Oracle Application Server based Business Publisher Server to my Business Publisher Architect (i.e. but it keeps failing to connect and BPA hangs until I force it to end!)
    I can see that the BPA Repository host is establishing a connection with the Business Publisher host on port 17059 (the default port) but nothing else happens.
    [oracle@***]$ netstat -a | grep 17059
    tcp 0 0 *:17059 *:* LISTEN
    tcp 111 0 host.domain:17059 host.domain.:2519 ESTABLISHED
    I have undertaken a number of successful installation, deployments and exports from BPA to Business Publisher utilising TomCat on Windows, Linux and SUN but have now been completely stopped on how to undertake this on Oracle Application Server.
    Can any one point me in the direction of any documentation or information on how to achieve this task?
    John

    Hi Joseph
    Many thanks for the info.
    I had raised an SR in Metalink as well as requesting info here and Metalink gave me a ftp link to the document.
    This solved my problems as I needed to undertake the extra configurations in opmn.xml, webappserver.cfg and add a .jar file (these are not shown anywhere in the standard BPA admin or install guides!!)
    Once all these done it works like a dream and users state it is faster then a Tom Cat based deployment.
    Cheers
    John

  • Generate multiple Oracle Applications pdf reports in one batch

    hi,
    we are working in oracle applications 11i.
    we have a custom salary slip report that is built with Oracle Reports Builder and run as a PDF report in Oracle HRMS.
    I need to find a solution to generate the reports/pdf files of all employees in one run/click, name each output file according to employee number and month in the report, save them all in a folder.
    How can I do this from either, reports builder, or Oracle applications?
    Regrads,

    Hi,
    I need to find a solution to generate the reports/pdf files of all employees in one run/clickYou can write a PL/SQL program which will dynamically submit the concurrent request for the report multiple times with different parameters. You will need to run the calling PL/SQL program only once.
    name each output file according to employee number and month in the reportThe output files generated are named according to Oracle EBS convention(like o<req_id>.out). I do not know of any way by which the output file names can be changed. You can however generate the report title dynamically, depending on the input parameter.
    save them all in a folderOutput files are generally stored in $APPLCSF/$APPLOUT. This location can be changed but it will affect all concurrent programs and not just your report.
    Regards,
    Sujoy

  • Error invoking Oracle Application Adapter part of SOA Suite 11g

    We are using Oracle application adapter from BPEL process manager ( SOA Suite 11g) to call PLSQL:OE_ORDER_PUB:PROCESS_ORDER (EBS R12).
    The call returns error : "<ns0:X_MSG_DATA
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="">FND
    FND_AS_UNEXPECTED_ERROR N PKG_NAME OE_Order_PVT N PROCEDURE_NAME Lines N
    ERROR_TEXT ORA-06502: PL/SQL: numeric or value error: NULL index table key
    value </ns0:X_MSG_DATA>"
    The same order gets created from PLSQL but fails while trying from BPEL through Oracle APPS adapter. The dbg file at the EBS end is given below:
    Session Id:5695950
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID22020
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_PRICE_LIST
    Exiting OE_ORDER_CACHE.LOAD_PRICE_LIST
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value fetched from table.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    performing check first time, lx_status: I
    l_sales_contracts_enabled: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Querying the table for the AR details ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    Raj3
    Raj4
    before getting payment count
    Exiting OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    ENTER OE_HEADER_SECURITY.ENTITY
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for AUDIT_TRAIL_ENABLE_FLAG
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    VALUE FROM DBE
    Parameter value fetched from table.
    PARAMETER VALUE: E
    ENTER OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , COLUMN:
    EXIT OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , RESULT:0
    EXIT OE_HEADER_SECURITY.ENTITY
    Entering OR_HEADER_UTIL.Pre_Write_Process
    No prepayments for the order
    Entering OE_HEADER_UTIL.Get_Order_Number
    Entering OE_HEADER_UTIL.Get_Order_Number
    Ordertype is :1087
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    before calling get_seq_info
    Category Code1087
    Set of Books2021
    after calling get_seq_info
    fndseqresult0
    fndseqtype1017
    p_old_header_rec.order_number:
    p_old_header_rec.transaction_phase_code:
    Exiting OR_HEADER_UTIL.Get_Order_Number
    Exiting OR_HEADER_UTIL.Pre_Write_Process
    WRITE TO DB
    Entering OE_HEADER_UTIL.INSERT_ROW
    ENTERING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    UI FLAG IS FALSE
    CODE_RELEASE_LEVEL=120004
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    P_HEADER_ID=22020
    P_HEADER_REC.HEADER_ID=22020
    OD GLOBAL HEADER_ID= 22020
    NEW GLOBAL HEADER_ID= 22020
    EXITING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    returned index is: 1
    Exiting OE_HEADER_UTIL.INSERT_ROW
    Entering OE_HEADER_UTIL.Post_Write_Process
    ENTER SET RECURSION MODE
    ENTITY CODE-11
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Entering Procedure Process_Request_Pvt
    Request type DFLT_HSCREDIT_FOR_SREP
    Entering OE_DELAYED_REQUESTS_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    ENTERING OE_HEADER_SCREDIT_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    ENTER SET RECURSION MODE
    ENTITY CODE-4
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER_SCREDITS
    ENTER OE_HEADER_SCREDIT_SECURITY.ATTRIBUTES
    Entering OE_VALIDATE_Header_Scredits.Attributes
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_Header_Scredits.Attributes
    Entering OE_VALIDATE_Header_Scredits.Entity
    Entering OE_VALIDATE_Header_Scredits.Duplicate_salescredit
    Exiting OE_VALIDATE_Header_Scredits.Duplicate_salescredit
    Exiting OE_VALIDATE_Header_Scredits.Entity
    ENTER OE_HEADER_SCREDIT_SECURITY.ENTITY
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for AUDIT_TRAIL_ENABLE_FLAG
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: E
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    ENTER OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , COLUMN:
    EXIT OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , RESULT:0
    EXIT OE_HEADER_SCREDIT_SECURITY.ENTITY
    ENTERING OE_HEADER_SCREDIT_UTIL.INSERT_ROW
    ENTERING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    UI FLAG IS FALSE
    CODE_RELEASE_LEVEL=120004
    P_HDR_SCR_ID=64168
    ENTERING OE_ORDER_UTIL.RETURN_GLB_ENT_INDEX
    EXITING OE_ORDER_UTIL.RETURN_GLB_ENT_INDEX
    INDEX=641680001
    L_RETURN_STATUS =S
    L_RESULT =F
    OLD SCR_ID 64168
    NEW SCR_ID64168
    EXITING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    RETURNED INDEX IS: 641680001
    EXITING OE_HEADER_SCREDIT_UTIL.INSERT_ROW
    EXITING OE_ORDER_PVT.HEADER_SCREDITS
    ENTER SET RECURSION MODE
    ENTITY CODE-4
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    EXITING OE_HEADER_SCREDIT_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    Exiting OE_DELAYED_REQUESTS_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    leaving Process_Request_Pvt
    ENTER SET RECURSION MODE
    ENTITY CODE-11
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    leaving process_requenst_for_reqtype
    Before calling eval_post_write_header in HEADER Post Write
    ENTERING EVAL_POST_WRITE_HEADER
    M_HOLD_ENTITY_CODE/M_HOLD_ENTITY_ID:C/13489
    RETRIEVING NEW HOLD SOURCE RECORD
    HOLD SOURCE RECORD NOT FOUND , EXITING
    EXITING EVAL_POST_WRITE_HEADER
    After calling eval_post_write_header in HEADER Post Write
    Before calling OE_SCHEDULE_UTIL
    ENTERING INSERT_INTO_MTL_SALES_ORDERS
    CALLING INVS CREATE_SALESORDER
    ORDER TYPE: Cochin Order
    SOURCE CODE: ORDER ENTRY
    ORDER NUMBER : 1017
    L_MSG_COUNT
    RETURN STATUS S
    EXITING INSERT_INTO_MTL_SALES_ORDERS
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_HEADER_UTIL.Post_Write_Process
    EXITING OE_ORDER_PVT.HEADER
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    AFTER HEADER PROCESSING HEADER_ID = 22020
    AFTER HEADER_ADJS PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    AFTER HEADER_PRICE_ATTS PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    Entering Procedure Process_Request_Pvt
    Request type CHECK_HSC_QUOTA_TOTAL
    Entering OE_DELAYED_REQUESTS_UTIL.VALIDATE_HSC_QUOTA_TOTAL
    Entering OE_VALIDATE_Header_Scredits.Validate_HSC_QUOTA_TOTAL
    Exiting OE_VALIDATE_Header_Scredits.Validate_HSC_QUOTA_TOTAL
    Exiting OE_DELAYED_REQUESTS_UTIL.VALIDATE_HSC_QUOTA_TOTAL
    leaving Process_Request_Pvt
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    BEFORE LINES PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-5
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Entering OE_ORDER_PVT.LINES 1: 15-OCT-09 18:31:47
    ---------LOOPING FOR NTH TIME N= 1
    OPERATION = CREATE SO SETTING OLD TO NULL
    Entering OE_LINE_UTIL.CONVERT_MISS_TO_NULL
    outside margin convert miss to null
    inside margin convert miss to null
    Exiting OE_LINE_UTIL.CONVERT_MISS_TO_NULL
    AT LINE LEVEL HEADER_ID22020
    Entering OE_HEADER_UTIL.LOCK_ROW
    Entering OE_HEADER_UTIL.QUERY_ROW
    Before caching OE_HEADER_UTIL.QUERY_ROW
    Exiting OE_HEADER_UTIL.QUERY_ROW
    selected for update, now compare
    STANDARD LINE
    L_MODE IS MODELS_AND_STANDARD
    0
    STARTING LINE LOOP. HEADER_ID = 22020
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    VALUE FROM DB83
    Parameter value fetched from table.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 9.990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+125
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    querying item from mtl_system_items
    querying based on ship_from_org
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    CHECK ATTRIBUTES SECURITY
    Enter OE_LINE_Security.Attributes
    ATTRIBUTE VALIDATION
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Enter procedure OE_validate_line.Attributes
    Header has got created in the same call
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.LOAD_LINE_TYPE
    p_key is not null
    before selecting line_type info : G_MISS_CHAR
    after selecting line_type info : G_MISS_CHAR
    tax_flag :
    Exiting OE_ORDER_CACHE.LOAD_LINE_TYPE
    Checking for Ship Dates....
    Checking for Arival Dates....
    item_relationship_type :
    preferred_grade:
    Exiting procedure OE_validate_line.Attributes
    AFTER ATTRIBUTE VALIDATION
    DEFAULT MISSING
    ENTER OE_DEFAULT_LINE.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    IN DEFAULTING: FUNCTION GET_ITEM_TYPE
    THE INV ITEM IS5429
    line_category_code = ORDER
    retrobill_request_id =
    item_type_code =
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    CALLING GET_SMC
    DEFAULTING SMC FLAG
    GET SMC: TOP MODEL LINE ID :
    CALLING GET_ATO
    IN GET_ATO_LINE , ITEM_TYPE_CODE :STANDARD
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    GET_ATO_LINE: NY
    RETURN ATO_LINE_ID AS NULL
    ENTERING MODEL_OPTION_DEFAULTING
    LINE_ID TO DEFAULT:
    IB Owner:
    IB Install:
    IB Current:
    Entering OE_CONFIG_TSO_PVT.Is_Part_of_Container_Model..: 15-OCT-09 18:31:47
    Line Id :
    Top Model Line id:
    ATO Line id:
    operation :
    inv item : 5429
    Inventory Item id:5429
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    BOM Item Type:4
    Replenish to Order:N
    Config Model Type:
    Top Container Model?:N
    Part of Container Model?:N
    Exiting OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model..: 15-OCT-09 18:31:47
    RETURNING FOR ITEM TYPE MODEL AND STANDARD
    TOLERANCE BELOW :
    TOLERANCE BELOW :
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    Before Defaulting P_Qty and P_Qty_Uom Values:
    Pricing Qty: 20
    Pricing UOM:
    Ordered Qty: 20
    Ordered UOM: EA
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    SHIP FROM OR SHIP METHOD IS NULL/MISSING
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    CALLING GET SHIPPABLE_FLAG
    1 , ATO_LINE_ID:
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    SHIPPABLE FLAG: Y
    SETTING RE_SOURCE_FLAG TO N
    EXIT OE_DEFAULT_LINE.ATTRIBUTES
    APPLY ATTRIBUTE CHANGES
    Entering OE_LINE_UTIL.APPLY_ATTRIBUTE_CHANGES
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.GET_TAX_CALCULATION_FLAG
    Entering OE_ORDER_CACHE.LOAD_LINE_TYPE
    p_key is not null
    Exiting OE_ORDER_CACHE.LOAD_LINE_TYPE
    ENTER RETURN_LINE
    EXIT , THIS IS A REGULAR LINE
    Entering OE_ORDER_CACHE.LOAD_CUST_TRX_TYPE
    Exiting OE_ORDER_CACHE.LOAD_CUST_TRX_TYPE
    Exiting OE_ORDER_CACHE.GET_TAX_CALCULATION_FLAG
    Entering OE_ORDER_CACHE.Enforce_List_price
    Exiting OE_ORDER_CACHE.Enforce_List_price
    old calculate price flag G_MISS_CHAR
    new calculate price flagY
    Freeze method is :BOOKING
    FTE IS NOT INSTALLED!
    OE_GLOBALS.G_PRICING_RECURSION:N
    Entering OE_LINE_UTIL.UPDATE_ADJUSTMENT_FLAGS
    New Item, dont have to do anything
    Exiting OE_LINE_UTIL.UPDATE_ADJUSTMENT_FLAGS
    Freeze method is :BOOKING
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    Ordered Qty has changed
    New Ordered Qty : 20
    Old Ordered Qty :
    Freeze method is :BOOKING
    B2315926_2:
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for ENABLE_FULFILLMENT_ACCEPTANCE
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value fetched from table.
    PARAMETER VALUE:
    CSH --OUT of l_copy_service_field condition
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-5
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST2
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Entering OE_HEADER_UTIL.GET_IDS
    LEAVING OE_MSG_PUB.ADD
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_PRICE_LIST
    Exiting OE_ORDER_CACHE.LOAD_PRICE_LIST
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST2
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Request help.
    Thank you
    Vijosh
    Edited by: user8690315 on Oct 20, 2009 12:19 AM

    Hi,
    I am also same problem while creating the Sales Order.
    Did you find any solution for this problem??
    Thanks,
    -- Eric.

Maybe you are looking for

  • Can I have 2 iPhones with different Apple IDs link to the same Photo Stream?

    My husband and I use the same computer and Aperture program.  I set my iPhone up with the Photo Stream from Aperture with no problem but when he set his up, it didn't get the feed of pictures.  We have different apple ID's on our phones?  Can this be

  • How do I get an OLD iPod and a NEW iPad to share?

    Some time ago I purchased an iPod against my better judgement.  A couple of weeks ago I received a new iPad as a gift.  I attempted to get set up with my OLD Apple id, but Apple said it didn't exist.  Possible since it hadn't been used for a couple o

  • Component Tree Iteration???

    I have read several posts that some what deal with what I am trying to accomplish. I am trying to iterate through the component tree and set certain attributes on each component based on a user's security. For instance, a user logs in, and only has a

  • HT1541 can i use a gift card to two apple acounts

    how can apple clear the balance on my gift cared

  • Smartforms abap

    how to insert excel sheet into main window of smartform. thank u,