General Ledger Tax in R12

To me it looks like R12 GL module only supports simple "Tax Rate Code" based tax calculations. Tax Rules are not supported. Can anyone confirm this?
Thanks

In R-12 To initiate the transfer of Receivables accounting information from Oracle Subledger Accounting to Oracle General Ledger, run the Create Accounting program in final
mode. When you create final accounting, the Create Accounting program transfers data about your adjustments, chargebacks, credit memos, commitments, debit memos,
invoices, and receipts to a Subledger Accounting interface table and, depending on other entered parameters, runs Journal Import and posts the journal entries in General
Ledger. Or, you can create draft accounting first; later, when you create the final accounting, you can complete the transfer and posting process. Draft accounting entries cannot be transferred to General Ledger.

Similar Messages

  • How do you do a General Ledger Transfer in R12?

    I am looking for the General Ledger Report, In release 11.5.10.2 it was located in Recievables Manager > Interfaces > General Ledger. In R12 I am unsure on how to run that same report. Where is this report located?
    Thanks.

    In R-12 To initiate the transfer of Receivables accounting information from Oracle Subledger Accounting to Oracle General Ledger, run the Create Accounting program in final
    mode. When you create final accounting, the Create Accounting program transfers data about your adjustments, chargebacks, credit memos, commitments, debit memos,
    invoices, and receipts to a Subledger Accounting interface table and, depending on other entered parameters, runs Journal Import and posts the journal entries in General
    Ledger. Or, you can create draft accounting first; later, when you create the final accounting, you can complete the transfer and posting process. Draft accounting entries cannot be transferred to General Ledger.

  • Changes from 11i to R12 for General Ledger Module

    Can anybody help me from where can i get the document for technical changes from 11i to R12 for General Ledger Module.

    check at:
    http://www.oracleappshub.com/general-ledger/r12-oracle-general-ledger-new-and-enhanced-features/

  • Deffered tax node not available in General Ledger Accounting

    Hello,
    I want to custumize deffered tax programme but the node
    :General Ledger Accounting  Business Transactions  Report  Sales/Purchases Tax Returns  Deferred Taxes
    is not availabe.
    Please suggest what steps are needed to make it available.
    ours is ECC 6.0.
    Regards
    Tushar

    Hello,
    You might check following path:
    Financial Accounting  (NOT NEW)
    General Ledger Accounting
      Business Transactions
        Closing
         Report
          Sales/Purchases Tax Returns
            Deferred taxes  
    Best regards

  • Summarization in General Ledger view

    Hi Gurus,
    Facing a typical issue....
    Working on ECC 6.0.
    Document splitting across profit centers is enabled in our system.
    I am using the below data.
            Customer account    G/L account      Profit center     Amount
              123                                 3350
                                XYZ           5678           1000    with tax code O1(17.5%)
                       ABC           5678             1000      With tax code O0(NO TAX)
                       DEF           2345           1000      with tax code O1(17.5%)
    When I post a vendor invoice through FB70 for the above data. the posted document line items will be as below.
           Customer account    G/L account     Tax account      Profit center     Amount
              123                                 3350
                                XYZ                      5678           1000   
                       ABC                      5678             1000     
                       DEF                     2345           1000                
                                224706      5678             175
                                               224706      2345            175
    When I observe this document in 'General ledger view' I am able to see all the above lines as it is in 'Entry view'
    That means the summarization at "Entry view" is working fine I believe.
    Now with the same data if I post a document through  BAPI_ACC_DOCUMENT_POST, in "General ledger view" again the tax lines
    are getting splitted into two lines across profit centers as shown below
        Customer account    G/L account     Tax account      Profit center     Amount
              123                                 3350
                                XYZ                      5678           1000   
                       ABC                      5678             1000     
                       DEF                     2345           1000                
                                224706      5678            87.5
                                               224706      2345           87.5
                                224706      5678            87.5
                                               224706      2345           87.5
    Itseems the summarization is not happenning at "General ledger view" level.
    Does any body have faced the similar situation? Is there any OSS note which can rectify this? or what is causing for this problem?
    Regards,
    Nanda.

    Hi
    Maintain defult profit center in t .code :3keh
    only for balance sheet Gl accounts only
    lenin

  • General Ledger Report Criteria Selection

    Hi, just a general question in regards to running the general ledger report.  I would have thought the expanded button would be user specific, as it is not it means that each user has to check and change the selection for each report incase someone else has changed it.  Some reports are GL specific (which takes time to go through and tick those required) and change dates and then the expanded options, thus leading to my question (whew). 
    Is there anyway a user can 'save' a selection criteria so they can easily run this each day for eg without all the pre selection hassle and making sure the selection is consistent with the previously run report.  Especially if the user is away and someone else has to run it.
    I noticed there is a selection criteria on the tax report however it does not allow you to save it.
    thanks judi

    Judi,
    Unfortunately, there is no means for a user to save a selection criteria on the Reports.
    Suda

  • After Successfull Load ETL for General Ledger No data showing in Warehouse

    After Successfull Load ETL for General Ledger No data showing in Warehouse Tables
    DB Version # 11.2.0.1.0 and OS of Warehouse Microsoft Windows Server
    2003 R2 Enterprise Edition Service Pack 2, v.4922
    1. BI Apps version
    Release 7.9.6.3
    2. BI Apps module
    Financials
    3. Source system and version
    EBS R12.1.2
    Please help me out .......

    Hope you have done finance config as per the link
    http://docs.oracle.com/cd/E20490_01/bia.7963/e19039/toc.htm
    List out the tables with row count=0, get the sql override query and execute in source to see # records for tables ending DS or FS where row count=0
    do the same for tables ending with _D using warehouse db.
    If fact tables are getting 0 records check the w_day_d table.
    let me know updates.
    If helps pls mark.

  • Please Help....Need base tables link from Trade management to General Ledge

    HI,
    As per our current requirement we need to pull data from Trademanagement Module to General Ledger.
    we are able get exact data which is posted in GL.
    since we need to display only finished Items in product column. we are getting some unfinished Products also.
    is there any table which has correct link trademanagement to GL. Version R12:
    we have used the below query:
    ------------------------------------Start TM-GL Item Level-------------------------------------------
    SELECT 'FY'||substr(batch_period_name,5,2) Year
    , substr(batch_period_name,0,3) Period
    , 'Final' version
    , 'Actual' Scenario
    , ('C'||substr(account,0,3)) Company
    , ('A'||substr(account,5,5)) GL_Account
    , substr(account,11,2) BU
    , ('PC'||substr(account,14,3)) Profit_Center
    , Plan_Dist
    , decode(Product,'','No_Product',Product) Product
    , Site_No
    , currency_code
    , substr(account,18,2) Country
    , sum(nvl(accounted_dr,0)-nvl(accounted_cr,0)) Amount
    , batch_period_name
    FROM (SELECT
    gjh.currency_code
    , gjh.je_category
    , gjh.je_source
    , gjh.period_name je_period_name
    , gjh.name journal_name
    , gjb.name batch_name
    , gjh.status journal_status
    , gjh.creation_date je_created_date
    , gjL.period_name batch_period_name
    , gjl.je_line_num line_number
    , gjl.ledger_id
    , gjl.entered_dr
    , gjl.entered_cr
    , gjl.accounted_dr
    , gjl.accounted_cr
    , gjl.description
    , gjh.running_total_accounted_dr je_total_dr
    , gjh.running_total_accounted_cr je_total_cr
    , gcc.concatenated_segments Account
    , xdl.source_distribution_type
    , xdl.source_distribution_id_num_1
    , xlate.source_id_int_1
    , (select distinct segment1
    from mtl_system_items_b@ebs_link
    where inventory_item_id= ofuab.product_id ) Product
    , (select distinct HCSusesal.attribute4
    from HZ_CUST_ACCT_SITES_ALL@ebs_link hcasiteall
    ,HZ_CUST_SITE_USES_ALL@ebs_link HCSusesal
    ,HZ_CUST_ACCOUNTS@ebs_link hca
    where HCSusesal.cust_acct_site_id= hcasiteall.cust_acct_site_id
    AND ofuab.ship_to_site_use_id=HCSusesal.site_use_id
    AND hcasiteall.cust_account_id=hca.cust_account_id) Site_No
    ,(select distinct hpsites.party_site_number
    from HZ_PARTIES@ebs_link hpart
    ,HZ_LOCATIONS@ebs_link hloc
    ,HZ_CUST_ACCOUNTS@ebs_link z
    ,HZ_PARTY_SITES@ebs_link hpsites
    ,HZ_CUST_ACCT_SITES_ALL@ebs_link hcasiteall
    ,HZ_CUST_SITE_USES_ALL@ebs_link HCSusesal
    ,HZ_CUST_ACCOUNTS@ebs_link hca
    -- ,HZ_CUST_SITE_USES_ALL_MNC mnc
    where hpsites.location_id= hloc.location_id
    and hpart.party_id= hpsites.party_id
    and hpsites.party_site_id= hcasiteall.party_site_id
    and HCSusesal.cust_acct_site_id= hcasiteall.cust_acct_site_id
    and hpart.party_id= hca.party_id
    -- and mnc.cust_acct_site_id= hcasiteall.cust_acct_site_id
    and z.party_id= hpart.party_id
    and ofuab.ship_to_site_use_id=HCSusesal.site_use_id) Plan_Dist
    FROM gl_je_headers@ebs_link gjh,
    gl_je_lines@ebs_link gjl,
    gl_import_references@ebs_link gir,
    gl_code_combinations_kfv@ebs_link gcc,
    gl_je_batches@ebs_link gjb,
    xla_ae_lines@ebs_link xal,
    xla_ae_headers@ebs_link xah,
    xla_events@ebs_link xe,
    xla_event_types_tl@ebs_link xet,
    xla_event_classes_tl@ebs_link xect,
    xla_distribution_links@ebs_link xdl,
    xla.xla_transaction_entities@ebs_link xlate,
    ozf_funds_utilized_all_b@ebs_link ofuab
    WHERE gjh.je_header_id = gjl.je_header_id
    --AND gjh.reversed_je_header_id = gjl.je_header_id
    --AND gjh.je_header_id = gir.je_header_id
    AND (gjh.reversed_je_header_id = gir.je_header_id OR gjh.je_header_id = gir.je_header_id)
    --AND gjl.je_header_id = gir.je_header_id
    AND gir.je_line_num = gjl.je_line_num
    AND gcc.code_combination_id = gjl.code_combination_id
    AND gjb.je_batch_id = gjh.je_batch_id
    AND gir.gl_sl_link_id = xal.gl_sl_link_id
    AND xal.ae_header_id = xah.ae_header_id
    AND xah.event_id = xe.event_id
    AND xe.event_type_code = xet.event_type_code
    AND xe.application_id = xet.application_id
    AND xet.LANGUAGE = USERENV ('LANG')
    AND xect.event_class_code = xet.event_class_code
    AND xect.application_id = xe.application_id
    AND xect.LANGUAGE = USERENV ('LANG')
    AND xah.ae_header_id = xdl.ae_header_id
    AND xal.ae_line_num = xdl.ae_line_num
    AND xe.entity_id = xlate.entity_id
    AND xe.application_id = xlate.application_id
    AND xlate.source_id_int_1=ofuab.utilization_id
    AND gjh.je_source = 'Marketing'
    AND gjl.status='P'
    AND gcc.segment3 in ('10')
    AND gcc.segment1 <> 'C01'
    AND substr(gcc.concatenated_segments,5,1) in (4,5)
    AND gcc.segment6 not like ('SPO%')
    AND ofuab.utilization_type <> 'ADJUSTMENT'
    -- AND gcc.concatenated_segments = '101.41220.10.999.US.BAZ2503.000.0000'
    -- AND gjl.je_line_num in( 5674,5675,5676,5677)
    -- AND gjl.period_name = 'AUG-12'
    -- AND gjh.je_header_id IN (7236,7235)
    -- AND gjl.je_line_num = 3830
    AND substr(gcc.concatenated_segments,5,2) not in('40'))
    AND gjl.je_line_num in( 5674,5675,5676,5677)) PG -- 11/23/12
    GROUP BY 'FY'||substr(batch_period_name,5,2)
    , substr(batch_period_name,0,3)
    , 'Actual'
    , substr(account,0,3)
    , substr(account,5,5)
    , substr(account,11,2)
    , substr(account,14,3)
    , substr(account,21,7)
    , currency_code
    , Product
    , substr(account,18,2)
    , Site_No
    , Plan_dist
    , batch_period_name
    , 'Final'
    ------------------------------------End TM-GL Item Level-------------------------------------------
    Please help me if any body worked on this issue.
    Thanks,
    Ram

    I have find the answer for my Question...
    We can have 2 columns in ozf_funds_utilized_all_b. product_type and Product_id.
    If product_type is Family then Product_id would be the Item Category ID.
    If Product_type is Product then Product_id would be the Inventory_item_id.
    Thanks,
    Ram

  • Transaction Context Is Lost in General Ledger

    Hi,
    I got 'Transaction Context is Lost' in General Ledger 'Accounting Setup Manager' while creating new Ledger, in R12.
    I tried restarting machine, but same problem.
    How to fix problem?
    See Attached SHT - http://www.mediafire.com/?fusvfp6q7cv6rdz

    Please post the application release, database version and OS.
    Can you find any errors in the database log file?
    user78995 wrote:
    Hi,
    I got 'Transaction Context is Lost' in General Ledger 'Accounting Setup Manager' while creating new Ledger, in R12.
    I tried restarting machine, but same problem.
    How to fix problem?
    See Attached SHT - http://www.mediafire.com/?fusvfp6q7cv6rdz
    Please see if these docs help.
    11i/R12 How to Debug "Transaction Context Is Lost" or "You are trying to access a page that is no longer active" [ID 456906.1]
    Transaction Context Is Lost in iSupplier portal [ID 761421.1]
    How To Check Session Persistence On BigIP F5, Cisco Ace, Citrix Netscaler or Radware AppDirector Load Balancer Appliances [ID 601694.1]
    Self-Service Pages Are Failing After Changing the s_oc4j_sesstimeout [ID 780612.1]
    Enhancement Request: PLM Login Timeout Can Cause Loss of Data (Passivation) [ID 1108454.1]
    Please also check Apache log files (and the application.log) for details about the error.
    If you cannot find any errors in the logs and you still have the same issue, then please log a SR.
    Thanks,
    Hussein

  • Oracle E-Business Suite 12.1 General Ledger Essentials (1Z0-516)

    Hello,
    I have a plan for "Oracle E-Business Suite 12.1 General Ledger Essentials (1Z0-516)" Certification, kindly advice
    Is this Certificate mandatory for training...??
    Thanks

    Training is not mandatory to obtain the R12 General Ledger Certified Implementation Specialist.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Any Specific patches for General Ledger on Release 12.1.3

    All -
    I came to know we can migrate oracle apps *12.1.1 to 12.1.3* by implementing update pack - (*Patch 9239090*)
    But are there any specific patches for General Ledger Module on release *12.1.3*
    Please advise on this
    Regards
    VSH

    I came to know we can migrate oracle apps *12.1.1 to 12.1.3* by implementing update pack - (*Patch 9239090*)
    But are there any specific patches for General Ledger Module on release *12.1.3*
    Please advise on thisPlease see the docs under the "2. Recommended Patching" section in (EBS R12 Period Close Advisor: General Ledger [ID 1359476.1]).
    Also, please the docs referenced in these docs.
    Planning Your Oracle E-Business Suite Upgrade from Release 11i to Release 12.1 [ID 987516.1]
    E-Business Suite: Oracle Financial Control Information Center [ID 1207527.1] -- GENERAL LEDGER
    Oracle Applications Current Patchset Comparison Utility - patchsets.sh [ID 139684.1]
    My Oracle Support > Patches & Updates > Recommended/Latest R12 Patches
    Thanks,
    Hussein

  • BR100 general ledger

    Hi everyone,
    I'm trying set up general ledger and I'm reading GL implementation guide & user guide and other documents.. so, i can help me with our set up done with R11 but .. can anyone provide me some BR100 or similar document as a guide to set up all new features of General Ledger (Accounting setup, SLA, AGIS, ..)??? I have found a blog which help me (http://ltd.kentw.co.uk/functional/generalledger/r12-general-ledger-gl/) but I need a guide with more details if it was possible.
    Thanks for advance.
    Ricardo

    Hi,
    When I refer to BR100 or similar document, I don't mean a template (AIM methology) for doing set up but a BR100 or similar document with a set up organization.. I would like a real organization set up in 12.1 for general ledger (with new enhancements) which I would use as guide for Knowing steps, navigation path, ...
    Note that we have BR100 document done when we set up EBS R11i but I Know that 12.1 set up is quite different
    Regads,
    Ricardo

  • Oracle General Ledger Certification

    I want to take the certification for 1z0-516, Oracle EBS R12.1 General Ledger Essentials. Has anyone taken this and passed before?
    How many questions do we need to answer in how much time in the real time exam?
    Any help appreciated.
    Thanks

    You can get all this information on our website at certification.oracle.com.
    Regards,
    Brandye Barrington

  • Please help how to undo the post in general ledger?

    dear all,,
    please help me ?
    we have R12 Orcale.
    I made a post in general ledger for closing purpose ??
    now I want to undo post whatever I posted should return back as it is ??
    how I can do it ??
    for more clarification
    for closing the account period we went to the general ledger than post journal after that we select the period name than we select find ?
    after find I made tick to all the transactions there than I posted ?
    my question How I can cancel the post or undo and keep it as it is ??
    please help

    A posted journal batch can not be deleted, You can reverse it to nullify the accounting effects of the posted journal batch.
    refer MOS note:
    Can a Posted General Ledger Journal Entry be Deleted? [ID 135532.1]
    regards,

  • Reg New General Ledger

    Hi Experts,
    Please provide me some info about New General Ledger.
    1) What are the major differences between General Ledger and New General Ledger?
    2) What happen to General ledger reports (BI Content Reports) when we implement New General Ledger? Are new General Ledger reports (BI Content Reports) will replace old BI content reports? Are any changes required to existing ones?
    3) Which plugin in ECC?
    Thanks in advance.
    Rgds,
    Ram

    Hi
    BW Release 3.1 makes consistent data extraction in the delta method possible for line items in General Ledger Accounting (FI-GL), and selected subsidiary ledgers (Accounts Receivable FI-AR and Accounts Payable FI-AP) and tax reporting. The extraction procedure delivered with BW Release 2.0B, based on DataSources 0FI_AR_3 and 0FI_AP_3 , can be replaced. This is described in note 0410797.
    1) What are the major differences between General Ledger and New General Ledger?
    The new delta enabled GL Accounts for group reporting like 0fi_gl/ap/ar/tx_4 . New Asset Accounting Turn over ratios for better reporting capability.
    2) What happen to General ledger reports (BI Content Reports) when we implement New General Ledger?
    Are new General Ledger reports (BI Content Reports) will replace old BI content reports? Are any changes required to existing ones?
    the Old reports are existing like that only. Some of them need changes
    3) Which plugin in ECC?
    ECC 6.0 -- http://help.sap.com/saphelp_nw70/helpdata/EN/e8/747140723d990ae10000000a155106/frameset.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/af/16533bbb15b762e10000000a114084/frameset.htm
    Hope it helps

Maybe you are looking for

  • Error message when downloading Adobe Premiere Elements 11

    When attempting to download the Adobe Premiere Elements 11 from the cd, I'm getting an error message that reads: "The installation process has encountered an error while installing Shared Technologies. Please restart your system and try again".I'm us

  • HT201269 How do I transfer my SMS text messages from one Iphone to another or to my Macbook Pro?

    How do I transfer my SMS text messages from one Iphone to another or to my Macbook Pro?

  • Problem with report authorizations

    Hi, I have assinged role with same set of query. A second role works like restriction to Business Area (for example: L000). problem: It doesn't work with InfoProviders of CO module. I want to make the restriction authorization of the users like I sai

  • Webdynpro and R/3 communication.

    Would like to know upto which past versions of R/3 is webdynpro compatible with ? I am developing a new webdynpro application and the R/3 version is 4.5b. I want to make sure that I will be able to fetch and update data in 4.5b. Thanks.

  • XPATH readout - HAshmap/Array or Enum

    Hi, I am reading this from my xml file: <Taxes>                   <Tax TaxCode="code1" Amount="500.00"/>                   <Tax TaxCode="code2" Amount="100.00"/>                   <Tax TaxCode="code3" Amount="100.00"/>                   <Tax TaxCode=