AR Consolidated Invoices - Oracle R12

Is there a way to cancel or revert AR consolidated invoices from FINAL or ACCEPTED STATUS.

Pl. visit below links
Step by Step : ‘AuditTrail’ | OracleApps Epicenter
A quick tutorial with examples on Audit Trail in Oracle 10g Release 2

Similar Messages

  • Excise invoice wise accounting Details in Oracle R12.1.3

    Hello,
    I am searching excise invoice wise accounting Details in Oracle R12.1.3. If possible, please help.
    Regards,
    Prakash
    +91 9818805999

    PDF requires the font be registered correctly, since it is not appearing you have missed something in your configuration.
    The most common error is the font family name does not exactly match the font name in Word. (Open the font on your PC and the name is present there also.)
    You can use the xdodebug.cfg troubleshooting method,  then see what error appears in the xdo.log when the font is accessed.
    See the following note for xdo.log:
    Note 364547.1 : Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    Thank you
    Eugen

  • Update Unpaid Invoice in Oracle R12

    I wanted to update the paygroup (PAY_GROUP_LOOKUP_CODE) of unpaid invoices in oracle R12. Is this feasible? If yes, can you please let me know the API to do the same.
    Thanks in advance, for your kind response.

    Hi,
    Use below code to identify the unpaid invoice and update the paygroup.
    Please let me know if i am missing something
    select i.invoice_num,v.vendor_name,i.invoice_date,ps.due_date,
    i.invoice_amount,i.amount_paid,ps.amount_remaining, SUM(i.invoice_amount),sum(ps.amount_remaining)
    FROM ap_payment_schedules_all ps,
    ap_invoices_all i,
    apps.po_vendors v,
    apps.po_vendor_sites_all vs
    WHERE i.invoice_id = ps.invoice_id
    AND i.vendor_id = v.vendor_id
    AND i.vendor_site_id = vs.vendor_site_id
    AND i.payment_status_flag ='N'
    AND (nvl(ps.amount_remaining, 0) * nvl(i.exchange_rate,1)) != 0
    AND i.cancelled_date is not null
    group by v.vendor_name,i.invoice_num,i.invoice_date,ps.due_date,i.invoice_amount,i.amount_paid,
    ps.amount_remaining
    Order by v.vendor_name,i.invoice_num;

  • How to create Payment against the invoices in R12 using API/Interface table

    Hi Experts,
    I need your help.
    As per my requirement , we need to create the payments against the invoices using the payment information provided.
    Earlier the Payments against the invoice is done by (3rd party system) in 11i.
    But, as a part of R12 implementation,
    The requirement is like now they are going to provide us and flat file(having below payment information) and we need to create the payment with these information.
    COLUMNS PROVIDED
    SOURCE
    INVOICE INTERNAL NUMBER #
    ACCOUNTING SEGMENTS
    DEBIT/CREDIT
    AMOUNT
    CURRENCY
    BANK ACCOUNT
    PAYMENT DATE
    DUE DATE
    PAYMENT METHOD
    PAYMENT TERMS
    BATCH ID
    We need to create an inbound interface to achieve the below requirement.
    1. Create the payments in oracle R12 with the above payment information. (unable to find the way please suggest).
    2. Creating the Journal entries. -> We are having GL_INTERFACE & Journal Import program to import the journals.
    3. Finally we have to posting the same into GL.-- Interface & Import programs available.
    Is there any api or interface tables can be used to create the payment against the invoices in r12?
    Could you please help me to achive my above requirements.
    Any sample code or reference will be a great help for me.
    Waiting for your response.
    Thanks,
    Thiru.

    Hi Thiru,
    Perhaps these links can help:
    http://ccchuanblog.blogspot.in/2010/12/oracle-ap-payment-api.html
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/ap-invoice-payment-need-help-4037407
    See "Understanding Oracle Payments APIs" here:
    http://docs.oracle.com/cd/B40089_10/current/acrobat/120ibyig.pdf
    If this answers your question, please mark the post. Thanks.
    Kristofer Cruz
    Edited by: Kristofer Cruz on Sep 5, 2012 2:41 PM

  • Differences between Hyperion consolidation and Oracle Financials Consolidat

    I'm looking for a document- recommendations etc. explaining why using Hyperion Consolidations versus Oracle Financials Consolidation ?
    Thanks
    Marcel

    Genie,
    I agree that a case is made on how well these two ERPs solve the day to day tasks before a company chooses one of these two. But my question is aimed at finance to begin with. You are going to need a general ledger for any company or government regardless of ERP. And how well you can drive the ledger to map your business is the key here.
    The way ledger is built is around a business area ,company or country and is very tighly designed in SAP. I would like to know if there is any equivalent of the configuration items in ORACLE. I am more interested in terminology of ORACLE.
    For example ,
    <u><b><u><b>SAP ====> ORACLE</b></u>
    <u><b>GL ==> Book In ORACLE</b></u>
    <b><u>Document Number ===> Invoice Number</u></b>
    <b><u>Posting Period in SAP ==> Posting period In ORACLE</b></u></u></b>
    Most of the terms are finance terms , so they are common ( eg. an account number is an account number in ORACLE and SAP ) between two systems. I am interested in any specific thing that is available in ORACLE but not in SAP and  vice verse.
    thanks for the link you have provided.
    Its very useful.

  • API to cancel tax line in Invoice in R12

    Please let me know the API which can be used to cancel the tax line in invoice in R12 in backend. From front-end, In the “Tax Lines Summary” block there is something called ‘Cancel’ checkbox. If I click on the same and then press OK button then oracle makes the tax amount to zero. It is actually cancelling the tax line. So, For the tax line with amount 100 when we press OK button after clicking on the cancel checkbox, it makes the line amount of tax line to 0.
    I need to do the same thing from backend also. Please let me know which API can be used for the same purpose.
    Regards,
    Amitava.

    Amit
    It is not public but you can use
    ap_etax_pkg.callETax with invoice and line id (line number). calling action should be DISCARD LINE.
    Thanks
    Nagamohan

  • Need help for learning how to develop interfaces for Oracle R12 EBS

    Hi all,
    I need to learn how to create interfaces in PL/SQL for Oracle R12 EBS Financials. I cannot find a good starting point for the documentation and examples to help me get started in this area. Would appreciate tips
    for this area.

    Hi,
    What kind of interfaces you are planning to develop?
    Oracle already provides list of APIs that can be used (in R12, it is responsibility).
    Oracle Integration Repository Documentation Resources Release 12 [ID 396116.1]
    Oracle Integration Repository
    http://irep.oracle.com/index.html
    If those APIs do not satisfy your requirements, you can refer to "Oracle Applications Developer" guide as well as SQL-PL/SQL guides.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Database Documentation -- SQL-PL/SQL
    http://www.oracle.com/technetwork/database/enterprise-edition/documentation/index.html
    Thanks,
    Hussein

  • How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12

    Dear All,
    How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12.
    My Requirement is to develop RTF Template and geneate Excel output in Multiple sheet.
    plz guide me on this..
    thnx
    Khushal

    plz see
    BI Publisher: How to create Multisheet in Single Excel file using Excel Template [ID 1352000.1]
    for r12 you can use excel template
    i think it more appropriate for excel output

  • How to Configure a oracle R12 with RAC on two different  system .

    I have one laptop and one desktop
    Laptop----
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .

    Hussein Sawwan wrote:
    on laptop I have install vmware 8
    Host OS --win7
    Guest OS---linux 4
    Desktop ---
    On Desktop I have install Vmware 8
    Hosts OS --- Win XP
    Guest OS ---Linux 4
    Plz suggest How configure oracle R12 with RAC using both system .If you want to configure RAC, then you must have the same OS installed on all RAC nodes -- See (RAC: Frequently Asked Questions [ID 220970.1], Does Oracle Clusterware or Oracle Real Application Clusters support heterogeneous platforms?) for details.
    Once you have the same OS, please refer to:
    Oracle E-Business Suite Release 12 High Availability Documentation Roadmap [ID 1072636.1]
    Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 388577.1]
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 [ID 823587.1]
    Thanks,
    HusseinHi Hussein,
    For Rac I am using both same OS (linux 4) for both nodes .
    Plz suggest its possible to install two nodes on different machine(diiferent virtual machine on different system ) .Can communicate both machine without any problem if its possible plz provide links.

  • Consolidated invoice needed for different shipment dated lines in a sales order

    My client's requirement is, they need a consolidated invoice for one order even though the lines are shipped in different dates.
    Suppose order A created with 2 diff line B and C.
    Both the lines are having different line types, sales persons and shipping warehouse.
    Line B shipped earlier and lince C shipped after few days.
    Requirement is to generate single invoice for both the line once all the lines are shipped.
    Could you please help with any solution except Invoice Hold and Fulfillment Set.

    Hi  All ,
    Thank you all for your quick respose . Let me give your more info for a better understanding of my requirement .  Basically here two prices are to be compared . List price which is based on sales org / distribution channel and material . The other is special price matained for sales org , customer and material . 
    In my system I have 2 different pricing reports ( T- code SAP1 )  , one is based on sales org , material - This I can use to find list price . I also have another customer based report and using this I can get the special price
    But user wants to see both these prices side by side in a single report . Is there a way these two reports can be combined ?
    Regards
    Raghav

  • Relink Error oracle r12 on windows

    error while relink oracle r12 on windows
    with the following error
    An error occurred while relinking application programs.
    Creating import libraries for FND
    Creating import library APPR60UE.lib on Sun Mar 18 02:03:43 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2877: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:729: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2924: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:1310: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    gnumake: `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.lib' is up
    to date.
    Done with creating import library APPR60UE.lib on Sun Mar 18 02:03:43 EST 2012
    Creating import library CMDCART.lib on Sun Mar 18 02:03:43 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2877: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:729: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:2924: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/imp_fnd_3760.mk:1310: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    gnumake: `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/CMDCART.lib' is up
    to date.
    Starting link of fnd executable 'APPR60UE.dll' on Sun Mar 18 02:03:46 EST
    2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.map
    -NODEFAULTLIB -MACHINE:IX86 -NOLOGO -SUBSYSTEM:CONSOLE -DLL
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.dll
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.exp afsfld.obj
    fdxext.obj fdxidk.obj fdxidr.obj fdxsqk.obj fdxsqr.obj xitdas.obj fduxit.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/xitsrw.obj
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/xirfnd.obj
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdxsrw.obj
    E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/lib/xirpo.obj
    E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/lib/xirfa.obj \
    E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/lib/xirar.obj
    E:/oracle/VIS/apps/tech_st/10.1.2/reports/userexit/uez.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDXIT.lib
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FND115W.lib \
    E:/oracle/VIS/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    E:/oracle/VIS/apps/apps_st/appl/ff/12.0.0/lib/FF.lib
    E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/lib/PO.lib
    E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/lib/INV.lib \
    E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/lib/GL.lib
    E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/lib/WIP.lib
    E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj \
    E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/ENG.lib
    E:/oracle/VIS/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    E:/oracle/VIS/apps/apps_st/appl/mrp/12.0.0/lib/MRP.lib
    E:/oracle/VIS/apps/apps_st/appl/bom/12.0.0/lib/BOM.lib
    E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/lib/AR.lib \
    E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/ENG115W.lib
    E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/lib/GL115W.lib
    E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/lib/INV115W.lib \
    E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/lib/WIP115W.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/APPR60UE.dll]
    Error 128
    Done with link of fnd executable 'APPR60UE.dll' on Sun Mar 18 02:03:46 EST
    2012
    Relink of module "APPR60UE.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CMDCART.dll' in product fnd ...
    Removing any existing temp directory
    rm -rf temp
    creating the temp directory
    mkdir temp
    changing permissions for the temp directory
    chmod 777 temp
    Getting the object file names for this CMDCART.dll
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    cmdcart.LIST
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    Extracting objects from the library
    ar -xv -F coff E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fndst.lib
    afplog.obj
    x - afplog.obj
    Creating temporary function list, if required.
    echo
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll
    Starting link of fnd executable 'CMDCART.dll' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.map
    -NODEFAULTLIB -MACHINE:IX86 -NOLOGO -SUBSYSTEM:CONSOLE -DLL
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/afpsmcrt.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/CMDCART.exp
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll]
    Error 128
    Done with link of fnd executable 'CMDCART.dll' on Sun Mar 18 02:03:46 EST 2012
    Relink of module "CMDCART.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CONCSUB.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe
    Starting link of fnd executable 'CONCSUB.exe' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdpocr.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CONCSUB.exe]
    Error 128
    Done with link of fnd executable 'CONCSUB.exe' on Sun Mar 18 02:03:46 EST 2012
    Relink of module "CONCSUB.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'FDULONG.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe
    Starting link of fnd executable 'FDULONG.exe' on Sun Mar 18 02:03:46 EST 2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdulong.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FDULONG.exe]
    Error 128
    Done with link of fnd executable 'FDULONG.exe' on Sun Mar 18 02:03:46 EST 2012
    warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdfcmp.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fdfcmp.exe]
    Error 128
    Done with link of fnd executable 'fdfcmp.exe' on Sun Mar 18 02:03:54 EST 2012
    Relink of module "fdfcmp.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'fndcpesr.exe' in product fnd ...
    gnumake -f E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    Starting link of fnd executable 'fndcpesr.exe' on Sun Mar 18 02:03:54 EST
    2012
    process_begin: CreateProcess((null), lib.exe -NOLOGO -LIST
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDST.lib, ...) failed.
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2901: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:752: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:2948: warning:
    overriding commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    E:/oracle/VIS/apps/apps_st/appl/admin/VIS/out/link_fnd_3760.mk:1333: warning:
    ignoring old commands for target
    `E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe -MAP:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/fdpesr.obj \
    E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oranls10.lib
    E:/oracle/VIS/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    gnumake: *** [E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe]
    Error 128
    Done with link of fnd executable 'fndcpesr.exe' on Sun Mar 18 02:03:54 EST
    2012
    Relink of module "fndcpesr.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Done with link of product 'fnd' on Sun Mar 18 02:03:54 EST 2012
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is Sun Mar 18 02:03:54 EST 2012
    Rebase DLLs in AU_TOP/bin and copy DLLs back to PROD_TOP/bin
    Copy DLLs of ALR to E:/oracle/VIS/apps/apps_st/appl/alr/12.0.0/bin
    Copy DLLs of AP to E:/oracle/VIS/apps/apps_st/appl/ap/12.0.0/bin
    Copy DLLs of AR to E:/oracle/VIS/apps/apps_st/appl/ar/12.0.0/bin
    Copy DLLs of BOM to E:/oracle/VIS/apps/apps_st/appl/bom/12.0.0/bin
    Copy DLLs of CRP to E:/oracle/VIS/apps/apps_st/appl/crp/12.0.0/bin
    Copy DLLs of DT to E:/oracle/VIS/apps/apps_st/appl/dt/12.0.0/bin
    Copy DLLs of ENG to E:/oracle/VIS/apps/apps_st/appl/eng/12.0.0/bin
    Copy DLLs of FA to E:/oracle/VIS/apps/apps_st/appl/fa/12.0.0/bin
    Copy DLLs of FF to E:/oracle/VIS/apps/apps_st/appl/ff/12.0.0/bin
    Copy DLLs of FND to E:/oracle/VIS/apps/apps_st/appl/fnd/12.0.0/bin
    Copy DLLs of GL to E:/oracle/VIS/apps/apps_st/appl/gl/12.0.0/bin
    Copy DLLs of INV to E:/oracle/VIS/apps/apps_st/appl/inv/12.0.0/bin
    Copy DLLs of MRP to E:/oracle/VIS/apps/apps_st/appl/mrp/12.0.0/bin
    Copy DLLs of GMA to E:/oracle/VIS/apps/apps_st/appl/gma/12.0.0/bin
    Copy DLLs of PAY to E:/oracle/VIS/apps/apps_st/appl/pay/12.0.0/bin
    Copy DLLs of PO to E:/oracle/VIS/apps/apps_st/appl/po/12.0.0/bin
    Copy DLLs of WIP to E:/oracle/VIS/apps/apps_st/appl/wip/12.0.0/bin

    Do you have any suggestion about that error
    i want to start the application as soon as possibleWhat version of gnumake/make you are using? Make sure you use the one mentioned in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]), under "GNU Make (Shareware)" section.
    Thanks,
    Hussein

  • AP Check Printing in Oracle R12

    AP Check printing in Oracle R12 has changed significantly. Although there are many resources available, I still had to struggle to gather all of the necessary information. Now that we have implemented our solution, I have put together a blog to help everyone. Please visit this blog and provide your comments.
    http://ora12apps.blogspot.com/
    Thanks
    Rajeev

    AP Check printing in Oracle R12 has changed significantly. Although there are many resources available, I still had to struggle to gather all of the necessary information. Now that we have implemented our solution, I have put together a blog to help everyone. Please visit this blog and provide your comments.
    http://ora12apps.blogspot.com/
    Thanks
    Rajeev

  • A report to see the consolidated invoices

    Hi,
    Are there any standard reports which would display the consolidated invoices for a customer who can carry out consolidated billing?
    Appreciate your help.
    Thank you.

    Hi,
    List of standard report available related to billing/customer balance:-
    VF05 - List Billing Documents .
    VF25 - List of Invoice Lists
    VF04 - Process Billing Due List
    S_ALR_87012197 - List of Customer Line Items
    S_ALR_87012178 - Customer Open Item Analysis by Balance of Overdue Items
    S_ALR_87012168 - Due Date Analysis for Open Items
    S_ALR_87012186 - Customer Sales
    S_ALR_87012172 - Customer Balances in Local Currency
    S_ALR_87012169 - Transaction Figures: Account Balance
    S_ALR_87012171 - Transaction Figures: Sales
    would this help?
    regards
    Vivek.

  • Consolidation of Oracle Database 10g Express Edition "Bugs"

    I'll take a stab at cleaning this up. This is a collection of postings, reported as bugs, but not really bugs or difficult to understand/reproduce. These were filed in the Database General forum and they should have been filed in the XE forum.
    Firstly, thank you for taking the time to report these issues and suspected issues. In the future, it would be quite helpful to everyone if you reported these in the XE forum.
    1. Oracle Database 10g Express Edition Bugs
    This is not a bug. The developer toolbar will show when you are authenticated to the development environment. You do not have to be authenticated to your application for the developer toolbar to appear.
    2. Oracle Database 10g Express Edition Bugs
    If data is present in the cache, this is up to the application developer (you) to implement the proper security which prevents this behavior.
    3. Oracle Database 10g Express Edition  Bugs
    This is a minor issue, at best. For this type of search interface, it is desirable to perform a case-insensitive query. Wouldn't it be a shame if you searched for "item" and it did not return results that contained "Item".
    4. Oracle Database 10g Express Edition Bugs
    This is not a bug. Different authentication schemes have different data restrictions. It is up to you, the application developer, to easily implement the data validations appropriate for your application.
    5. Oracle Database 10g Express Edition Bugs
    Insufficient information provided. You will have to specify what exact error message is arising and what data you changed which resulted in this error. A complete step-by-step test case is desirable, please.
    6. Oracle Database 10g Express Edition Bugs
    Duplicate of #5 above. And still insufficient information.
    7. Oracle Database 10g Express Edition Bugs
    Not a bug. This is intentional behavior. If I know I want to enter table name EMP, it would be bad from a usability standpoint to always force the user to employ their mouse.
    8. Oracle Database 10g Express Edition Bugs
    This could not be reproduced.
    9. Oracle Database 10g Express Edition Bugs
    Almost identical to #8. Please clarify what the expected behavior should be.
    Joel

    This discussion has been continued in the XE forum at:
    Consolidation of Oracle Database 10g Express Edition "Bugs"
    In the future, please attempt to post all XE-related issues in the XE forum.
    Joel

  • Installing Oracle R12 Express Installation

    Dear All,
    Is it possible to install Oracle R12 Express Installation on Windows XP SP2 which is on a WorkGroup and not a part of Domain.
    How to convert the Workgroup into Domain. Please Guide.
    Regards
    Hitesh Parsawala

    Hi Hitesh;
    Please follow Hussein Sawwan's greatest post about same issue, you can find installation steps&pre-request etc
    Oracle r12 installation on Windows XP
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    Hope it helps
    Regard
    Helios

Maybe you are looking for

  • ITunes 9.2 not Adding to Library content downloaded from eMusic or Amazon

    I have content that I've downloaded from eMusic and Amazon through their respective downloaders. Both downloaders are set to add the content to my iTunes library, but after dwonload, nothing shows up in iTunes. Trying to add the content via File-Add

  • N97 / Gmail / Nokia Messaging - temporary solution

    Hi, Was having the same problems as a lot of people with Nokia messaging only occasionally syncing with gmail or simply not syncing at all. I've found a temporary solution which is working great. I've set up an email account with my ISP (hopefully yo

  • Infotype: Japan infotype 0002 update

    Hi Experts, Can any one help me in creating/Updating infotype 0002 - Personal Data. System is not accepting anything in the field "Katakana:P0002-LNAMK" In the screen i am not able to trace what is Kanji, Katakana, Romaji. Thanks in advance TK

  • Need help capturing Video

    Every time I try to capture video from my cancorder i receive this error message after a couple minutes. "Premiere Elements has encountered an error. [..\..\Src\PathUtils.cpp-178] Can anyome help?

  • Check tax classification; maintenance is incomplete

    Dear All, I am facing the above issue while replicating the Sold-to-party from CRM UI(2007) to ECC 6.O . Systsem is throwing the above error at BDoc level. I maintained all the BP tax relevent settings in both the system. System is showing the data t