11i information in R12

Hello all,
In 11i AP, gl_je_lines table we found the below information
jl.reference_2 "INVOICE_ID"
,jl.reference_5 "INVOICE_NUM"
,jl.reference_1 "SUPPLIER"
,jl.reference_3 "CHECK_ID"
,jl.reference_4 "CHECK_NUM"
In 11i GL, ap_ae_lines_all table we found the below information
,l.reference2 "INVOICE_ID"
,l.reference5 "INVOICE_NUM"
,l.reference1 "SUPPLIER"
,l.reference3 "CHECK_ID"
,l.reference4 "CHECK_NUM"
My doubt is where we can find this information in R12.
Thanks and Regards,
Muthu

Vikas Chaudhary wrote:
Hi Muthu,
There is no change in gl_je_lines and ap_ae_lines in R12, so the information you are looking for will be found in the same tables .
ThanksPl see this MOS Doc
Technical Changes in Payments from 11i to R12 [ID 786423.1]
HTH
Srini

Similar Messages

  • Salesperson information in R12

    Hi All,
    I am new to Release 12, while searching for salesperson using Oracle 11i navigation i am unable to find that tab called classification. Hear is the my search result.
    Order management --> customer --> standard
    while searching using customer number we can able to find the customer information.
    in 11i when we use same criteria we can able to find the column called sales person under classification tab.
    could any one help me to find the sales person information in R12.
    Thanks,
    Red.

    hi all,
    i got it.
    thanks.
    Red.

  • Upgrading 11i Payments to R12 Payments

    Hi All,
    We are now on Oracle EBS 11i [11.5.10.2] and Database 10g [10.2.0.4] now and we are planning to upgrade to R12.
    We want to upgrade the all payment formats and templates to R12.
    We have couple of questions..
    1) How can we upgrade the reports(payments sent to Banks) to R12?
    -- I know we need to use the e-text templates to achieve that, but my questions is , we have RDF files in R12 which fetches the data for us and have different RDF files for different layouts. So will it be the same case in R12 as well.
    2) I have heard about common data extract in R12, how do we get that, what all changes needs to be done for that to have common data extract for all the Layouts(Templates).
    Can you also please share if there is any document created to achieve this requirement.
    Thanks,
    S.

    Duplicate Post. See answer here:
    Re: Upgrading 11i Payments to R12 Payments
    Regards,
    Gareth
    http://garethroberts.blogspot.com

  • Need Information On R12 Error tables.

    Hi Friends,
    I need information on R12 Error Tables and Staging Error tables. Can you please send me any documention on this.
    Little bit urgent.
    Thanks

    Thanks for you Reply.
    Actually i am new to Apps. I am a OBIEE Developer. Here i will tell you the process. From Flat files to Staging area they are Loading the Data using some Scripts. After that they are using some concurrent programes for clensing the data and load them in to the Interface Tables. Then Those tables are loaded in to the Main oracle Tables.
    Mean while when they loading the data from staging to Interface they clensing the data. If Any errors occur they are moving those tables into some Built in Tables like (MTL_Interface_Errors). This is the process.
    And i don't know how to find the error tables..
    Thanks.
    Edited by: 806756 on Nov 9, 2011 1:34 AM

  • Upgrade from 11i projects to r12 projects

    Can anyone provide me with a document on how to upgrade from existing 11i projects to R12 projects?
    Or if you let me know the pre-requisites that would be of great help me to me.

    You will need to follow the standard R12 upgrade process. You will first need to upgrade to 12.1.1 (http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121upgrade.pdf), then apply the R12.1.3 patch (MOS Doc 1081434.1- Oracle Projects Release 12.1.3 Readme)
    MOS Doc 256.1 (Upgrade Advisor: Oracle E-Business Suite Financials and Projects Upgrade from 11.5.10.2 to 12.1.3 and 12.1.2) may also be relevant.
    HTH
    Srini

  • Oracle Financials AP 11i tables Vs R12 tables

    Hello,
    I have a package that works in Oracle Apps 11i instance. This package is using 11i tables in its cursors. we are moving this package to r12 and thus this package has to run in r12 using r12 tables. I have heard that a lot of tables have been changed from 11i to r12 in oracle financials. here is the code.
    Some of the tables in the AP that were used in 11i were AP_BANK_ACCOUNTS_ALL, AP_BANK_BRANCHES, AP_CHECKS_ALL,
    AP_INV_SELECTION_CRITERIA_ALL,
    fnd_lookup_values_vl. I need to know their R12 counterparts or the R12 tables that needs to be inserted here.
    SELECT DISTINCT abb.attribute1 attribute1
    FROM APPS.ap_bank_accounts_all ABA,
    APPS.ap_bank_branches ABB,
    XXAP.XXAP_CD_PAYBATCH_APPR_OUT XCOUT,
    APPS.AP_INV_SELECTION_CRITERIA_ALL AISC
    WHERE aisc.checkrun_id = xcout.batch_id
    AND aisc.bank_account_id = aba.bank_account_id
    AND aba.bank_branch_id = abb.bank_branch_id
    SELECT ABB.ATTRIBUTE1 MESSAGE_ID,
    FROM APPS.AP_BANK_ACCOUNTS_ALL ABA,
    APPS.AP_BANK_BRANCHES ABB,
    APPS.AP_CHECKS_ALL CHK,
    APPS.AP_INV_SELECTION_CRITERIA_ALL AISC,
    APPS.fnd_lookup_values_vl FLV,
    XXAP.XXAP_APP_OUT XCOUT
    WHERE ABA.bank_branch_id = ABB.bank_branch_id
    AND AISC.bank_account_id = ABA.bank_account_id
    AND XCOUT.batch_id = AISC.checkrun_id
    AND CHK.checkrun_id = AISC.checkrun_id
    AND CHK.PAYMENT_METHOD_LOOKUP_CODE = AISC.PAYMENT_METHOD_LOOKUP_CODE
    AND ABA.ATTRIBUTE4 = FLV.LOOKUP_CODE

    933951 wrote:
    Hello Srini,
    Thank your for the reply. Appreciate it.
    I have taken a look at the zip file from that Steven Chen blog, but i guess that does not really help me at the moment i guess. It tells us changes have been made but what needs to be replaced with which tables hasnt been mentioned.
    I have taken a look at the document "Bank Setups in R12 Question [ID 434195.1]" and it provided me this below information. Is it right if i replace the tables on the left with the tables on the right.
    AP_BANK_ACCOUNTS_ALL --> CE_BANK_ACCOUNTS
    AP_BANK_ACCOUNTS_USES_ALL --> CE_BANK_ACCT_USES_ALL
    AP_BANK_BRANCHES --> CE_BANK_BRANCHES_VCorrect - pl see this MOS Doc
    R12 Cash Management 'How To' documents [ID 580516.1]     
    AP_CHECKS_ALL -- ??
    AP_INV_SELECTION_CRITERIA_ALL -- ??These two tables are still valid for R12. Pl see
    What are the new tables in R12 for Payables and to what R12 objects are obsoleted 11i tables mapped [ID 1290116.1]     
    >
    Is the above derived information right? Can you please help me in this? Thank you
    Also, i have seen a lot of threads with the same requirement, so i guess that should help a lot of other people.
    Thank youHTH
    Srini

  • How to import 11i JDeveloper into R12 JDeveloper

    I had develop a java page program with JDeveloper fro Apps 11i, normal if I want to re-import the program, I can just create the workspace, project and then opne the server.xml. It did not work for R12 version. I try to create a new workspace and project and points to the source directory but the java program can't be imported. Does anyone knows how to import it? Thanks in advance.
    Regards
    Lawrence

    The basic way to import code is to use the "New->Projects->Project from existing code" or "project from WAR" dialogs to create your project.
    You then need to do some tweaking in the project properties->Content (and sub nodes such as resources and Web content).
    And also set the correct JARs/Libraries in the project properties.
    You can use the help->check for update to download the extension to JDeveloper that will let you integrate with Clearcase to do version management.
    This how-to might help you with your migration:
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html

  • 11i iSetup showing R12 request id's

    Hi
    We are trying to use iSEtup in 11i but what I noticed was when I run a report or load or extract, the request names are showing as follows :
    Migrator UI Submitting concurrent program (iSetup R12 Transformer)
    Migrator UI Submitting concurrent program (iSetup R12 Standard Reporter)
    Migrator UI Submitting concurrent program (iSetup R12 Extractor)
    Is this normal ? or am i doing something wrong ?
    Appreciate feedback on above issue.
    regards

    Hello,
    We are also facing the same issue? Did you get any reply or findings for this.
    If yes, can you pls share the same.
    Thanks,
    Rohiet

  • 11i Tax reports - R12 EbTax replacements

    Hi gurus,
    We are looking to upgrade some of the customizations made to the standard 11i reports:
    AP Input Tax Group Listing (Short Name -> AP_ARXTTGL)
    + Is there a like to like replacement in R12 EbTax for this report?
    + Also, in general, how can I find the EbTax equivalent reports for the 11i ones?
    Thanks,
    Vinod

    Pls check user guide on
    http://docs.oracle.com/cd/B34956_01/current/acrobat/120apug.pdf
    thanks

  • Upgrade from 11i ocp to R12

    Dear All
    I have a OCP 11i Financials Payables, how can i update it to R12. or can can i write the r12 receivables exam. or is their any upgradation exam to r12 from 11i.
    Regards

    I have a OCP 11i Financials Payables, how can i update it to R12. or can can i write the r12 receivables exam. or is their any upgradation exam to r12 from 11i. Please see this link.
    Certification Upgrades -- E-Business Suite
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=44
    You can upgrade from "11i Financials OCP, Payables or Receivables" to:
    - Oracle EBS R12 Supply Chain Certified Expert Consultant, Purchasing
    - Oracle EBS R12 Financials Certified Expert Consultant Receivables
    - R12 Advanced Supply Chain Planning Consultant Certified Expert
    Please also see:
    Oracle E-Business Suite R12
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=142#2
    Thanks,
    Hussein

  • Morsels of information about R12 customers

    I know that many of you are eagerly looking out for information about real customer experiences with R12. Our Marketing department has been collecting customer experiences. There are a few snippets of information in the following press release:
    "In less than 5 Months, More than 300 Customers Select the Oracle® E-Business Suite Release 12"
    http://www.oracle.com/corporate/press/2007_jun/ebs-r12-momentum07.html?rssid=rss_ocom_pr
    Fair warning: that's a press release, so hard technical details are a bit scarce.
    If you're interested in speaking with any of the customers to get more concrete details, your best bet would be to contact your Oracle account manager and seeing whether you can arrange a direct call with them via the official Oracle Reference program.
    Regards,
    Steven

    Hi Steven,
    The phantom press release is searchable on the oracle.com website, then it shows page not found:
    In less than 5 Months, More than 300 Customers Select the Oracle® E-Business Suite Release 12
    com In less than 5 Months, More than 300 Customers Select the Oracle® E-Business Suite Release 12 LGE, Mexicana
    http://www.oracle.com/corporate/press/2007_jun/ebs-r12-momentum07.html - 46k
         In less than 5 Months, More than 300 Customers Select the Oracle® E-Business Suite Release 12 (27th June 2007)
    Following the release of its new global business release in January 2007, Oracle today announced strong customer momentum for Oracle(r) E-Business Suite Release 12. Since the announcement, Oracle has added more than 300 new Oracle E-Business Suite Release 12 customers worldwide. ...
    We're sorry, the page you requested was not found.
    We have recorded this error (404) to help us fix the problem.
    -Michael

  • Oracle Application 11i Upgrade to R12

    Hi All,
    I want to Upgrade application 11i to R12
    OS is Oracle Linux 32 Bit
    Application is 11i 11.5.10.2 CU2
    Thanks

    The current release of EBS R12 is 12.1.3 - the Upgrade Guide is here http://download.oracle.com/docs/cd/B53825_07/current/acrobat/121upgrade.pdf
    Pl also see these MOS Docs -
    1080973.1 - Oracle E-Business Suite Release 12.1.3 Readme
    750384.1 - Where to download RapidInstall software for 12.0.6 or 12.1.2 or 12.1.3?
    761570.1 - Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade          
    987516.1 - Planning Your Oracle E-Business Suite Upgrade from Release 11i to Release 12.1          
    1072409.1 - Database Documentation Resources for EBS Release 11i and R12
    850008.1 - Interesting links around EBS Upgrade
    HTH
    Srini

  • 11i upgrade to R12 and challenge in AP invoices interface with Vertex

    Hi,
    Right now we are in the process of upgrading our application from 11i to R12.1.3.
    During the procure to pay upgrade, We are facing a challenge in interfacing R12 Oracle Payables invoices with Vertex Q Series Tax.
    The existing vertex interface process is working in R12 till tax calculation. That is, the TAX is getting calculated by the Vertex engine.
    But after tax calculation, the existing vertex interface process is not working because of the new tables in R12 and also some oracle standard packages (bellow listed) used by this program do not exist in R12 anymore.
    ap_tax_default_pkg.get_default_tax_code
    ap_tax_recovery_pkg.get_default_rate
    ap_mrc_engine_pkg.maintain_mrc_data
    ap_mc_info.round_dist_amounts
    ap_charge_allocations_pkg
    I am seeking help in identifying the required API’s to populate the ap_invoice_lines, ap_invoice_distributions and required ZX tables.
    Please help us if you came across similar challenge or any idea on R12 AP invoices interface with Vertex Q Series.
    Thanks
    Tamilselvan

    Hi,
    I have calculated tax amounts using vertex Q. trying to find out ZX API's to populated the required ZX tables.
    Please help us if you have any idea on this matter.
    Thanks
    Tamil

  • 11i SOB and R12 Ledger- Consolidation

    Hi,
    I would request some expert to answer for my question pls....
    is it possible to do this???
    If yes how to proceed, if no Y??
    pls help me to understand
    thanks a lot in advance....

    Hi,
    Head office has 11.4 version implemented...now they wud like 2 go for 11.4 implementation to branch office on another country.
    In near future 11.4 will get upgraded to R12...so Is it advisable to implement same version to branch office now ? or go for R12 to branch first...R12 version ledger and 11i SOB can be consolidated for time being???is it possible???can any 1 giv ur valuable advices??
    Edited by: prety on Jul 22, 2010 6:28 AM

  • Editing the user information in R12

    Hi Experts,
    I have created a user "monitor" in the R12.1.1, now I want to change its email address after logging in as user "monitor". Please tell me how can I edit the email address of the user after logging in as user by itself and also as sysadmin.
    Thanks
    -Naveed-

    Hi,
    You can update the email by logging to (System Administrator responsibility > Security > User > Define), or from user preferences (Note: 746255.1 - Allow SYSADMIN to Change Notification Preference for Users From Web Interface).
    Thanks,
    Hussein

Maybe you are looking for

  • Finder window does not open

    This has start happening this week. I am using OS 10.7.5 on a Mac Pro desktop. When I click on the Finder icon in the tray nothing happens. I might have one or more finder windows open but none of them come forward when I click on the icon. I have to

  • Assign Business Area to cost center

    HI Guru's i would like to assign the business area to existing cost center, which is having some posted entries. But system throws the below error message "For change Business area is not possible (transaction data already exists)" Pls help me Rgds,

  • Zone Failover or restore

    We have started using zones recently ( Sparse zone ). Spark , sol 10. all is working well but now i am thinking of failover and restore. I have one box with all the stage env running on it. So if it went down i am gone. 1. How can i use two boxes in

  • Loading captivate zip files into blackboard

    How to load a captivate zip file into blackboard?

  • SCSI Compliance Test (LOGO), StorageParameters.exe command is failing

    Hi, We have a Virtual StorPort mini driver and I'm running SCSI Compliance Test (LOGO) as part of HCK, but the test is failing with following error when run against our device. ======================  Exception   TypeName StorageDevices.Device   Mess