R12 tables

Hi ,
we are upgrading the 11.5.10.2 to R12.1.3 . I was found some of the tables got obsolete in 11i and changed those in R12. and i want know join condition between following tables.
note: i want know join condtions between these below tables.
select
asic.org_id ,
asic.check_date,
asic.bank_account_id,
asic.checkrun_name c_checkrun_name,
FROM apps.ap_checks_all asic,
apps.po_vendor_sites_all pvs,
apps.po_vendor_contacts pvc,
apps.po_vendors pov,
apps.ap_bank_branches abb,
apps.ap_bank_accounts_all aba
where
--NVL(asic.checkrun_name, 'MANUAL') =
--NVL(:p_payment_batch, NVL(asic.checkrun_name, 'MANUAL'))
pvc.vendor_site_id(+) = pvs.vendor_site_id
AND asic.vendor_id = pov.vendor_id
AND pov.vendor_id = pvs.vendor_id(+)
AND asic.bank_account_id = aba.bank_account_id
and abb.bank_branch_id = aba.bank_branch_id
thanks
Swamy

11
     R12 tables
Posted: Nov 17, 2011 1:29 AM
r12 [Edit]
Click to edit this message...      Edit      Click to report abuse...           Click to reply to this thread      Reply
Hi ,
we are upgrading the 11.5.10.2 to R12.1.3 . I was found some of the tables got obsolete in 11i and changed those in R12. and i want know join condition between following tables.
note: i want know join condtions between these below tables.
select
asic.org_id ,
asic.check_date,
asic.bank_account_id,
asic.checkrun_name c_checkrun_name,
FROM apps.ap_checks_all asic,
apps.po_vendor_sites_all pvs,
apps.po_vendor_contacts pvc,
apps.po_vendors pov,
apps.ap_bank_branches abb,
apps.ap_bank_accounts_all aba
where
--NVL(asic.checkrun_name, 'MANUAL') =
--NVL(:p_payment_batch, NVL(asic.checkrun_name, 'MANUAL'))
pvc.vendor_site_id(+) = pvs.vendor_site_id
AND asic.vendor_id = pov.vendor_id
AND pov.vendor_id = pvs.vendor_id(+)
AND asic.bank_account_id = aba.bank_account_id
and abb.bank_branch_id = aba.bank_branch_id
thanks
Swamy

Similar Messages

  • 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

  • R12 Tables Help

    Hi all,
    Currently we are migrating 11.0.3 system to R12. so in 11.0.3 we used
    So_line_details_all,
    so_picking_lines_all,
    so_picking_line_details,
    so_actions,
    so_cycle_actions,
    so_order_types_all tables.
    Can any one help me with the R12 tables for the above tables.
    Thanks,
    Ranga

    Please also see eTRM website -- http://etrm.oracle.com/pls/etrm/
    I'm not sure how you are doing this migration (since direct update from 11.0.x to 12.1.x is not supported) however you may review the following links and see if it helps.
    Identifying Data Model Changes Between EBS 12.1.3 and Prior EBS Releases
    https://blogs.oracle.com/stevenChan/entry/ebs_data_model_1213
    EBS Seed Data Comparison Reports Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_seed_data_comparison_reports
    If you still have any further questions about 11.0.x to 12.1.x migration/upgrade then I would suggest you log a SR.
    Thanks,
    Hussein

  • R12 table

    Hi,
    Can anyone please help me in Identifying the R12 table name for
    JA_IN_TAX_CODES,
    JA_IN_RA_CUST_TRX_TAX_LINES
    Currently i am working in R11.5.8.
    I need the table name to use in R12.1.1.
    Thanks in Advance,
    Jegan

    Hi Jegan;
    JA_IN_TAX_CODES,
    JA_IN_RA_CUST_TRX_TAX_LINES
    Did you try to check etrm.oracle.com site? You can find all related information&integrity etc. on this site
    Regard
    Helios

  • 11i to R12 Tables/Views Replacement or obsoleted.

    All Gurus,
    How to find out easily that the table has changed or replaced from 11i to R12 from backend of the both database.
    Thanks,

    user11164339 wrote:
    All Gurus,
    How to find out easily that the table has changed or replaced from 11i to R12 from backend of the both database.
    Thanks,Please see these links/docs.
    Identifying Data Model Changes Between EBS 12.1.3 and Prior EBS Releases
    https://blogs.oracle.com/stevenChan/entry/ebs_data_model_1213
    EBS Data Model Comparison Report Overview [ID 1290886.1]
    EBS Seed Data Comparison Reports Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_seed_data_comparison_reports
    eTRM
    http://etrm.oracle.com
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Tables+AND+11i+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Can we use old tables in R12

    Hi All,
    I am into an R12 upgrade project, there are some customized reports of the client which have the tables like ra_customers,ra_phones,ra_contacts etc. The report runs fine, but I came to know that these tables are now not backward compatible according to the R12 TCA architecture and so was the reason i think that, I could not find the synonyms for the above tables in the apps schema(found this during compilation of the report).
    Please correct me if I am wrong, if yes, I have to find alternatives to change the report so that it points to the new R12 tables.
    A speedy suggestion would be greatly appreciated.
    Thanks,
    Amit

    This metalink note could be useful also :
    Note:417511.1 Projects Uptake of the TCA Architecture in Release 12
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:1053474359405497840::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,417511.1,1,1,1,helvetica

  • Please confirm wheather the tables changed or obsoleted from 11i to R12.

    All,
    Can you please let me know whether the following tables are replaced/obsoleted and such information from 11i to R12 as part of upgrade.Please let me know if you need any further information.
    Just want to know ,the following tables are changed from 11i to R12,if yes what has changes & what has replaced with.
    General Ledger (GL)
    GL_PERIODS
    GL_BUDGETS
    GL_PERIOD_STATUSES
    GL_BALANCES
    GL_BUDGET_VERSIONS
    GL_CODE_COMBINATIONS
    GL_BALANCES
    GL_JE_CATEGORIES_TL
    GL_JE_SOURCES_TL
    GL_JE_BATCHES
    GL_JE_HEADERS
    GL_JE_LINES
    Accounts Payable (AP)
    AP_TERMS_TL
    AP_CHECKS_ALL
    AP_INVOICES_ALL
    AP_BATCHES_ALL
    AP_HOLDS_ALL
    AP_PAYMENT_SCHEDULES_ALL
    AP_SYSTEM_PARAMETERS_ALL
    AP_LOOKUP_CODES
    AP_INVOICE_DISTRIBUTIONS_ALL
    AP_INVOICE_PAYMENTS_ALL
    Fixed Assets (FA)
    FA_BOOKS
    FA_ADDITIONS_TL
    FA_ADDITIONS_B
    FA_ASSET_HISTORY
    FA_CATEGORIES_B
    FA_CATEGORIES_TL
    FA_CATEGORY_BOOKS
    FA_CATEGORY_BOOK_DEFAULTS
    FA_DISTRIBUTION_HISTORY
    FA_DEPRN_DETAIL
    FA_DEPRN_PERIODS
    FA_RETIREMENTS
    FA_LOCATIONS
    FA_ASSET_INVOICES
    FA_RETIREMENTS
    FA_TRANSACTION_HEADERS
    FA_CALENDAR_PERIODS
    Purchasing (PO)
    PO_DISTRIBUTIONS_ALL
    PO_LINE_LOCATIONS_ALL
    PO_NOTIFICATION_CONTROLS
    PO_ACTION_HISTORY
    PO_LINE_TYPES_TL
    PO_HAZARD_CLASSES_B
    Thanks a lot in advance.

    Please see your other thread -- 11i to R12 Tables/Views Replacement or obsoleted.

  • Tax_recovery_rate column mapping in R12 tax tables

    Hi ,
    Can anyone pleasehelp me out. I am trying to remediate a view which originally in 11i was consisting of the following columns:
    org_id,
    tax_id,
    name,
    tax_rate,
    tax_recovery_rate,
    offset_tax_code_id,
    start_date,
    inactive_date end_date,
    enabled_flag enabled
    (table used: ap_tax_codes_all)
    I was able to map the coluumns using the zx_rates_b and zx_accounts as
    internal_organization_id org_id,
    source_id tax_id,
    zrb.tax_rate_code name,
    percentage_rate tax_rate,
    zrb.tax_rate_id offset_tax_code_id,
    effective_from start_date,
    effective_to end_date,
    active_flag enabled
    except for the tax_recovery_rate column.
    Can anyone please explain how this column is mapped in r12 tables?
    Thanks in advance
    -Chetan Verma

    Hi Chetan ;
    Please check e-trm site for table integrity and relations
    Regard
    Helios

  • Which tables are suitable for advanced compression in R12.1.1 vision db

    I want to use advanced compression in our R12.1.1 test env and I want to know which R12 tables are suitable for that?(I want make a script for compressing our VISION DB automatically)
    for example, table like GL% and ... ?
    some table contain long/long raw data_type ,so if I compress all tables in a tablespace(like APPS_TS_TX_DATA) ,filter long/long raw table will became a time-cosuming job..
    thanks

    Hi,
    for example, table like GL% and ... ?I believe this is no direct answer to your question as this depends on the number/type of records you have in your tables, and this varies from one organization/environment to another. You could calculate the size of the tables and decide which tables need compression by yourself.
    some table contain long/long raw data_type ,so if I compress all tables in a tablespace(like APPS_TS_TX_DATA) ,filter long/long raw table will became a time-cosuming job..Please see if these links help.
    Early Benchmarks: Using Advanced Compression with Apps 12
    http://blogs.oracle.com/stevenChan/2008/11/early_benchmarks_using_advanced_compression_with_ebs.html
    Using Advanced Compression with E-Business Suite Databases
    http://blogs.oracle.com/stevenChan/2008/10/using_advanced_compression_with_e-business_suite.html
    New Whitepaper: Options for Reducing E-Business Suite Database Sizes
    http://blogs.oracle.com/stevenChan/2008/12/whitepaper_options_for_reducing_ebs_database_size.html
    Regards,
    Hussein

  • Need table name for R12

    Hi All,
    I am in the upgrading process of Oracle Reports from 11.5.8 to 12.1.1.
    In 11.5.8 there is a table named JA_IN_CLAIM_MODVAT_V*.
    I want the R12 table name. Please advice.
    Thanks in Advance,
    Jegan

    Jegan,
    In 11.5.8 there is a table named JA_IN_CLAIM_MODVAT_V*.JA_IN_CLAIM_MODVAT_V should be a view (not a table).
    I want the R12 table name. Please advice.Try to get the code from the view to find the list of tables. You may also see eTRM website for such details.
    eTRM
    http://etrm.oracle.com
    Thanks,
    Hussein

  • R12 Upgrade Report from 11i Getting Error

    Hi everyone,
    We are currently working an R12 upgrade project from 11.5.10 to 12.1.3. I am currently converting a report from 11i to R12 but it is erroring out when I run it in R12. Below is the log. Any help would be greatly appreciated. Thanks.
    Payables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXHH_APXNACHA_CHASE module: XXHH: NACHA Payment Format Chase (HHG)
    Current system time is 06-DEC-2011 15:52:03
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PAYMENT_BATCH='JRG120111b'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    MSG-00001: Org ID: 141
    MSG-00001: After SRWINIT
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1419: MSG-00001: Org ID: 141
    MSG-00001: After SRWINIT
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 10.1.2.3.0 - Production on Tue Dec 6 15:52:04 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 3660174.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 06-DEC-2011 15:52:06
    ---------------------------------------------------------------------------

    It looks as though its failing in your beforereport trigger.
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.I dont believe payment batches are used anymore as they need to be done via Payment profiles and therefore you will need to use Payment Instruction ids instead. Also the setup at R12 is Mosaic
    try including this. as the first statement in the Beforereport trigger. All the banks tables payment tables has changed so unless you have changed these to you will need to adjust these correctly to the R12 tables.
    BEGIN
         MO_GLOBAL.INIT ('SQLAP');
    MO_GLOBAL.SET_POLICY_CONTEXT('S',FND_PROFILE.VALUE('ORG_ID'));
    END;

  • Taxes in R12

    All,
    I got the following Tax details from the ETRM. From the Oracle documentation, I observed that to support the customer migrated from prior release to R12, Oracle retains the 11i tax tables in addition to the new tables for R12.
    EBusiness Tax
    ZX_TAXES_B - This table stores taxes for multiple configuration owners. Each row stores a tax for a specific regime and configuration owner
    ZX_TAXES_TL - This table provides multilingual support (MLS) for each tax. MLS enables you to store and print data that you define in multiple languages
    ZX_TAX_PRIORITIES_T - This table stores priorities of taxes and regimes. Each row records the priority for either a tax or a regime. This table is used for tax groups’ migration from prior releases
    ZX_TAX_RELATIONS_T - This table stores parent child relationships of tax codes within tax groups. This table is used for tax groups’ migration from prior releases
    I have following queries,
    Since Oracle retains the tax tables of 11i in R12, does that mean during migration, 11i table data will move to the new R12 tables?
    If not, do we need to maintain two separate queries to pull Tax info?
    Creating Tax Groups. The two tables (ZX_TAX_PRIORITIES_T & ZX_TAX_RELATIONS_T) say it supports tax groups’ migration from prior releases!!!
    How to create Tax Groups? Will it affect these two tables?
    Nb: I gone thru the R12 Config & User guide. It talks more about functional than technical. Any pointers to tech.doc would be of great help
    Thanks,
    Sen

    Upgrade details are in the "Oracle Financials and Oracle Procurement Functional Upgrade Guide : Release 11i to Release 12" (Chapter 3) available at
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    HTH
    Srini Chavali

  • AP_Bank_Branches Columns in R12

    Hello,
    I have the following columns
    AP_Bank_Branches.bank_branch_id,
    AP_Bank_Branches.bank_name,
    AP_Bank_Branches.bank_branch_name,
    AP_Bank_Branches.address_line1,
    AP_Bank_Branches.address_line2,
    AP_Bank_Branches.bank_num,
    AP_Bank_Branches.country,
    AP_Bank_Branches.bank_branch_type,
    and am not able to find them in r12. Can you please let me know where to find these details.
    Thank you

    But AP_BANK_BRANCHES is obsolete in r12, and thus we are moving away from this table. I see them in CE_BANK_BRANCHES_V view.
    VIEW: APPS.CE_BANK_BRANCHES_V
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=CE_BANK_BRANCHES_V&c_owner=APPS&c_type=VIEW
    View Source
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=CE_BANK_BRANCHES_V&c_owner=APPS&c_type=VIEW
    R12-What Are Bank Account Balance Types And How They Are Recognized/Calculated By The Bank Statement Loader? [ID 459543.1]
    And, according to Re: Oracle Financials AP 11i tables Vs R12 tables I believe you are aware of this view.
    Thanks,
    Hussein

  • TRACK_ENTERED_FUNC_CURR_FLAG column from set of books what is it in R12

    We are working on validating objects now that we are going to migrate to EBS R12.
    We are using above column from the old table GL_SETS_OF_BOOKS into R12, but now this is not a table but a view.
    So now what is the equivalent column for the old TRACK_ENTERED_FUNC_CURR_FLAG in R12.
    Thanks

    Please review the links in this thread and see if it helps -- Oracle Financials AP 11i tables Vs R12 tables
    As per http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=GL_SETS_OF_BOOKS&c_owner=GL&c_type=TABLE this column is for Oracle Internal use only, so any reason you want to use this column? If the link referenced above does not help, please log a SR.
    Thanks,
    Hussein

  • How to find and replace the table name/column name

    We have just upgraded the application to R12. Have many reports developed in Oracle Reports Builder. There are many changes in R12 table and column names when compare with 11i. Please suggest a solution to change the table name or column name in multiple reports queries instead of doing manually.

    A Google search may turn up a downloadable service manual for the Laserjet 4600.
    You might also ask in the HP Enterprise Business Community Forum here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • I am trying to reinstall my creative suite 3

    I am trying to reinstall my creative suite 3.  I insert disc and cannot find the setup.exe file.  It is just reading content.  I am sure it is an easy solution I am just so far out of the design and computer world that I can't figure it out.  I am ru

  • Colour Band in RAW display

    AMD ATHLON +5200 64 x 2 Processor 2Gb Memory Radeon 1600 Graphics card Catylist Software Suite 8.2 LG L1710B and EIZO GE210 Monitors XP Professional CS3 Extended 10.0.1 Camera Raw 4.3.1 Color Management active When Camera Raw screen displays in full

  • Intermec Advanced Services: Get it Right the First Time

    A wireless system needs a comprehensive plan, with all the details needed to execute the plan. Whether you're starting in an empty site or updating a busy distribution center, see how Intermec Advanced Services will get it right the first time. Read

  • Option key can't function to access start up manager, so i can't choose startup disk. please help me

    option key can't function to access start up manager, so i can't choose startup disk. please help me

  • Need to find a docking station

    Hello, I have been trying for days to find an iPod docking station that will rotate to landscape, but it has to have an earphone socket as well. I belive I'm now just going round in circles, I didn't think it would be so difficult to find what I'm lo