Does Oracle E-Biz 11i support intercompany Invoice with a negative line?

We are using Oracle E-Biz GL/AP/AR/FA (Oracle E-Biz 11.5.2.10). Now we are facing this issue: When we create an intercompany Invoice with a negative line it does not generate proper inter-company entries.
For eg:
Invoice Amount 1000 for company1
Distribution:
Company2.account.company1 : 300
Company3.account.company1 : 300
Company4.account.company1 : 500
Company5.account.company1 : -100
when transfer to GL process is done following entries are generated.
Company1.Liab account.company1 Credit 1000
Company2.Exp account.company1 Debit 300
Company3.Exp account.company1 Debit 300
Company4.Exp account.company1 Debit 500
Company5.Exp account.company1 Credit 100
on posting following Intercompany transactions are generated.
Company2.Interco Payable account.000 Cr 300
Company3.Interco Payable account.000 Cr 300
Company4.Interco Payable account.000 Cr 500
Company5.Interco Recievable account.000 Dr 100
Company1.Interco Recievable account.000 Dr 1000
where as the correct entry should be :
Company2.Interco Payable account.company1 Cr 300
Company3.Interco Payable account.company1 Cr 300
Company4.Interco Payable account.company1 Cr 500
Company1.Interco Payable account.company5 Cr 100
Company5.Interco Recievable account.company1 Dr 100
Company1.Interco Recievable account.company2 Dr 300
Company1.Interco Recievable account.company3 Dr 300
Company1.Interco Recievable account.company4 Dr 500
Have you faced this kind of issue? Does Oracle support intercompany Invoice with a negative line (credit)? If 11i doesn't support this feature, does Oracle E-Biz 12 support this feature?
Your insights will be very helpful.

Hi,
Now we are trying to convert the 11g-Database UTF-8 characterset to AL32UTF8 characterset.Why do you need to change the database characterset?
As per metalink Notes, there is no very clear steps on how to deal with Apps Environment after DB characterset change using CSALTER.Did you go through these documents?
Note: 788156.1 - AL32UTF8 / UTF8 (Unicode) Database Character Set Implications
Note: 260192.1 - Changing the NLS_CHARACTERSET to AL32UTF8 / UTF8 (Unicode)
Note: 124721.1 - Migrating an Applications Installation to a New Character Set
Note: 225912.1 - Changing the Database Character Set ( NLS_CHARACTERSET )
1) After DB characterset change, do we have to run Autoconfig, after editing the DB XML file to reflect new characterset value.Yes.
2) Does the same apply to Application CONTEXT file also for APPL_TOP, etcAre you also changing the application tier characterset? However, I would say you will have to run AutoConfig in both cases.
3) when shud we run adadmin- filesystem cahracterset conversion. Before or after autoconfig.Run the "Convert character set" via adadmin, then run AutoConfig -- See "Oracle® Applications Maintenance Utilities" manual for details.
Also i am facing issues in connecting to sqlplus from applmgr user after the DB characterset change.
It just core-dumps.Did you implement all the steps mentioned in the documents? What is the complete error message? What does "echo $NLS_LANG" return as oracle and applmgr users?
Regards,
Hussein

Similar Messages

  • Cannot create an Invoice with a negative line

    I am tring to export an invoice with a negative row and I'm gettign an error here is an examlpe of what I'm doing .
    Dim vDrafts As SAPbobsCOM.Documents
         Set vDrafts = vCmp.GetBusinessObject(oDrafts)
        vDrafts.DocObjectCode = oPurchaseInvoices
        vDrafts.CardCode = "2"
        vDrafts.ManualNumber = "222"
        vDrafts.HandWritten = tNO
        vDrafts.DocDate = Now
        vDrafts.DocType = dDocument_Service
        vDrafts.DiscountPercent = CDbl("0")
        vDrafts.Lines.AccountCode = "100000"
        vDrafts.Lines.ItemDescription = "TEST"
        vDrafts.Lines.Price = 123
        vDrafts.Lines.Quantity = 1
        vDrafts.Lines.VatGroup = "6S"
        vDrafts.Lines.DiscountPercent = CDbl("0")
         vDrafts.Lines.Add  
        vDrafts.Lines.AccountCode = "100000"
        vDrafts.Lines.ItemDescription = "TEST"
        vDrafts.Lines.Price = -13
        vDrafts.Lines.Quantity = 1
        vDrafts.Lines.VatGroup = "6S"
        vDrafts.Lines.DiscountPercent = CDbl("0")
        RetVal = vDrafts.Add
    and if I change to
        vDrafts.Lines.Price = 13
        vDrafts.Lines.Quantity = -1
    then the invoice will be exported but the line will be positive .
    Do you have any idea on what is wrong .
    Thanks

    Hi Mohamed,
    SBO will not let you set a negative line if the total amount of the document is negative.
    It can be done by hand in SBO, so you should be able to get it. Try doing the same as you do it by hand.
    I would try something like:
    vDrafts.Lines.Quantity = 1
    vDrafts.Lines.Price = -13
    Hope helps,
    Ibai Peñ

  • Does oracle application server's plsql program accord with corba criterion?

    Does oracle application server's plsql program accord with corba criterion?

    You need to purchase a have a support contract to have access to that.
    You can try upgrading to the latest JDK 6 an latest WLS 10.3.6, you have the chance the issue is fixed in the latest 11g release.
    Best Regards
    Luz

  • Does oracle jdbc driver 9.0.1 work with sdk 1.4?

    Hi All Experts...
    Does oracle jdbc driver 9.0.1 work with sdk 1.4.1? Ever since i have moved to 1.4 i am having problems. I keep getting the No Suitable Driver error or NoClassDefFoundError. I have everything in the classpath and i have also tried command line but to no avail. The JVM just refuses to pick up the classes12.zip file from the classpath.
    The oracle site mentions that the 9.0.1 driver is for jdk 1.2 & 1.3 but it does NOT mention that it is NOT for 1.4.1. The site very explicitly mentions that the 9.2 driver is for 1.4.1. SO i am a little confused.This question may be stupid, but nevertheless,If i have to upgrade my driver from 9.0.1 to 9.2 then does that mean that i have to upgrade my DB as well?
    Experts..please help.. THanks

    Thanks a lot, as usual, MOD.
    Now only if i can get my JVM to pick up the classes12.zip file from the classpath. I dont know if you read my previous posting today.

  • When does Oracle plan to certify EBS R11 & R12 with MIcrosoft Office 2010?

    When does Oracle plan to certify EBS R11 & R12 with MIcrosoft Office 2010?

    Hi,
    Keep monitoring Steven Chan blog for such alerts/announcements -- http://blogs.oracle.com/stevenChan/
    Interim Update #1: Microsoft Office 2010 and E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/05/interim_update_1_office_2010_ebs.html
    Thanks,
    Hussein

  • Need to prevent invoices with 0 price line items to accounting .

    Hi All,
    I have a requirement where in  I need to prevent the invoices with 0 price line items to accounting if item category is relevant for pricing.The invoices which have 0 price line items and item category has specific 0 price need not to be prevented  for accounting.
    Please provide your input to meet the requirement.
    Thanks In Advance.

    Hi,
    Please go through the below link !!! follow this and it will resolve ur issue
    Re: How to prevent invoices with 0 prices to be sent to accounting,
    Regards,
    Krishna O

  • Does Oracle (installed in unix) support OS Auth for Windows AD?

    Hi, I've tried setup the Oracle (installed in Windows) support OS Auth for Windows AD.
    But does Oracle (currently I am using 9i) installed in Unix support OS Auth for Windows AD (using LDAP/ Kerberos / etc.)?
    If yes, can anyone tell me how to make it ?
    Thanks!

    Yes.. Oracle support Windows AD authentication using Enterprise User security.
    Please contact me on following if you need more details
    Email: [email protected]
    Ph. 732 404 8364
    We are planning to have EUS presentation for our clients. Please let me know if you are interested to know more on EUS.
    Regards,
    Nishi, CISSP CISA

  • Does Oracle Business Intelligence Suite support cliper, fox and dms

    Hi all,
    Does Oracle Business Inteliigence Suite Enterprise Edition support reports dates from
    follow tables and databases:
    cliper DBF
    FOX visual DBF
    DMS unisys
    Oracle 9.0 and 10g
    Is there any examples, demos or dopcumentations?
    thanks in advanced
    Gordan

    Hi Gordon,
    cliper DBF => using ODBC
    FOX visual DBF => using ODBC
    DMS unisys => don''t know but if there is a ODBC availble it will work
    Oracle 9.0 and 10g => of course (native Client and ODBC)
    Regards
    John
    http://obiee101.blogspot.com

  • Configuring Oracle B2B to Receive Inbound PIDX invoices with RNIFV02.00

    Hi,
    I am trying to do an inbound PIDX Invoice Version 1.0 wrapped inside RNIF.
    Steps that I have done so far.
    1. Create a new Version under RosettaNet - V02.00
    2. Create a new Document Definition PayableInvoice
    3. Created a new Definition for PayableInvoiceTypeDef
    4. We then create a new Agreement from the our FromTP to Our Client
    5. Selected the RNIF Partner level channel for FromTP and configured the httpReceiver at the url level.
    6. Save, Validate and Deploy.
    When we do a post over http to the http Receiver, I am receiving the following error
    Id     0A6066AF13676DBA690000005DEA5F61
    Message Id     0A6066AF13676DBA5DF000005DEA5F5D
    Refer To Message     Refer To Message
    Sender Type     
    Sender Value     
    Receiver Type     Name
    Receiver Value     Enterprise
    Sender     
    Receiver     Enterprise
    Agreement Id     
    Agreement     
    Document Type     
    Document Protocol     
    Document Version     
    Message Type     REQ
    Direction     INBOUND
    State     MSG_ERROR
    Acknowledgement Mode     NONE
    Response Mode     ASYNC
    Send Time Stamp     04/03/2012 01:20 AM
    Receive Time Stamp     04/03/2012 01:20 AM
    Document Retry Interval(Channel)     0
    Document Remaining Retry(Channel)     0
    Document Retry Interval(Agreement)     
    Document Remaining Retry(Agreement)     
    Native Message Size     29464
    Translated Message Size     
    Business Action Name     
    Business Transaction Name     
    Xpath Name1     
    Xpath Value1     
    Xpath Expression1     
    Xpath Name2     
    Xpath Value2     
    Xpath Expression2     
    Xpath Name3     
    Xpath Value3     
    Xpath Expression3     
    Correlation From XPath Name     
    Correlation From XPath Value     
    Correlation From XPath Expression     
    Correlation To XPath Name     
    Correlation To XPath Value     
    Correlation To XPath Expression     
    Wire Message     Wire Message
    Application Message     Application Message
    Payload Storage     Payload Storage
    Attachment     Attachment
    Label     
    Collaboration Id     
    Collabration Name     
    Collabration Version     
    Business Action Name     
    Exchange Protocol Name     Generic HTTP
    Exchange Protocol Version     1.0
    Interchange Control Number     
    Group Control Number     
    Transaction Set Control Number     
    Error Code     B2B-50083
    Error Description     Machine Info: (bpmdev01.eprod.com) Description: Document protocol identification error.
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     ERROR
    Error Text     Document protocol identification error.
    Any Help Appreciated, thanks in Advance.
    Vendor --> Client (our company) --> Inbound PIDX 1.0 Invoice, with RNIF V02.00 Header.
    Regards,
    Sai.

    Sai,
    Please log a SR with support to get a patch which will allow you to configure identification xpath expression and value for RosettaNet document definitions. After applying that patch, configure the identification xpath in document definition and then run a test.
    This patch is already available so it won't take much time for support to provide you the same.
    Regards,
    Anuj

  • Compare two invoices with same distribution line count

    I am trying to pull data out of Oracle Payables - invoices for which the invoice amount ,the vendor and distribution line count is same.
    I could achieve pulling invoices with same Vendor having same amount.But finding hard to compare the counts.
    Can anyone share ideas on how to achieve this ... Tried self join but did not work.
    The query which I used is as follows :
    select invoice_num,invoice_id,invoice_amount,vendor_id,
    (select vendor_name from apps.po_vendors where vendor_id=aia.vendor_id) vendor_name,
    (select count(*) from apps.ap_invoice_distributions_all aid where aid.invoice_id=aia.invoice_id) line_count
    from apps.ap_invoices_all aia
    where invoice_amount in (select aiab.invoice_amount
    from apps.ap_invoices_all aiab
    where aiab.creation_date >='01-AUG-2012'
    and vendor_id=aia.vendor_id
    group by aiab.invoice_amount
    Having (count(aiab.invoice_amount) >1))
    and aia.creation_date >='01-AUG-2012'
    Thanks in Advance.

    I did try your query with sample records and counts are also correct plz chk the following, for me counts are correct as per your logic -
    select aia.invoice_num,aia.invoice_id,aia.invoice_amount,aia.vendor_id,
    (select vendor_name from
    (select 'XX' vendor_name, 'A' vendor_id from dual union all
    select 'XY' vendor_name, 'B' vendor_id from dual union all
    select 'XZ' vendor_name, 'C' vendor_id from dual union all
    select 'XA' vendor_name, 'D' vendor_id from dual ) po
    where vendor_id=aia.vendor_id) vendor_name,
    (select count(*) from
    (select 1 invoice_id from dual union all
    select 1 invoice_id from dual union all
    select 1 invoice_id from dual union all
    select 2 invoice_id from dual union all
    select 3 invoice_id from dual ) aid
    where aid.invoice_id=aia.invoice_id) line_count
    from
    select 10 invoice_num, 1 invoice_id,100 invoice_amount, 'A' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 11 invoice_num, 1 invoice_id,100 invoice_amount, 'A' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 12 invoice_num, 1 invoice_id,100 invoice_amount, 'A' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 13 invoice_num, 2 invoice_id,100 invoice_amount, 'B' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 14 invoice_num, 2 invoice_id,100 invoice_amount, 'B' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 15 invoice_num, 3 invoice_id,100 invoice_amount, 'C' vendor_id ,'01-SEP-2012' creation_date from dual union all
    select 16 invoice_num, 4 invoice_id,100 invoice_amount, 'D' vendor_id,'01-OCT-2012' creation_date from dual) aia
    where aia.invoice_amount in (select aiab.invoice_amount
    from
    select 10 invoice_num, 1 invoice_id,100 invoice_amount, 'A' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 11 invoice_num, 1 invoice_id,100 invoice_amount, 'A' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 12 invoice_num, 1 invoice_id,100 invoice_amount, 'A' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 13 invoice_num, 1 invoice_id,100 invoice_amount, 'B' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 14 invoice_num, 1 invoice_id,100 invoice_amount, 'B' vendor_id ,'01-AUG-2012' creation_date from dual union all
    select 15 invoice_num, 1 invoice_id,100 invoice_amount, 'C' vendor_id ,'01-SEP-2012' creation_date from dual union all
    select 16 invoice_num, 1 invoice_id,100 invoice_amount, 'D' vendor_id,'01-OCT-2012' creation_date from dual) aiab
    where aiab.creation_date >='01-AUG-2012'
    and aiab.vendor_id=aia.vendor_id
    group by aiab.invoice_amount
    Having (count(aiab.invoice_amount) >1))
    and aia.creation_date >='01-AUG-2012'
    o/p
    INVOICE_NUM,INVOICE_ID,INVOICE_AMOUNT,VENDOR_ID,VENDOR_NAME,LINE_COUNT
    10,1,100,A,XX,3
    11,1,100,A,XX,3
    12,1,100,A,XX,3
    13,2,100,B,XY,1
    14,2,100,B,XY,1
    -------

  • Uploading Invoice with Discount in Line with DTW

    I am trying to upload some invoices with line discount with the DTW . These is an example. There is one item A00001 with 12.00 unit price and 10% discount on that item and 12 quantity. I tried to upload it but doesnt put the discount in the discount column and changes the unit price to 10.8 even though i tell it to be 12.00
    I tried putting only the priceaftervat AND also putting only the price but same results
    Here is an example. These test only has 1 article so i didnt paste the header, only the lines
    RecordKey     LineNum     DiscountPercent     ItemCode     LineTotal     PriceAfterVAT     Price     Quantity     TaxCode
    RecordKey     LineNum     $     ItemCode     LineTotal     PriceAfterVAT     Price     Quantity     TaxCode
    1     1     10     A00001     108     10.8     12     10     IVA
    any ideas??

    Hector,
    In Administration > System Initialization > Document Setting > General Tab.....Calculate the Row Total using Unit Price should be unchecked
    Now try entering the price and discount and it should work
    Suda

  • Does Oracle 10g express edition supports UTL_SMTP

    Currently i'm using ORacle 10g Express edition, is it possible to send an automatic email once a value updates a table.
    Does 10gExpress edition supports UTL_SMTP or UTL_MAIL. If supports let me know how to configure in 10gExpress edition .

    It supports UTL_SMTP. You can check a couple of threads to see some demo usage of it.
    Re: How to send Email with attachments
    ~ Madrid

  • Newbie: does Oracle BPEL Process Manager support http-get/post binding?

    Hi all,
    i'm a newbie in using bpel4ws. Two things i must know before using the Oracle BPEL Process Manager:
    1. Does the manager support the sub-specification bpel4ws?
    2. I want to orchestrate some services which aren't binded using http-SOAP or rpc. They are binded using http-GET and http-POST. Does the manager support these bindings too?

    Hi Clemens,
    thanks for answering.
    Ähhm... as i told you, i'm newbie here. I searched for the content of
    samples/tutorials/702.bindings/http
    But i'm afraid i don't know where to start. Its no URL and i didn't find the source of this path. Can you add the full URL or tell me how to get to the source of these samples?
    thanks
    Albrecht

  • Does Oracle Express 6.3 support CWM?

    Hi there,
    Does anyone ever has any experience using Oracle Wharehouse Builder to build a data warehouse and integrate it with Oracle Express?
    I read the manual of Oracle Express Server and it supports access to RDBMS. But my case is that I already have a warehouse and would like to have it work with Oracle Express. OWB claimed it implements Common Warehouse Model (CWM) so that the warehouse can be used by other OLAP tools including Oracle Express.
    My question is which Oracle Express function could be used to import the CWM instance created by OWB? Appreciate your help.
    Regards,
    Dilys

    I'm not able to get the solution for the message "xsdaemon: OES_REQUEST - read fails, error 35". Pls can anyone suggest since i tried max option. Also the error message is not avaialble in metalink too.

  • Does Oracle Exchange Portlet 2003 Support SSL?

    I installed the Oracle Exchange Portlet 2003 successfully. However, when enabling SSL on the Webmail (frontend) of Exchange Server, I got the some SSL handshake error. Just wonder whether the portlet support the SSL.
    Failed to handle HTTP Request
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed:
    X509CertChainIncompleteErr
    Any advise will be welcomed.
    Thanks a lot in advance.

    Hi Zhan,
    I am not sure that the Exchange portlets support SSL. I will find out more info and get back to you.
    thanks,
    Harsha

Maybe you are looking for

  • I want to run down how dissatisfied I currently am with Verizon Wireless

    I want to run down how dissatisfied I currently am with Verizon Wireless; this stated with the pre-order of the iPhones on Friday I like many other customers received the "ecdp" error on the web site and it took 45 minutes to actually be able to plac

  • L'il Help Please! Text changes color half way up some characters in PDF created from PSD files

    Hi there, I have been asked to refresh the layout of an existing document that utilizes Zapfino font. The font is yellow with a black stroke at 50% opacity and also with a drop shadow. The group of text with the inconsistent color is immediately unde

  • Send email with existing excel-file as attachment

    Is there a function to send an e-mail with an attachment which is an existing excel-file on my C:\-drive. I found lots of possibilities to send mail with internal tables as attachment but in my case the attachment is an existing excel-file (c:\test.x

  • Exceeding 500 log messages per second......!

    I get the following message thousands of times in my system log, and it's really slowing my machine down - Sep 2 11:16:50 kelvin-wards-imac-139 sandboxd[1812]: mDNSResponder(20) deny file-read-data /private/var/db/com.apple.parentalcontrols.keychain.

  • SGA/PGA Sizes ???

    I need help! I have a Windows 2003 Server (w/sp2) with 4GB of RAM & 2 CPUs. Oracle 10.2.0.2 is installed. ASMM is ENABLED by default (and it still is) These are my sga/pga settings: pga_aggregate_target = 1G sga_max_size = 1504M sga_target = 1000M sh