Oracle EBS GL Journal Line Description not being extracted by ETC

It seems that the ETL for Oracle EBS (R12) includes the JE Batch Name, the JE Header Name/Description, and the JE Line Number. However, it does not include the JE Line Description. We have been able to meet all of our requirements based on out-of-the-box ETL and are trying to avoid customization. Has anyone run into this issue and has any customized the ETL to accomodate the need.

yes most of the times there are alot of customizations ...
If you are doing any customization to out of the box ETL job then you will do that in custom folders such as custom_sde or custom_sil. Now your modified etl job is in a new Informatica folder in order for this new etl job to run by DAC you need to create a new folder in DAC with the same name as in informatica and associate it with corresponding informatica folder.
Please refer to the DAC Guide Section 5 for more step by step information !!
Hope this helps !!

Similar Messages

  • Journal Line Description not displayed

    Hi,
    I ran create accounting for Inventory ( cost management ) and inported the journals to GL. But we cannot see the journal line description.Instead only the Journal Import Created can be seen.
    I found a note saying to change the following
    Accounting Setup manager > Subledger Accounting Options > Cost Management > Update Accounting Options >General Ledger Journal Entry Summarization to No Summarization .
    This works well for AP, but not for Inventory.
    Please can someone explain this situations.
    Thanks and Regards,
    MPH

    Setting Journal Entry Summarization to No Summarization alone can't give the description in GL.
    Along with above, in the Journal Line Definition screen, you may need to add Journal Line Descriptions at Journal Line Type level.
    More details on SLA Implementation Guide.
    Accounting Methods Builder -> Journal Lines Definitions -> To Define Journal Lines Definitions
    By
    Vamsi

  • Re: Journal Line Description not displayed

    Hi,
    Trying to do the same etc include journal line description. Found some notes and tried doing the below setups ....
    Did the followings ...
    1 Accounting Setup manager > Subledger Accounting Options > Cost Management > Update Accounting Options >General Ledger Journal Entry Summarization to No Summarization .
    2. In SLA Cost Management...
       -Define new JED, selecting PO number.
       -Define new JLD by copying the existing RCPT_REC_INSP and DELIVER_EXPENSE and attached the new JED.
       -Define new AAD by copying from the existing COST_MANAGEMENT and attached the newly created JLD.
       Lastly,  enddate the seeded SLAM and add a new AAD assignments and attached to the newly created AAD.
    But upon validating the accounting definition, it shows invalid and though enabled the fnd log, still do not see any message.
    Appreciate any help.
    Thanks
    WW

    Setting Journal Entry Summarization to No Summarization alone can't give the description in GL.
    Along with above, in the Journal Line Definition screen, you may need to add Journal Line Descriptions at Journal Line Type level.
    More details on SLA Implementation Guide.
    Accounting Methods Builder -> Journal Lines Definitions -> To Define Journal Lines Definitions
    By
    Vamsi

  • Modify Journal line description by SLA

    Hi,
    I modified the journal line description in AP by SLA, change the journal line description from invoice distribution description to invoice number+supplier name+invoice distribution description(default setup is invoice distribution description will be brought to journal line description), but I found if i write the description in invoice header, the system will add the invoice header description in the journal line description automatic, and I did not find any place where i can change it, the same thing is happened when i modify the ar receipts description, so could you have some experience about this, please kindly share it, thanks.
    Best Regards
    Spark

    Hi Vamsi,
    Yes, the header description will be added to lines and distribution lines description although I have modified the journal entry lines description in SLA, but when I checked accounting information in SLA in AP events, the description is correct, but after I transfer the journal to GL, the journal lines description will added the invoice header description in journal line description, so I think is there have setup where I can modify this? Thanks.
    Best Regards
    Spark

  • "SUS Purchase Orders" are not being extracted from SRM to BW

    I'm usign BW 7.0 with SRM 5.0 (EBP and SUS).
    "SUS Purchase Orders" (BUS2230) are not being extracted from SRM to BW, only "Purchase Orders" (BUS2201). I'm using standard SRM extractor 0BBP_TD_PO.
    Does anyone have experieced this? Is there any special configuration to extract "SUS Purchase Orders"?
    Thanks in advance
    Raphael Barboza

    The only solution we were able to provide with the time constraint we had was to modify the standard extractor to consider the SUS PO code instead of the PO code.
    Function module: BBP_BI_PO_EXTRACT
    Replace line:
       c_object_type   TYPE bbp_object_type  VALUE c_po, u201CBUS2201
    With the line:
       c_object_type   TYPE bbp_object_type  VALUE c_suspo, u201CBUS2230
    It is not the most elegant solution, but it worked.
    Hope it helps.

  • Oracle EBS 11.5.10.2 not working in IE 9 on Windows 7 64-Bit

    Hi,
    I upgraded our Oracle EBS(11.5.10) to 11.5.10.2+DB 11g R2+Sun JRE.
    Some users having IE 9 on Windows 7 (64-Bit) are not able to access the Forms based products, though this combination is mentioned in Note: 290807.1.
    Please let me know if any work around is there for this issue. Users don't want to use FireFox.
    Rgds,
    Thiru

    Please post the complete error message as requested above.
    Also, check Apache and the application.log file for any errors.
    In Steven Chan blog its mentioned that the following is supported for R11i.
    32-bit Windows 7, 32-bit browsers, 32-bit JRE
    64-bit Windows 7, 32-bit browsers, 32-bit JRE
    Our users are having 64-Bit Windows 7 and IE 9. Since I didn't know if the IE 9 was 32-bit or 64-Bit , I removed the IE 9.
    64-Bit Windows 7 is not allowing 32-Bit IE to be installed.You do need to install a 32-bit of IE9.
    I have all the pre-requisites mentioned in the blog.Please post the complete error message.
    Thanks,
    Hussein

  • Oracle SOA Suite - SOAP Fault content not being returned

    It starts with a fairly standard scenario: from within a BPEL process in Oracle SOA Suite, I’m making a call to an external web service. The not-so-standard part: the owner of the external web service has decided to return all errors in the form of a SOAP fault. Unfortunately, this error schema is not included in the WSDL. If we call the external web service directly (via SOAPUI, for example), we get the following, including a nice explanation of why it errored out:
    <soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:err="error.xml.common">
    <faultcode>soapenv:Server</faultcode>
    <faultstring>Undefined</faultstring>
    <detail>
    <err:ErrorList>
    <err:Error>
    <err:Application>CIA</err:Application>
    <err:Code>1031</err:Code>
    <err:Description>Field value is invalid Credit Card Number V failed mod10 check</err:Description>
    <err:ServerTime>2010-02-25T17:37:38.472-05:00</err:ServerTime>
    </err:Error>
    <err:StackTrace>subscription.memberservices.common.exception.ServiceInvocationException: 1031~Field value is invalid Credit Card Number V failed mod10 check
    at subscription.memberservices.common.client.http.CiaHttpClient.checkForErrors(CiaHttpClient.java:120)
    at subscription.memberservices.common.client.http.CiaHttpClient.enroll(CiaHttpClient.java:50)
    at subscription.memberservices.na.processes.enroll.EnrollProcess.callCiaEnroll(EnrollProcess.jpd:1003)
    at subscription.memberservices.na.processes.enroll.EnrollProcess_wf$ImplControlSend14.invoke(EnrollProcess_wf.java:145)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    ... 38 more</err:StackTrace>
    </err:ErrorList>
    </detail>
    </soapenv:Fault>
    No matter what I try, however, I can’t fetch the information in the “detail” element above. When examining the audit trail in SOA Suite, I can only see this:
    <fault>
    <faultType>0</faultType>
    <remoteFault>
    <part name="summary">
    <summary>Undefined</summary>
    </part>
    <part name="detail">
    <detail>javax.xml.ws.soap.SOAPFaultException: Undefined</detail>
    </part>
    <part name="code">
    <code>null</code>
    </part>
    </remoteFault>
    </fault>
    It seems SOA Suite is “protecting” my service from the other SOAP fault elements instead of passing everything back, only passing the faultstring element. I even tried adding an ErrorList schema to match theirs but to no avail. Anyone out there have any experience, luck or ideas with this problem?
    Thanks for the assistance,
    Rob

    Re: Oracle SOA suite server does not startBut I can see that server has got started -
    <21-Jul-2010 12:04:47 o'clock BST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>em application gets deployed on admin server and not on SOA server. You may access em console on - http://<hostName>:<admin_server_port>/em
    By default admin server port is 7001.
    Regards,
    Anuj

  • Oracle ebs r12 vision instance is not working. java j2se instal required.

    i installed every thing but i am unable to open forms on google chorome or internet exp 11.

    please make sure you meet all the requirements
    Recommended Browsers for Oracle E-Business Suite Release 12 [389422.1]
    Chrome is only certified for E-Business Suite customers running web-based (HTML / OA Framework) screens, running Java based content with Chrome is not supported.
    ApPsMaStI
    sharing is Caring

  • Journal Line can not drill down (Solved)

    When I check one journal and want to dirlldown, the system said this function isn't available for my responsibility. Can someone help me on this and tell me where to assign the drilldown function to a responsibility?
    Edited by: Jerome.Yin on May 5, 2009 4:34 AM

    Hi,
    There are functions linked with GL drill down like AR invoices view, AP payments view etc.
    Please see the default menu and add those functions to your menu.
    You can find your menu under your responsibility in Responsibility Screen of Sys admin.
    Regards,
    Sridhar

  • Movie description not being displayed

    I updated my ATV2 some time ago and gave up using it when the movie descriptions failed to be displayed, they display fine in iTunes and using front row on the Mac. When I originally checked there were loads of people having the same problem, however I still have the same problem and can't find anyone else with the same issue.
    Am I alone on this one ?

    I have the same problem BUT...
    The problem is only with movies that have been encoded from a DVD, even after I've been back to the file in iTunes and added the description by hand... Those that were digital downloads from the iTunes store OR were Digital Copy that came with a DVD or BluRay display the description just fine.
    Apple TV2 Firmware 4.2.1
    iTunes 10.2.2 for Mac, OSX 10.6.7 on a 2009 Mac-mini (
    Macmini3,1)  upgraded to 8 GB RAM

  • Which mapping populates W_INVOICE_FS in Oracle EBS Adaptor?

    Which mapping populates W_INVOICE_FS in Oracle EBS Adaptor?
    I was not able to find any mapping that populates W_INVOICE_FS staging table.
    Thanks
    Eric

    Also, another useful tool I've found is this:
    Open DAC Client.
    Design.
    Select the Tasks tab (in the top region).
    Right click any of the tasks, select Output Task Description.
    This creates an .html file (e.g. C:\OracleBI\DAC\log\tasks\tasks.html) that lists a lot of useful information, if you're looking to review/identify source/target tables.
    Chris.

  • Is it possibleTable test & server test in Oracle ebs..?

    Hello,
    I want to do table test&Server response test in Oracle EBS forms but it is not supporting...
    Any suggestion please..
    Regards,
    Srinivas

    user1983888 wrote:
    Hi,
    Oracle Applications 11.0.3 (Oracle Financials) was implemented in our company and later in 2006 it was upgraded to 11.5.10 (with new implementation of Supply Chain Management Module - INV,OM and PO) and 2 months ago we upgraded it to 11.5.10.2+DB 11gR2.
    I've been recommending to upgrade to R12 but the Finance Users are reluctant for an upgrade and of the opinion that the R12 has many bugs and there will be issues after upgrade to R12.
    R12.1.x is a stable release that many customers (including Oracle themselves) have upgraded to.
    Once of the consultant is of the opinion that its better to re-implement R12 instead of Upgrade. He also tells me that R12 does not have sub-accounting and sub-ledger and trial balance reports in AP.Since I am not a Functional Consultant I could not comment on this.
    The Finance modules have been completely re-written and fucntionality had changed for the better. Re-implementation typically costs upto 3 times more than a upgrade. Re-implementation is not necessary if the business model and process have not changed. What are the consultants justifications for doing a re-implementation (other than making more money) ?
    Please advice if there are any useful docs which address the upgrade to R12 issues which I can share with our consultant and users.
    I am currently going thru +Upgrade Advisor: Oracle E-Business Suite Financials and Projects Upgrade from 11.5.10.2 to 12.1.3 and 12.1.2 [ID 256.1]+
    Pl see the Docs referenced in MOS Doc 850008.1 (Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades)
    Rgds,
    ThiruHTH
    Srini

  • AP Payment header description not transferring to GL Journal Lines

    Hi
    Any one tell me how can i transfer AP Payment header description to GL Journal Lines like invoice distributions description transfer to GL Journal lines...

    Hi,
    Are you working with 11i or R12?
    If you are working with R12 you must use SLA
    http://docs.oracle.com/cd/E18727_01/doc.121/e13628.pdf
    Journal Lines Definitions, page 2-79

  • How to include line descriptions in journals?

    Hi,
    trying to export journals to HFM with Excel templates. HFM/FDM version in use is 11.1.1.3.
    I am wondering if it is possible to include line descriptions in HFM-journals when they are posted through FDM?
    When journal template is defined, account dimension is referred with "A" and ICP with "I" etc. According to FDM manual, description is referred with "D", but this tag transfers the column content to the general description in HFM journal and the line descriptions are left empty. What would be the correct tag in journal template referring to the line descriptions?
    br,
    Juha

    Hi Tony,
    Thank you for your prompt advice. Unfortunately that did not solve the problem. With "D1" or "D2" the text still goes to the general description in HFM journal. Not to row descriptions.
    I would assume that there has to be a "technical code" for those row descriptions also since you can load text to those directly from HFM journal extracts.
    br,
    Juha

  • Oracle ebs in secore or not secure mode

    Hi all,
    How can we come to know the mode of running oracle ebs 11i(secure or not secure)?
    Thanks

    How can we come to know the mode of running oracle ebs 11i(secure or not secure)?11i: A Guide to Understanding and Implementing SSL for Oracle Applications [ID 123718.1]
    Running Configuration Wizards from the Command Line in Oracle Applications 11i [ID 277574.1]
    Thanks,
    Hussein

Maybe you are looking for

  • FMS 4.5 and FMLE errors (hds-live is not defined).

    I came across this thread, http://forums.adobe.com/message/4929789, because I am testing a new FMS 4.5 server and I'm having several problems with live streaming. Issue 1: Server does not stream after FMLE is stopped. I set up a test FMLE 3.2 stream

  • Connecting Ipad air  to itunes

    I have been using itunes on my computer for a long time and i just purchased an Ipad, but it itunes will not recognize it. how do i do that?

  • HT1338 Says I don´t have java but I do

    My Mac is telling me I don´t have Java and also my online bank who needs Java sais I don´t have it but when I check for updates on my Mac it´s all updated. And whey I go to the Java settings it sais I have Java. What can I do?

  • Applying paragraph style edit takes for ever

    Hello. In a 20-pages document, I uncheck the "keep lines together" option at the basic paragraph style, and the application of this takes for ever. The mouse pointer become a circle (which indicates activity) but the wholle process does not complete.

  • Deployment Error - failed to load deployment descriptor

    I'm getting the following error when I try to deploy an ear file for my application. I am able to successfully deploy the associated war and ejb jar files as separate modules, but when I try to deploy the application as an ear I get the error: Deploy