GL-Account Analysis Report

Hi
I have a requirement for a report where they need all the journal details and if its a Purchasing source journal, I need to list the vendor name, the invoice number against that PO, etc.And if its an AR invoice, the customer name , order number,etc.
Which table can i find all this information and link it to the GL_JE_LINES and GL_JE_HEADERS tables?
Thanks,
JA

Hi
The standard reports will not display the reference fields which contains the information you are looking for. The GL Drilldown to subledgers work through this reference fields and GL_SL_Link fields
Refer Metalink note # 1012626.102
Hope this helps
Regards
Sivakumar

Similar Messages

  • Urgent Clarification seeking on R12 Account Analysis Report

    Hi Guys
    I have an urgent requirement regarding R12 Account Analysis Report.
    As per Metalink Doc ID : R12 GL Standard Reports Do Not Display Source And Line Item Data [ID 836847.1] ..Account Analysis report in R12 application does not display any value for Source/Line item column as data in gl_je_lines reference columns are not available.
    Do we have any replacement report or any other way to get this info in R12 since it was available in 11i. It is creating lot of problem for reconciling the AP/GL
    It will be good if you can reply ASAP.
    Thanks
    Ajeesh

    Hi
    I believe you can modify the standard account analysis template (RTF using the responsibility "XML Publisher") and include the field for source. This field is available as a standard XML tag in the report. This is a very little effort and can be done quite easily.
    Hope this helps. Let me know if you need any clarity in this respect.
    Vinit

  • How to add two new paramater to the Account Analysis report

    Hi All,
    I was working in Oracle Apps R12.1.2.
    Now i need to customize Account analysis report.
    Now i need to add two new parameter namely Party_name and party_site_name. So now instead of creating new parameter i have used the P_Custom_parameters namely 1 & 2.
    I have searched and found that they have used in this party_name concept only in this part only
    p_party_columns :=
    ',CASE
    WHEN ael.party_type_code = ''S'' THEN
    (SELECT aps.segment1
    ||''|''||aps.vendor_name
    ||''|''||hzp.jgzz_fiscal_code
    ||''|''||hzp.tax_reference
    ||''|''||hps.party_site_number
    ||''|''||hps.party_site_name
    ||''|''||NULL
    FROM ap_suppliers aps
    ,ap_supplier_sites_all apss
    ,hz_parties hzp
    ,hz_party_sites hps
    ,xla_ae_lines ael2
    WHERE aps.vendor_id = ael2.party_id
    AND hzp.party_id = aps.party_id
    AND apss.vendor_site_id(+) = ael2.party_site_id
    AND hps.party_site_id(+) = apss.party_site_id
    AND ael2.application_id = ael.application_id
    AND ael2.ae_header_id = ael.ae_header_id
    AND ael2.ae_line_num = ael.ae_line_num
              AND aps.vendor_name = :P_CUSTOM_PARAMETER_1
              AND hps.party_site_name = :P_CUSTOM_PARAMETER_2)
    WHEN ( ael.party_type_code = ''C'' AND ael.party_id is not null ) THEN
    (SELECT hca.account_number
    ||''|''||hzp.party_name
    ||''|''||hzp.jgzz_fiscal_code
    ||''|''||hzp.tax_reference
    ||''|''||hps.party_site_number
    ||''|''||hps.party_site_name
    ||''|''||hzcu.tax_reference
    FROM hz_cust_accounts hca
    ,hz_cust_acct_sites_all hcas
    ,hz_cust_site_uses_all hzcu
    ,hz_parties hzp
    ,hz_party_sites hps
    ,xla_ae_lines ael2
    WHERE hca.cust_account_id = ael2.party_id
    AND hzp.party_id = hca.party_id
    AND hzcu.site_use_id(+) = ael2.party_site_id
    AND hcas.cust_acct_site_id(+) = hzcu.cust_acct_site_id
    AND hps.party_site_id(+) = hcas.party_site_id
    AND ael2.application_id = ael.application_id
    AND ael2.ae_header_id = ael.ae_header_id
    AND ael2.ae_line_num = ael.ae_line_num
              AND hzp.party_name = :P_CUSTOM_PARAMETER_1
              AND hps.party_site_name = :P_CUSTOM_PARAMETER_2)
    ELSE
    NULL
    END ';
    But now when i ran with a specific parameter its running for all party name.
    Can any one pls guide me how to achieve this
    Thanks & Regards
    Srikkanth
    Edited by: Srikkanth.M on Oct 20, 2011 5:23 PM

    solved

  • In the Account Analysis Report Payables, currency precissions are not refle

    Hi All,
    In the Account Analysis Report Payables, currency precissions are not reflected propely.
    The functional currency is KWD (Precission - 3). In the standard report (Account Analsyis Report) parables application, the output is shown in 2 decimals. The output should be shown in 3 precisions.
    Regards,
    Raju.

    Some how the rtf (XLAAAR01) is not looking at the currency precision.
    You may customize the rtf.
    By
    Vamsi

  • Not getting Line Description in Account Analysis Report

    Hi Friends,
    There is requirement to get line description for account analysis report...
    Source - Cost Management
    Category - Receiving
    Event Type - Receipt into Receiving
    I have done required setup(Application Accounting Definition) to get the line description .I am getting line description for Debit transaction but for the same source and event type i am not getting line description for credit transactions..
    Is there any way to get line description for Credit transaction.
    Please suggest...

    Please friend...share knowledge on this...

  • How can i Add two parameters to Account Analysis Report  R12?

    Please i need to add two parameters Vendor Name & Currency to Account Analysis Report?

    Dear Helios
    1- I added the two parameters through navigating to concurrent ->Program - > Define
    2 - Modifiy XLAAARPT.xml (Adding paramters and modify the query)
    is this correct?
    Regards,
    Edited by: user565050 on Sep 6, 2012 1:17 AM

  • Payables Account Analysis report takes long time to produce xml output

    Hi,
    I am trying to get xml data for the Payables Account Analysis report. I have changed the output format of the concurrent program to XML.
    The report takes long time to produce the xml data irrespective of the number of rows fetched. But the same report with Text output runs very fast.
    Any reason why the xml output takes long time?
    thanks in advance
    Malathi.

    Hi,
    Thanks for the reply.
    As mentioned above, i deleted the Q_FLEXDATA and ran the report. it takes less time.
    But Will the report data not affected when we delete Q_FLEXDATA Group? and Why this flexdata group affects the running time?
    Thanks,
    Malathi.

  • Difference B/W Account Analysis - (180 Char) and Account Analysis report

    Hi Experts,
    Can anybody expalin me the difference between "Account Analysis - (180 Char)" Report of General Ledger Application and "Account Analysis Report" of SubLedger Accounting Application.Can we compare both the reports in R12? Does both the reports gives us equal Results in R12?
    Please explain me the exact difference between these reports.
    Thanks in Advance,
    RS

    981194 wrote:
    Hii,
    Please help me , what is the alternative report in R12 for Account Analysis – Sub ledger Detail (180 Char)Please see this
    its Obsoleted in R12
    EBS R12: Financial Reports impacted by the R12 (12.0 and 12.1) Upgrade [ID 1110684.1]
    R12: Are Account Analysis Subledger Detail Reports Available In R12? Are there obsoleted reports? [ID 464233.1]
    ;) AppsmAsti ;)
    Sharing is Caring

  • EBS R12 (12.1.3) GL Account Analysis Report

    Experts
    My apologies before I ask my question - I am normally supporting HR.
    Regarding the Account Analysis Report in GL - there is a 'From' and 'To' date parameter, my users report that they believe they had previously been able to run with 'From' and 'To' crossing fiscal years.  They are not finding that possible now.
    What is the expected functionality??
    regards
    Tom

    Can you find any errors in Apache log files?
    Please see these docs.
    Login to EBS in OAM 11g Integrated Environment Fails With OAM Error "System error. Please re-try your action". [ID 1457176.1]
    Error Logging To a Migrated SSO 10g Midtier On OAM 11.1.1.5.0 Bp2 [ID 1450682.1]
    Migrating Oracle Single Sign-On 10gR3 (10.1.4.3) to Oracle Access Manager 11gR1 (11.1.1.3.x) with Oracle E-Business Suite [ID 1336337.1]
    Thanks,
    Hussein

  • Add PO Number to Account Analysis Report in R12

    Hi Guys,
    I have a requirement to Add PO Number to Account Analysis report under sub ledger Accounting application in R12.
    Could you please help, if this requirement is feasible and what are the joins require for it.
    As per my knowledge it goes like xla_transactions-> AP_invoices_all then to PO_headers_all.
    Is there any other alternative for this.
    Quick response will highly be appreciated.
    Thanks

    You can't go from ap_invoices_all to po_headers_all.
    You will have to go from ap_invoice_distributions_all to po_distributions_all using the po_distribution_id.
    And remember to perform an outer join because for some invoice distributions, you may not have a po.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • Adding New Parameters for Account Analysis Report

    My requirement is to customize the Account Analysis report and need to add two parameters(PO Number And Item).In the Dev Instance I have done by creating the customizing package instead of XLA_ACCT_ANALYSIS_RPT_PKG to some xxxx_pkg used in the XLAAARPT.xml file.But when i am doing this in Production the user does not have access to the Packages he has only access for tables and synonyms.I am unable to create the customize package is there any other way to decalre and use parameters in XLAAARPT.xml file.
    If there is any possibility please provide me the solution as soon as possible.
    Thanks in advance

    Hi
    Did you customize the Account Analysis Report? I need to add new columns PO NUmber and Item # . COuld you please let me know how can I get those columns to display in the report? I mean the joins to the tables.

  • GL Account analysis report with ALV Grid control

    Hi Everyone,
    I am looking for a GL Account analysis report with ALV Grid Control.
    Can I get sample code for this report.
    Thank you
    Prasad

    Hi Rob,
    Actually, I am searching for a Report which gives GL account analysis.
    If anybody can throw more light on this ...it would be great.
    Which Tables and fields i should refer for this report.
    Thanks

  • Payable Account analysis report

    Hi All,
    Payables Account Analysis Report for 10.1000.1000 which is the account that is billed when we charge our customers freight on an order. Most orders have freight in the “charges” section in order entry, however, I do not see the items showing up on this account on the analysis report. Please advise as to what GL account the freight charges on invoices are charted to. I need to know what charges we billed for freight from Feb 1 2008 to Jan 31 2009.
    Thanks,
    Redro.

    Any Suggestions?
    Thanks,
    Prakash.

  • Account Analysis report (Modification adding Customer)

    Dear All,
    I just want to know is there any way to Modify Account Analysis Report (Subledger) modified by adding Supplier Name.
    Thanks
    Rehan

    Hi Rehan;
    Please check below which could be helpful for your issue:
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    Regard
    Helios

  • Account Analysis Report (Subledger)

    Hello,
    I am on R12.1.3.
    I am running Account Analysis Report fro AP Super User Responsibility. In the report I am getting records with source such as Manual and Spreadsheet.
    I was expecting the output to content only the payable info. AM I wrong in understanding this report ?
    About reconciliation
    I expected the output of this report to exactly match with with Account analysis from GL Super user (for the account where there is no external sources are touching)
    Regards,
    SM

    Hi Rehan;
    Please check below which could be helpful for your issue:
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    Regard
    Helios

  • Account Analysis Report completed with warning

    Hi All,
    I am unable get the output for Account Analysis Report.Can Any one help me onthis.
    log file message:
    Executing request completion options...
    Output file size:
    339799830
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1905991 on node APP1DEV at 30-JAN-2012 21:52:13.
    Post-processing of request 1905991 failed at 30-JAN-2012 21:59:13 with the error message:
    The concurrent manager has timed out waiting for the Output Post-processor to finish this request.
    Check that there are enough Output Post-processor service processes running.
    More information may be found in the service process logfile.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Thanks
    Ramaiah

    Hi Hussein,
    Apllication Version is : 12.1.3
    DataBase :10g
    Os :Linux
    opp log file :
    [1/31/12 9:59:45 AM] [main] Starting GSF service with concurrent process id = 1521486.
    [1/31/12 9:59:45 AM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [1/31/12 9:59:45 AM] [Thread-19] Service thread starting up.
    [1/31/12 9:59:45 AM] [Thread-20] Service thread starting up.
    [1/31/12 1:34:49 PM] [OPPServiceThread1] Post-processing request 1906152.
    [1/31/12 1:40:03 PM] [OPPServiceThread0] Post-processing request 1906153.
    [1/31/12 1:40:03 PM] [1521486:RT1906153] Executing post-processing actions for request 1906153.
    [1/31/12 1:40:03 PM] [1521486:RT1906153] Starting XML Publisher post-processing action.
    [1/31/12 1:40:03 PM] [1521486:RT1906153]
    Template code: APTBRPT06
    Template app: SQLAP
    Language: en
    Territory: US
    Output type: EXCEL
    [013112_014004619][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [013112_014004619][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [013112_014004620][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [013112_014004620][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[US7ASCII]
    [013112_014004620][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[-1]
    [013112_014004620][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [013112_014004620][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [013112_014004620][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@laux02.nitusa.com:1531:TEST]
    [013112_014004620][][EXCEPTION] [DEBUG] [RESP_ID]:[-1]
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [013112_014004620][][EXCEPTION] [DEBUG] [USER_ID]:[-1]
    [013112_014004620][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [013112_014004620][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [013112_014004621][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [013112_014004621][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [013112_014004621][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [013112_014004621][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [013112_014004621][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [013112_014004621][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [013112_014004621][][EXCEPTION] [DEBUG] [LOGIN_ID]:[-1]
    [013112_014004621][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [013112_014004621][][EXCEPTION] [DEBUG] [APPLTMP]:[app/TEST/inst/apps/TEST_app1dev/appltmp]
    [013112_014004621][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) SE Runtime Environment]
    [013112_014004621][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386]
    [013112_014004621][][EXCEPTION] [DEBUG] [java.vm.version]:[11.0-b15]
    [013112_014004621][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [013112_014004621][][EXCEPTION] [DEBUG] [dbcfile]:[app/TEST/inst/apps/TEST_app1dev/appl/fnd/12.0.0/secure/TEST.dbc]
    [013112_014004621][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [013112_014004621][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [013112_014004621][][EXCEPTION] [DEBUG] [path.separator]:[:]
    [013112_014004621][][EXCEPTION] [DEBUG] [APPLCSF]:[app/TEST/inst/apps/TEST_app1dev/logs/appl/conc]
    [013112_014004622][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Server VM]
    [013112_014004622][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [013112_014004622][][EXCEPTION] [DEBUG] [sun.java.launcher]:[SUN_STANDARD]
    [013112_014004622][][EXCEPTION] [DEBUG] [user.country]:[US]
    [013112_014004622][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[unknown]
    [013112_014004622][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [013112_014004622][][EXCEPTION] [DEBUG] [user.dir]:[app/TEST/inst/apps/TEST_app1dev/logs/appl/conc/log]
    [013112_014004622][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.6.0_10-b33]
    [013112_014004622][][EXCEPTION] [DEBUG] [CLIENT_PROCESSID]:[29178]
    [013112_014004622][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [013112_014004622][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/endorsed]
    [013112_014004622][][EXCEPTION] [DEBUG] [os.arch]:[i386]
    [013112_014004622][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[app/TEST/inst/apps/TEST_app1dev/appl/fnd/12.0.0/secure/TEST.dbc]
    [013112_014004622][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[tmp]
    [013112_014004622][][EXCEPTION] [DEBUG] [line.separator]:[
    [013112_014004622][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [013112_014004622][][EXCEPTION] [DEBUG] [os.name]:[Linux]
    [013112_014004622][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [013112_014004623][][EXCEPTION] [DEBUG] [cpid]:[1521486]
    [013112_014004623][][EXCEPTION] [DEBUG] [sun.jnu.encoding]:[UTF-8]
    [013112_014004623][][EXCEPTION] [DEBUG] [oracle.apps.fnd.common.Pool.leak.mode]:[stderr:off]
    [013112_014004623][][EXCEPTION] [DEBUG] [java.library.path]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386/server:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/../lib/i386:/app/TEST/apps/tech_st/10.1.3/lib32:/app/TEST/apps/tech_st/10.1.3/lib:/app/TEST/apps/apps_st/appl/cz/12.0.0/bin:/app/TEST/apps/apps_st/appl/iby/12.0.0/bin:/app/TEST/apps/apps_st/appl/pon/12.0.0/bin:/app/TEST/apps/apps_st/appl/sht/12.0.0/lib:/usr/java/packages/lib/i386:/lib:/usr/lib]
    [013112_014004623][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [013112_014004623][][EXCEPTION] [DEBUG] [java.class.version]:[50.0]
    [013112_014004623][][EXCEPTION] [DEBUG] [sun.management.compiler]:[HotSpot Tiered Compilers]
    [013112_014004623][][EXCEPTION] [DEBUG] [queue_appl_id]:[0]
    [013112_014004623][][EXCEPTION] [DEBUG] [os.version]:[2.6.18-164.el5]
    [013112_014004623][][EXCEPTION] [DEBUG] [LONG_RUNNING_JVM]:[true]
    [013112_014004623][][EXCEPTION] [DEBUG] [user.home]:[home/appltest]
    [013112_014004623][][EXCEPTION] [DEBUG] [user.timezone]:[America/Los_Angeles]
    [013112_014004623][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [013112_014004623][][EXCEPTION] [DEBUG] [file.encoding]:[UTF-8]
    [013112_014004623][][EXCEPTION] [DEBUG] [java.specification.version]:[1.6]
    [013112_014004623][][EXCEPTION] [DEBUG] [CACHEMODE]:[DISTRIBUTED]
    [013112_014004623][][EXCEPTION] [DEBUG] [conc_queue_id]:[1040]
    [013112_014004623][][EXCEPTION] [DEBUG] [java.class.path]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/app/TEST/apps/apps_st/comn/java/lib/appsborg2.zip:/app/TEST/apps/apps_st/comn/java/classes]
    [013112_014004623][][EXCEPTION] [DEBUG] [user.name]:[appltest]
    [013112_014004624][][EXCEPTION] [DEBUG] [DBCFILE]:[app/TEST/inst/apps/TEST_app1dev/appl/fnd/12.0.0/secure/TEST.dbc]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.home]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre]
    [013112_014004624][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [013112_014004624][][EXCEPTION] [DEBUG] [user.language]:[en]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [013112_014004624][][EXCEPTION] [DEBUG] [logfile]:[app/TEST/inst/apps/TEST_app1dev/logs/appl/conc/log/FNDOPP1521486.txt]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.version]:[1.6.0_10]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.ext.dirs]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/ext:/usr/java/packages/lib/ext]
    [013112_014004624][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/resources.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/sunrsasign.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/jsse.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/jce.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/charsets.jar:/app/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/classes]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [013112_014004624][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [013112_014004624][][EXCEPTION] [DEBUG] [file.separator]:[]
    [013112_014004624][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [013112_014004624][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [013112_014004624][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [013112_014004624][][EXCEPTION] [DEBUG] [APPLOUT]:[out]
    [013112_014004625][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[]
    [1/31/12 1:40:07 PM] [1521486:RT1906153] XML Publisher post-processing action complete.
    [1/31/12 1:40:07 PM] [1521486:RT1906153] Completed post-processing actions for request 1906153.
    [1/31/12 10:31:16 PM] [OPPServiceThread1] Post-processing request 1906219.
    [1/31/12 11:19:58 PM] [OPPServiceThread0] Post-processing request 1906238.
    [2/1/12 12:22:49 AM] [OPPServiceThread0] Post-processing request 1906247.
    [2/1/12 12:22:49 AM] [1521486:RT1906247] Executing post-processing actions for request 1906247.
    [2/1/12 12:22:49 AM] [1521486:RT1906247] Starting XML Publisher post-processing action.
    [2/1/12 12:22:49 AM] [1521486:RT1906247]
    Template code: NITXLAAAR01
    Template app: XLA
    Language: en
    Territory: US
    Output type: PDF
    [2/1/12 6:22:50 AM] [1521486:RT1906247] Output file was found but is zero sized - Deleted
    [2/1/12 6:22:50 AM] [UNEXPECTED] [1521486:RT1906247] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:677)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:425)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:244)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: java.lang.ThreadDeath
         at java.lang.Thread.stop(Thread.java:715)
         at oracle.apps.fnd.cp.opp.OPPRequestThreadManager.terminateThread(OPPRequestThreadManager.java:210)
         at oracle.apps.fnd.cp.opp.OPPTerminateCommand.execute(OPPTerminateCommand.java:48)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.processMessage(OPPServiceThread.java:243)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.waitForMessages(OPPServiceThread.java:230)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.mainLoop(OPPServiceThread.java:131)
         at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:136)
    [2/1/12 6:22:50 AM] [1521486:RT1906247] Completed post-processing actions for request 1906247.
    [2/1/12 11:42:15 AM] [OPPServiceThread1] Post-processing request 1906355.
    [2/1/12 11:42:16 AM] [1521486:RT1906355] Executing post-processing actions for request 1906355.
    [2/1/12 11:42:16 AM] [1521486:RT1906355] Starting XML Publisher post-processing action.
    [2/1/12 11:42:16 AM] [1521486:RT1906355]
    Template code: APTBRPT05
    Template app: SQLAP
    Language: en
    Territory: US
    Output type: RTF
    [2/1/12 11:42:21 AM] [1521486:RT1906355] XML Publisher post-processing action complete.
    [2/1/12 11:42:21 AM] [1521486:RT1906355] Completed post-processing actions for request 1906355.
    [2/1/12 11:44:35 AM] [OPPServiceThread1] Post-processing request 1906356.
    [2/1/12 9:53:24 PM] [OPPServiceThread0] Post-processing request 1906422.
    [2/2/12 4:09:16 AM] [OPPServiceThread0] Post-processing request 1906502.
    [2/2/12 4:09:16 AM] [1521486:RT1906502] Executing post-processing actions for request 1906502.
    [2/2/12 4:09:16 AM] [1521486:RT1906502] Starting XML Publisher post-processing action.
    [2/2/12 4:09:16 AM] [1521486:RT1906502]
    Template code: NITXLAAARPT_TEST
    Template app: XLA
    Language: en
    Territory: US
    Output type: PDF
    [2/2/12 4:09:16 AM] [1521486:RT1906502] XML Publisher post-processing action complete.
    [2/2/12 4:09:16 AM] [1521486:RT1906502] Completed post-processing actions for request 1906502.
    [2/2/12 4:28:52 AM] [OPPServiceThread1] Post-processing request 1906505.
    [2/2/12 4:28:52 AM] [1521486:RT1906505] Executing post-processing actions for request 1906505.
    [2/2/12 4:28:52 AM] [1521486:RT1906505] Starting XML Publisher post-processing action.
    [2/2/12 4:28:52 AM] [1521486:RT1906505]
    Template code: NITXLAAARPT_TEST
    Template app: XLA
    Language: en
    Territory: US
    Output type: PDF
    [2/2/12 4:42:52 AM] [1521486:RT1906505] Output file was found but is zero sized - Deleted
    [2/2/12 4:42:52 AM] [UNEXPECTED] [1521486:RT1906505] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:677)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:425)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:244)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: java.lang.ThreadDeath
         at java.lang.Thread.stop(Thread.java:715)
         at oracle.apps.fnd.cp.opp.OPPRequestThreadManager.terminateThread(OPPRequestThreadManager.java:210)
         at oracle.apps.fnd.cp.opp.OPPTerminateCommand.execute(OPPTerminateCommand.java:48)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.processMessage(OPPServiceThread.java:243)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.waitForMessages(OPPServiceThread.java:230)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.mainLoop(OPPServiceThread.java:131)
         at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:136)
    [2/2/12 4:42:52 AM] [1521486:RT1906505] Completed post-processing actions for request 1906505.
    [2/2/12 4:53:44 AM] [OPPServiceThread0] Post-processing request 1906508.
    [2/2/12 4:53:45 AM] [1521486:RT1906508] Executing post-processing actions for request 1906508.
    [2/2/12 4:53:45 AM] [1521486:RT1906508] Starting XML Publisher post-processing action.
    [2/2/12 4:53:45 AM] [1521486:RT1906508]
    Template code: NITXLAAARPT_TEST
    Template app: XLA
    Language: en
    Territory: US
    Output type: PDF
    [2/2/12 5:07:45 AM] [1521486:RT1906508] Output file was found but is zero sized - Deleted
    [2/2/12 5:07:45 AM] [UNEXPECTED] [1521486:RT1906508] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:677)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:425)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:244)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: java.lang.ThreadDeath
         at java.lang.Thread.stop(Thread.java:715)
         at oracle.apps.fnd.cp.opp.OPPRequestThreadManager.terminateThread(OPPRequestThreadManager.java:210)
         at oracle.apps.fnd.cp.opp.OPPTerminateCommand.execute(OPPTerminateCommand.java:48)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.processMessage(OPPServiceThread.java:243)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.waitForMessages(OPPServiceThread.java:230)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.mainLoop(OPPServiceThread.java:131)
         at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:136)
    [2/2/12 5:07:45 AM] [1521486:RT1906508] Completed post-processing actions for request 1906508.
    [2/2/12 4:17:39 PM] [OPPServiceThread0] Post-processing request 1906578.
    [2/2/12 4:17:39 PM] [1521486:RT1906578] Executing post-processing actions for request 1906578.
    [2/2/12 4:17:39 PM] [1521486:RT1906578] Starting XML Publisher post-processing action.
    [2/2/12 4:17:39 PM] [1521486:RT1906578]
    Template code: NITXLAAAR01
    Template app: XLA
    Language: en
    Territory: US
    Output type: PDF
    [2/2/12 4:17:39 PM] [1521486:RT1906578] Output file was found but is zero sized - Deleted
    [2/2/12 4:17:39 PM] [UNEXPECTED] [1521486:RT1906578] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:677)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:425)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:244)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Cannot convert number to NodeSet.
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:521)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
         ... 18 more
    [2/2/12 4:17:39 PM] [1521486:RT1906578] Completed post-processing actions for request 1906578.
    [2/2/12 5:52:15 PM] [OPPServiceThread1] Post-processing request 1906589.
    [2/2/12 6:02:24 PM] [OPPServiceThread0] Post-processing request 1906591.
    [2/2/12 6:02:25 PM] [1521486:RT1906591] Executing post-processing actions for request 1906591.
    [2/2/12 6:02:25 PM] [1521486:RT1906591] Starting XML Publisher post-processing action.
    [2/2/12 6:02:25 PM] [1521486:RT1906591]
    Template code: APTBRPT05
    Template app: SQLAP
    Language: en
    Territory: US
    Output type: RTF
    [2/2/12 6:02:26 PM] [1521486:RT1906591] XML Publisher post-processing action complete.
    [2/2/12 6:02:26 PM] [1521486:RT1906591] Completed post-processing actions for request 1906591.
    [2/2/12 9:53:28 PM] [OPPServiceThread1] Post-processing request 1906614.
    [2/2/12 10:19:12 PM] [OPPServiceThread0] Post-processing request 1906618.
    [2/2/12 10:47:06 PM] [OPPServiceThread0] Post-processing request 1906621.
    [2/2/12 11:26:17 PM] [OPPServiceThread1] Post-processing request 1906643.
    [2/2/12 11:26:17 PM] [1521486:RT1906643] Executing post-processing actions for request 1906643.
    [2/2/12 11:26:17 PM] [1521486:RT1906643] Starting XML Publisher post-processing action.
    [2/2/12 11:26:17 PM] [1521486:RT1906643]
    Template code: NITXLAAARPT_TEST
    Template app: XLA
    Language: en
    Territory: US
    Output type: PDF
    [2/2/12 11:40:17 PM] [1521486:RT1906643] Output file was found but is zero sized - Deleted
    [2/2/12 11:40:17 PM] [UNEXPECTED] [1521486:RT1906643] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:677)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:425)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:244)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: java.lang.ThreadDeath
         at java.lang.Thread.stop(Thread.java:715)
         at oracle.apps.fnd.cp.opp.OPPRequestThreadManager.terminateThread(OPPRequestThreadManager.java:210)
         at oracle.apps.fnd.cp.opp.OPPTerminateCommand.execute(OPPTerminateCommand.java:48)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.processMessage(OPPServiceThread.java:243)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.waitForMessages(OPPServiceThread.java:230)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.mainLoop(OPPServiceThread.java:131)
         at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:136)
    [2/2/12 11:40:17 PM] [1521486:RT1906643] Completed post-processing actions for request 1906643.
    Thanks
    Ramaiah

Maybe you are looking for

  • Creative Cloud Packager - Post-Install Update Enabling

    Hi, I have created a package for deployment in our enterprise and did a little mistake while selecting option. I have disabled updates and now users cannot update their products that are installed on their computers. I was wondering if there is a fil

  • Can't figure out how to manuever in wiebsites pages

    When on a website,if I click on a link,I can't figure out how to then, get back to the original page I was on.

  • How do I transfer my iTunes to a 'new' computer using my iPad?

    It's not really a new computer, but the same one I've had for a while now. I had gotten a virus on my computer and took it to IT. Long story short, they had to wipe my hard drive, because of how deep the virus got in and I'm basically starting over f

  • Persistent variable in package

    Hey, I am not sure where exactly to ask about this, so if I posted in the wrong forum forgive me. My problem is this: I am writing an application which interacts with a remote server using the functions in the utl_tcp package. This works with no prob

  • Using functions/sql in report columns

    Hi, New at CRM OD so struggling with reports... So the problem is : Have an Account Record and an associated "Parent Account" with it (Type: Account) Now the report must show the Account Name, Parent Account(if any), ID of the Parent Account. Not sur