Launch 6i Form from 11i?

Hi all, I'm having a lot of trouble finding info on how to launch/run a 6i form from Oracle Apps 11i. The form would be launched when a button is pressed.
Thanks.

Hi,
is 11i built with Forms 6i? If yes then open_form, new_form or call_form is used. If 11i uses Forms 9i then you use web.show_document("URL of Forms 6i on the web','_blank');
Frank

Similar Messages

  • Compile all custom forms from 11i to r12

    Hi,
    I have to compile 11i forms into R12.
    Copyresource folder and fmb to local system and compile forms manually in local system is one way
    I heard there is another easy way of compiling custom forms from 11i to r12. If you have any solution for this please help me.
    Any help is big help, thanks in advance.

    Hi;
    In addition to Hussein Sawwan great post,please review:
    Custom form upgrade 11i to R12
    Planning to upgrade from 11i to R12
    Oracle Custom 11i Forms compatablity in Oracle R12
    Oracle Custom 11i Forms compatablity in Oracle R12
    How To Migrate My Customized reports & Forms To R12?
    How To Migrate My Customized reports & FormsĀ  To R12?
    Regard
    Helios

  • Launching position form from PERWSHRG

    I want to launch the position form from the person assignment combined form as follows:
    From the person form click assignment button, then click other button and select position from the list.
    By adding the POSITION_DT node to the taskflow, I am able to get an entry in the list when clicking OTHER from the assignment screen. However when I select the entry the position form opens up blank. I want it to automatically query the position that was displayed in the assignment screen.
    Can anyone help me with this?

    Well none of that worked. After examining the code for the position form (HRWSPSF), it was learned that by setting the GLOBALS.G_POSITION_ID, the form would launch to that position. We first tried this by hardcoding a value just to test the theory out and it worked.
    In order to have the position form bring up the current assignment in the assignment form we:
    Added the POSITION_DT node to the US SHRMS PERSON TASKFLOW - This makes position available under OTHERS on the assignment form.
    Next, we navigated to the position form through the assignment form by clicking others and did the following personalization:
    CONDITION: WHEN-NEW-FORM-INSTANCE with blank condition
    ACTIONS:
    TYPE: Property, Object Type: Global variable, Target Object: G_POSITION_ID, Property Name: Value,
    Value:
    = Select TO_CHAR(POSITION_ID) from hr.per_all_assignments_f papf where papf.assignment_id= :GLOBAL.G_ASSIGNMENT_ID
    and trunc(sysdate) between trunc(papf.effective_start_date) and trunc(papf.effective_end_date)
    Kris Cruz
    Edited by: Kristofer Cruz on Mar 17, 2011 10:16 AM

  • Is it possible to launch a form from an OAF page using OAF Personalization

    In R11, the Customer Standard form ARXCUDCI was customized to call a custom block from the Address screen. In R12 the customer standard form has become an OAF page. We have decided to create a custom form for the custom block using Oracle Developer. However we need a mechanism to call this custom form from the Customer Standard OAF page.
    My query is if it is possible to call a custom form from an OAF page using OAF personalization only (i.e. without directly customizing the code of the OAF page)
    Thanks
    Sanjay

    Dear Apurba,
    I have made some progress.
    I have open the Customers OAF Page, queried a customer, selected a site and opened it.
    Then chose Personalize "Account Site Address"
    There I added a Button on the Header Address level
    ID=XXTVL_LASSY_BUTTON
    Populated the Additional Text and Prompt properties.
    Also set Destination URI=form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU.
    The button is now showing in the address page, and when I click on it it opens the seeded Menu form.
    I now have to create the custom form and set Destination URI to the Custom Form.
    I am also aware how to add parameters to Destination URI.
    But could you let me know how to read the value from a OAF page form field and reference it in Destination URI.
    I need the value of PARTY_SITE_ID of the Address OAF page.
    Alternatively, the Site Number is displayed on the OAF page. If I can read it that will also do. I can use the Site Number in the custom form rather than PARTY_SITE_ID
    Thanks
    Sanjay

  • Launch oracle form from an ADF application

    Hi All,
    I am using Jdeveloper 11.1.1.7.
    Is there an integration process where in I can launch an oracle from from an ADF web application?
    Best Regards,
    Ankit Gupta

    ankit481
    I think you might be interested in http://formadfapp.com/.
    Stoyan

  • MSS - PCR - launch JSP form from action box

    We have a PCR (leaver request) which is workflowed to an administrator to carry out the HR action. One of the options in the Action Box is to view the form - we're using JSP forms for this (we're using NW04 SP11). I've configured the ISR according to the SAP notes to be able to launch the JSP form for the administrator to view the form.
    When we click the Display Form option the portal is launched as expected, the user logs on, but then a blank screen is displayed - ie not the form...
    The URL that is generated is http://<portalserver>:<port>/irj/portal/<portalcomponent>?SCENARIO=ZCLR&REQUEST_NO=000500000165&MODE=DISPLAY&IFV=P
    Has anyone set this up successfully and can offer any advice?
    Regards
    Ross

    Hi Suresh,
    Thanks for your suggestion, but it still isn't working - the portal is launched with this url but just stops at the user's start page in the portal. We're on 46C. Any other suggestions? Does the portal user (for the administrator) need anything to be able to view the jsp form?
    http://sapportal:50000/irj/portal/zhcm.leaverrequest.default?SCENARIO=ZCLR&REQUEST_NO=000500000168&MODE=DISPLAY&IFV=P
    Cheers
    Ross

  • Is it possible to launch Oracle Forms from Oracle Discoverer?

    If so, please provide documentation on how to do it.

    It is not possible. The Forms runtime is a C Process; that runtime, that interprets FMX files, only exists in Oracle Application Server, so you need to have OAS or Weblogic to run Forms.

  • Launch Adobe offline form from Mobile device

    Hi,
    Our use case : We are trying to launch adobe form from Mobile device.
    Idea : The form template is locally stored on the mobile device. The mobile application tries to launch this adobe form and populate some of the fields and then send this data to SAP.
    What is the best way to achieve this ? Is it possible to launch the adobe form and then populate the fields?
    What is the best way to transmit the data, as GPRS is the mode of communication.
    any thoughts would really help.
    Thanks,
    Saujanya

    Hi Saujanya,
    Are you using SAP NetWeaver Mobile 7.1?
    Thanks & Regards,
    Abhijit

  • Upgrade from 11i to R12 - Custom Forms,Reports and Workflows

    Dear Community Friends,
    We are planning for upgrade from oracle apps 11.5.10.2 to R12.
    We have custom Forms,Form Libraries,Reports and Workflows.
    Kindly provide me for approach on how to migrate Custom form libraries,reports and Workflows.
    I beleive, this thread will exists as one shot point for custom forms,reports,workflow upgradation from 11i to r12 with detailed steps.
    I know that many links exists here in the forum for all the above objects mentioned,but still from all those i am able to get a clear picture for oracle forms but not for custom form libraries ,reports and workflows.
    Also,this post will provide a low level,practical picture of the steps for those who are in line with this.
    Links i have read for all these in our forum are:
    For Custom Forms,
    Re: Planning to upgrade from 11i to R12
    Re: Custom forms: After upgrading 11i to R12
    ofcourse,'n' number of links exists providing metalink notes also.
    Hussain,Helios and some others also has given many updates regd this.
    For custom workflow upgradation,
    Upgrade Workflow 11i to R12
    Workflow Upgrade
    Workflow Upgrade
    For reports,links mentioned the below metalink notes:
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.
    Thanks,
    Ganesh
    [email protected]

    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)You are right, and the steps mentioned above should be sufficient.
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.You can still use RDF files in R12, and just follow the approach you mentioned above, and you do not have to migrate them to XML publisher (though it is recommended, but this can be done after the upgrade as an enhancement task).
    For custom workflow, you need also to do the same thing, open them using workflow builder and make sure they work in R12 (correct the code if required and save them again in R12 once they work properly).
    Thanks,
    Hussein

  • Which Forms have been changed in AP module from 11i to R12

    Hi All,
    We are going for an upgrade from Oracle 11.5.10 to R12. I would like to know which Oracle Apps Forms and Forms personalizations have been changed from 11i to R12 in Accounts Payable module.
    Please.... reply.
    Thanks,
    TechD

    You might want to post your question in the EBiz area:
    https://forums.oracle.com/forums/category.jspa?categoryID=3

  • Launch form from unix shell

    I hope I'm not premature with this question--I have been doing searches and haven't found the answer yet. So if this is pretty basic stuff, I apologize.
    I've been assigned to convert some rather old Informix applications to Oracle (10g2). The old informix forms where executed via bourne shell scripts and as you can imagine, were pure character based screens. Is there a way to launch the new Oracle forms from a bourne shell script? I'm afraid you're going to tell me that I have to convert completely over to a web based application...
    Darren

    Yep. Then you just access them via a URL. Your unix server would take on the role of application server ( & / DB Server).
    Good luck! Hopefully they're not too complex and are documented....
    Steve

  • OAF Forms Moving from 11i to R12

    HI
    I have some customized OAF forms in 11i, and we are up-grading to R12, now i have compiled OAF Forms but this error comes when i try to run these forms in R12
    "You have encountered an unexpected error. Please contact the System Administrator for assistance."
    I have compiled these forms using this command in putty
    java oracle.jrad.tools.xml.importer.XMLImporter /mnt/oracle/ERPROD/apps/apps_st/comn/java/classes/oracle/apps/ar/advance/webui/AdvanceReqFormList.xml -rootdir /mnt/oracle/ERPROD/apps/apps_st/comn/java/classes/ -username apps -password ****** -dbconnection "(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = IP) (PORT = 1521)) (CONNECT_DATA = (SERVER = dedicated) (SID = TEST) ) )" -rootPackage /
    and after running this command following message appears
    Importing file "/mnt/oracle/ERPROD/apps/apps_st/comn/java/classes/oracle/apps/ar/advance/webui/AdvanceReqFormList.xml" as "/oracle/apps/ar/advance/webui/AdvanceReqFormList".
    Import completed.
    Kindly Help

    Hi,
    Check whether the Page is imported successfully or not using below method.
    Begin
    jdr_utils.printdocument('/oracle/ERPROD/apps/apps_st/comn/java/classes/oracle/apps/ar/advance/webui/AdvanceReqFormList');
    end;
    Regards
    Jyothi

  • Error when launch web form

    Hi,
    I have used Developer Server 6 on NT4, Netscape 4.61 with
    JInitiator 1.1.18 and IE5.
    I have extracted classes.zip into orant\forms60\java.
    My forms work fine when I use Netscape 4.61 with JInitiator, but
    When I launch a form with IE5, this errors occurs:
    FRM-99999: A network error occurred, the client will not be able
    to continue.
    Details...
    Java Exception:
    java.lang.NullPointerException
    at java/util/Vector.size
    at oracle/graphics/vgs/ui/PackedTree.<init>...
    Can anybody help me please?.
    Thanks
    Ruy Chicaco
    null

    Ruy Chicaco (guest) wrote:
    : Hi,
    : I have used Developer Server 6 on NT4, Netscape 4.61 with
    : JInitiator 1.1.18 and IE5.
    : I have extracted classes.zip into orant\forms60\java.
    : My forms work fine when I use Netscape 4.61 with JInitiator,
    but
    : When I launch a form with IE5, this errors occurs:
    : FRM-99999: A network error occurred, the client will not be
    able
    : to continue.
    : Details...
    : Java Exception:
    : java.lang.NullPointerException
    : at java/util/Vector.size
    : at oracle/graphics/vgs/ui/PackedTree.<init>...
    : Can anybody help me please?.
    : Thanks
    : Ruy Chicaco
    Try applying the latest patches from oracle at ftp://oracle-
    ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/6.0/Patch3
    null

  • Oracle Projects Differences from 11i to R12

    Hello All,
    Currently we are upgrading from 11.5.10.2 to R 12.1.3
    We have oracle projects implemented in 11i.
    I am researching to get the differences occurred in oracle projects functional and technical from 11i to R12
    It will be a great help to us if we could get some documents or a link which shows the differences.
    Thanks and Regards,
    Ankit Vishwakarma

    Project new features
    Oracle Project Foundation
    New Concurrent Process
    ADM: Purge Obsolete Projects Data
    Oracle Project Costing
    Federal Budgetary Accounting for Project Expenditures via Subledger Accounting
    Contingency Worker Clearing Projects to allow CWK to charge multiple projects
    Additional Project Information in Oracle Time and Labor (Project Name and Task Name)
    Federal Budgetary Accounting for Project Revenue
    Additional journal entries are available in Subledger Accounting for the required Federal Budgetary entries.
    Date Effective Funds Consumption
    Project Type option that requires cost and event transaction dates to fall within the agreement start and end dates.
    Transactions are only billed against the agreement if the entire transaction amount can be funded (no partial recognition) for both revenue and invoicing.
    Without enabling this option, revenue generation supports partial billing for transactions.
    New Parameters for MGT: Invoice Review
    Project Status
    Project Closed After Date
    Project Range
    New Parameters for MGT: Unbilled Receivables Aging
    Project Status
    Project Closed After Date
    Project Range
    Oracle Project Management New Audit Process for Project Performance Reporting Setup
    AUD: Project Performance Reporting Setup
    New Parameters for Refresh Project Performance Data Process
    Actual or All Amounts (Plan and Actual)
    Workplan Version
    Financial Plan Version
    Workplan EnhancementsAbility to Delete Published Workplan Versions (except the latest published version, baseline version, and workplan versions included in a program hierarchy) Usability Enhancements
    Update Work Breakdown Structure page is now obsolete.
    View, maintain, and update a workplan structure from the Update Tasks page.
    Where no latest published workplan version exists, the current working version displays on the Update Tasks page when navigating to the Workplan Tasks.
    Indent or outdent multiple workplan tasks in a single step.
    Confirmation, information, and warning messages appear on HTML pages during Apply Latest Progress as well as the Submit Progress processes. Messages include status information during processing and the availability of the latest progress information.
    New Public API for Creating, Maintaining, and Deleting Programs New set of public API procedures:
    Designate a project as a program and indicate whether projects linked to the program can belong to multiple programs.
    Create links from a program to one or more projects
    Update links from a program to one or more projects
    Delete links from a program to one or more projects
    Budgeting And Forecasting Enhancements Enhanced Automatic Calculation and Derivation Logic
    For plan lines that do not have a specified a quantity, the amount is no longer copied to the quantity field with the rate value set to 1.
    Rate now has a lower precedence than quantity and amount in automatic calculations.  The rate will be re-derived when the quantity, rate and amount are entered at the same time for a plan line.
    When the burden multiplier is overridden by updates to the raw cost or burden cost, subsequent calculations of the burden cost will use the override burden multiplier.  The same is true when the markup percent is updated by changes to plan line components:  the override markup percentage will be used in revenue calculations.
    Enhanced Handling of Override Rates on Budget / Forecast Lines
    Override rates for a planning transaction on Edit Budget and Edit Forecast pages.
    o   Raw Cost Rateo   Budened Cost Rateo   Bill Rate
    Override rates are applied to all existing and new periodic lines for the planning transaction.
    Average rates fields on these pages are now disabled for entry and are used for display only.
    Simplified Addition of Planning Elements and Resources
    New but unbudgeted tasks and resources can be added to a budget or forecast version.
    Add either all new tasks and planning resources or new tasks only to the current plan version.
    Self Service Expenditure Inquiry
    Ability to drill into expenditure details from the Financials tab.
    Reporting Pack for Generation and Distribution of XML Publisher Reports
    A reporting pack is a set of report templates and recipients by project role.
    The Generate Reporting Pack concurrent program emails the reports generated from the report templates based on pre-defined intervals.
    The report template establishes each report’s layout and content.
    New reports templates are configured using XML Publisher tools.
    New or modified reports can be added to an existing reporting pack or be used to create an entirely new report set.
    Predefined data definition files that contain XML tags for performance measures and project data are provided.
    Predefined Reports:
    Project Change Document Report
    Project Committed Cost Report
    Project Cost Detail Report
    Project Cost Labor Report
    Project Cost Summary Report
    Project Earned Value Report
    Project Financial Summary Report
    Project Forecast Summary Report
    Project Revenue At Risk Report
    Budget Integration with Federal Budget Execution and/or 3rd Party Budget
    The budget integration workflow supports integration with the Federal Budget Execution module..
    The workflow can be customized to interface budget lines to external budgeting applications.
    Microsoft Project 2007 Certification
    Integration with Microsoft Project 2007 is supported.
    Project Performance Reporting: Additional MeasuresYTD, QTD and At Completion calculated measures are available on the following pages:
    Performance Overview Period-to-Date
    Summary/Analysis
    Task Summary/Analysis Resource Summary/Analysis
    Project Performance Reporting: Inter-Project Revenue / Billing AmountsInter project revenue / billing amounts are available on the following pages:
    Project List View Workplan Cost
    Exception Reporting Performance Overview
    Task Summary/Analysis Resource Summary/Analysis
    Period-to-Date Summary/Analysis
    Supplier Cost DashboardSubcontractor Payment ControlsSupport for Pay when Paid Scenarios
    A new “Pay when Paid” payment term for subcontracts automatically places holds on all subcontractor invoices under that subcontract until the corresponding customer payment is received.
    Subcontract Payment Controls workbench allows project manager to manage the holds, with visibility into both the customer invoices and the related subcontractor invoices.
    Workflow notifications about the receipt of the customer payment allow the project manager to automatically or manually release the subcontract invoice.
    Associations between the customer invoices and the subcontractor invoices may be automatically maintained based on the billing of project expenditures for cost-plus contracts, or may be manually maintained for fixed price contracts.
    Payment Controls for Subcontract Deliverables
    Support for the tracking and monitoring of subcontract deliverables that place automatic holds on subcontractor invoices in the case of noncompliance.
    Oracle Procurement Contracts allow a subcontract administrator to specify payment impact controls that will take effect when a subcontract deliverable is not met.
    From the Subcontractor Payment Controls workbench, the project manager can view a checklist of the all the current subcontract deliverables, to assist in evaluating the subcontractor status prior to releasing monthly progress payments.
    Oracle Project Resource ManagementResource Search Enhancements
    Resource Search by Email Address
    Resource Search by Person Type
    Streamlined Navigation on Staffing Home
    Cross Validation of Project and Assignment Dates
    Requirement start dates are equal to or greater than the project start date and less than the project end date and that finish dates are equal to or less than the project end date but greater than the project start date.
    Assignments cannot be added beyond the project end date.
    A project team role end date cannot be beyond the project end date. If the roles are created before the project end dates are entered, users will receive an error if they later try to enter an end date that is earlier than the end date for existing roles.
    When project transaction dates are moved corresponding assignment dates are validated against the new project dates. If the new project transaction dates fall outside the dates for existing assignments, users are given an option to shift the assignment dates or cancel the date adjustment.
    Defaulting of Work Patterns’ From and To Dates
    Work pattern from and to dates will default from the requirement start and end dates.
    Improved Exception Handling of Maintain Project Resources Process
    PRC: Maintain Project Resources delivers improved exception handling and notification when it encounters errors while processing employee records.
    New Public APIs for Resource ManagementThe new PJR APIs fall into the following four categories:
    Requirement Public APIs
    Assignment Public APIs
    Candidate Public APIs
    Competence Public APIs
    Organization Authority: Obsolete Forecast Authority
    Removes the forecast authority functionality from the organization authority form
    Removes existing security data relating to forecast authority.
    Replaces the PJR forecast functionality with the new HTML based forecasting functionality. The new forecasting functionality has its own security mechanism and does not honor the old forecast authority model.
    Improves the performance of security calls to organization authority because the existing security data is being removed.
    Oracle Grants AccountingAward Budgeting Enhancements Budget period validations
    Budget periods will not be validated across award budgets when those awards fund a single project.
    Flexibility to establish award budgets based on the actual duration of the award, while not being confined based on the existing budgets already established for the project.
    Automatic summarization of project budgets
    With the new budget period validations, automatically summarize to a project budget viewable in Project Status Inquiry.
    Two profile options have been added to identify the budget entry methods that will be used to summarize the project budgets.
    Budget Line Sorting Option
    Sort budget lines by Resource name, or by effective dates for budgets with date range periods.  Provides the flexibility to view the budget lines by period or by budgeted resource.
    Award Status Inquiry Enhancements View by budget period
    Allows the Find Award Status window to be limited to a single period, range of periods, or inception to date for a particular award.
    Reflects the budget periods entered on the award budget.
    GL and PA Date Parameters on Find Expenditure Items window
    GL and PA date parameters have been added to the Find Expenditure Items window.
    GL Date Parameters on Find Commitments window
    GL Date parameters have been added to the Find Commitments window.
    KKG

  • Migrating from 11i to R12 - setup reports and diagnostics

    Hi,
    we are looking at migrating(not upgrading) from 11i to R12 and looking for setup scripts and diagnostics which can tell what org structure has been followed in 11i. Is anybody aware of such scripts and/or diagnostic programs provided by Oracle. We also want to find out the the volume of data etc in various primary tables. Do we have some kind of report for this too ? Any help would be highly appreciated.

    983173 wrote:
    Hi,
    we are looking at migrating(not upgrading) from 11i to R12 and looking for setup scripts and diagnostics which can tell what org structure has been followed in 11i. Is anybody aware of such scripts and/or diagnostic programs provided by Oracle. We also want to find out the the volume of data etc in various primary tables. Do we have some kind of report for this too ? Any help would be highly appreciated.Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Upgrade from 11i to R12 - Custom Forms,Reports and Workflows
    Upgrade from 11i to R12 - Custom Forms,Reports and Workflows
    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
    eTRM
    http://etrm.oracle.com
    Thanks,
    Hussein

Maybe you are looking for

  • Is it possible to increase the hard drive capacity on my Macbook Pro?

    is it possible to increase the hard drive capacity on my Macbook Pro?

  • Reinitialization in replication

    Replication gurus, I have a transactional replication with updatable subscription setup having 1 publisher and 4 subscribers. All the servers are SQL 2008. Recently I faced a situation where in 2 subscribers got reinitialized automatically. When I ch

  • Exception aggregation on Non-cumulative key figure

    Dear experts, I have a problem. We have an InfoCube in BW in which the Activity Journals are loaded every day. In this Activity Journals it is registered that a Material was listed (available) at a customer (value 0 or 1). We have a non-cumulative ke

  • Mode Aggregate function in Oracle

    The function Should give the most frequently occurring, or repetitive, value in the group of data. Example, if say rate column as following values.... 6,3,3,5,6,7,3,3. The function mode(rate) should return 3, since 3 occures 4 times in the stream all

  • How to commit Domains?

    How to commit Domains?