How to show the report use and history

I need to view the information on the reports , my company has executed over the past 3 months.

We will soon host updates
and now is a good time to clean all the reports that we no longer use.

I've used the System-> simultaneous administrator: program forms to map the report to concurrent programs files.
But I do not know what reports we use actually.

Thanks in advance for your support.

Details of the message of pl of the EBS and OS versions.

Reports, do you mean the simultaneous requests? Historic race is stored in FND_CONCURRENT_REQUESTS, assuming that the data has not been purged.

If you use discoverer, use of report can be followed via statistics in the EUL

HTH
Srini

Tags: Oracle Applications

Similar Questions

  • How to create the report using the procedure.

    Hi all

    I want to create the report in the apex. But I don't have a sql code. I have a single procedure. Is it possible to create the report using this procedure in the apex.

    CREATE OR REPLACE PROCEDURE headcsv_prc2

    AS

    CURSOR cr_header

    IS

    SELECT ood.organization_code, fm.formula_no AS "FORMULA_NAME."

    FM.formula_vers AS "FORMULA_VERSION."

    FM.formula_desc1 AS "FORMULA_DESC."

    DECODE (fm.formula_status,

    100, 'new ',.

    400, "approved for use in the laboratory."

    700, "allow the general."

    800, "We Hold."

    900, "frozen."

    1000, "obsolete/archived.

    ) AS "FORMULA_STATUS."

    DECODE (fd.line_type, '1', msib.segment1).

    DECODE (fd.line_type, '-1', msib.segment1 ') ingrediant.

    DECODE (fd.line_type, '2', msib.segment1) AS "BY_PRODUCT."

    DECODE (by_product_type,

    "W', 'waste."

    "R',"rework. "

    "Y', 'Yield."

    The of ', 'Sample. "

    NULL VALUE

    ) AS "BY_PRODUCT_TYPE".

    Of org_organization_definitions ood,.

    fm_form_mst fm,

    fm_matl_dtl fd,

    mtl_system_items_b msib

    WHERE ood.organization_id = fm.owner_organization_id

    AND fm.owner_organization_id = msib.organization_id

    AND msib.organization_id = fd.organization_id

    AND fd.organization_id = ood.organization_id

    AND fm.formula_id = fd.formula_id

    AND msib.inventory_item_id = fd.inventory_item_id

    - and fm. FORMULA_NO like '% THE % '.

    AND fd.line_type IN ('1 ', ' 2', '-1' ")

    Ood.organization_code GROUP,

    FM.formula_no,

    FM.formula_vers,

    FM.formula_desc1,

    FM.formula_status,

    FD.line_type,

    MSIB. Segment1,

    by_product_type

    ORDER BY fm.formula_no, fm.formula_vers;

    BEGIN

    Dbms_output.put_line (INITCAP ('the ORGANIZATION CODE')

    || ','

    || INITCAP ('NAME FORMULA')

    || ','

    || INITCAP ('FORMULA VERSION')

    || ','

    || INITCAP ('FORMULA DESC')

    || ','

    || INITCAP ('FORMULA STATUS')

    || ','

    || INITCAP ('PRODUCT')

    || ','

    || INITCAP ('INGREDIANT")

    || ','

    || INITCAP ("PER PRODUCT")

    || ','

    || INITCAP ('PER TYPE OF PRODUCT")

    );

    FOR ch IN cr_header

    LOOP

    Dbms_output.put_line (ch.organization_code

    || ','

    || ch.formula_name

    || ','

    || ch.formula_version

    || ','

    || '"'

    || ch.formula_desc

    || '"'

    || ','

    || ch.formula_status

    || ','

    || ch. Product

    || ','

    || ch.ingrediant

    || ','

    || ch.by_product

    || ','

    || ch.by_product_type

    );

    END LOOP;

    EXCEPTION

    WHILE OTHERS

    THEN

    Dbms_output.put_line (' No error: ' |) SQLCODE. "Error Msg: ' '.

    || SQLERRM

    );

    END;

    EXEC HeadCSV_Prc2



    Thank you

    Rambeau

    Hi Christian,

    In addition to the fact that the Oracle database has an internal Java engine and it would be possible for Apex call a Java stored procedure, the Apex really has nothing to do with Java. To create a report, you discovered, you specify a SQL query. In certain circumstances, you can embed a query in a PL/SQL function, but the incorporation of an arbitrary Java application and waiting for it to be called from Apex for a kind of security is there with the fairies.

    I recommend you research the Apex and then enter your so-called "higher authorities" how things work.

    Concerning

    André

  • How to show the two original and change the line

    I have a table looks to and it store the two original and change lines, how can I get the Original lines both edit? In this case, I want to display the first two lines (all columns are composite keys)

    In the meantime, I use more Partition BY with line number, but I get a line

    flag

    APPNO

    EXAM

    TYPE

    EXAM

    YEAR

    EXAM

    MONTH

    Object

    Origin

    1234567890

    HL

    2015

    01

    Art and Design

    Edit

    HL

    2015

    01

    Art and Design

    origin

    SL

    2015

    01

    Math

    New

    SD

    2015

    01

    English

    Please check this one, I think it can meet your needs.

    SQL> with meta_data (flag,APPNO,EXAM_TYPE ,EXAM_YEAR ,EXAM_MONTH,SUBJECT)
      2          as (select 'Origin',1234567890,'HL',2015,01,'Art and Design' from dual union all
      3                  select 'Edit',1234567890,'HL',2015,01,'Art and Design' from dual union all
      4                  select 'origin',1234567890,'HL',2015,01,'Math' from dual union all
      5                  select 'New',1234567890,'HL',2015,01,'English' from dual )
      6  select *
      7    from meta_data
      8  where exists ( select 1
      9                             from meta_data outer
    10                           where flag ='Edit'
    11                              and meta_data.APPNO          =outer.APPNO
    12                              and meta_data.EXAM_TYPE          =outer.EXAM_TYPE
    13                              and meta_data.EXAM_YEAR          =outer.EXAM_YEAR
    14                              and meta_data.EXAM_MONTH          =outer.EXAM_MONTH
    15                              and meta_data.SUBJECT          =outer.SUBJECT)
    16  /
    
    FLAG        APPNO EX  EXAM_YEAR EXAM_MONTH SUBJECT
    ------ ---------- -- ---------- ---------- --------------
    Edit   1234567890 HL       2015          1 Art and Design
    Origin 1234567890 HL       2015          1 Art and Design
    
    SQL>
    
  • How to create the report using pass-in parameters

    Hi all

    I want to create a report using the parameters passed from the previous page. Let's take an example:

    Now in page B, he got 2 parameters P1_Table, P1_column, from Page A, I want to get the report:

    Select * from P1_Table, where P1_column like 'test % ';

    This means that I want to get the date in the P1_Table table and its P1_column begins with the character 'test'.

    I tried to use dynamic sql in the source of the region, but failed.

    Please help me

    Thanks in advance.


    PPMonkey

    Published by: PPMonkey on January 4, 2009 12:53 AM

    Hello

    Ensure that the report is a "SQL (body of function from PL/SQL returning the SQL) query. Then, use a source of something like:

    DECLARE
     vSQL VARCHAR2(4000);
    BEGIN
     vSQL := 'SELECT * FROM ' || v('P1_TABLE') || ' WHERE ' || v('P1_COLUMN') || ' LIKE '''test%''';
     RETURN vSQL;
    END;
    

    Andy

  • Problems to show the driver IVI and property loader error messages when you use a type of operator interface

    I use UI operator (programmed in ICB, with asynchronous timer) in the folder OP1 in attached zip file. This operator interface does not have the error message from the driver of the IVI, properts, charger etc. on the screen (messages as in the photo attached error.jpg in zip file attached). Due to stability problems, I use this operator interface, but I need these error message. One other operator interface is OP2 in attached zip file. This operator interface puts the error message from the driver of the IVI, charger properts... on the screen (messages as in the photo attached error.jpg in zip file attached). Now, I want to have this feature with OP1 for reasons of stability I use OP1. How can I implement this in OP1? I tried and tried a lot of time, but I have not found a method to implement this. can someone help me? Thank you kind regards Samuel

    Hello, Johann,.

    I'm not sure you understood my problem. My problems are not the IVI and loader drivers error messages property! But my problem is, that errors of the IVI drivers and property loader operator interface does not bring on the screen. So to test this situation, cause an error of the driver of the IVI or shipper of property, then you can see that with a PC, you have an error message and with another IO no error message takes place and the test of stocks without a message. Do you know why this OI does not show the error messages and how showing the error message can be implemented in this operator interface

    concerning

    Samuel

  • How to identify the source file and edit reports in Oracle Sales R12.1.3

    We use R12.1.3 with Database 11g.

    I would like to know - how to change the report.

    --------------------------------------------------------------------

    For example if I want to edit a report in the module INVENTORY existing any report.

    • After the name of the report identify the concurrent program
    • The program contributing to identify the name of the executable file
    • In the executable file name identify the
      • Method of execution: Oracle report
      • Running file: name of the source file for the report
      • Take backup and edit the report and replace the report in the TOP >

    But in the sales module (it is not form based Oracle - I think it is developed on OAF)

    I would like to know how to identify and modify the report.

    According to standard - module sales Oracle provides three report and according to our Advisor to use these three reports, we need to install BI

    So we must find the solution through internal developments

    Hello

    Set the option to profile ' FND: Diagnostics ' to 'Yes' at the level of the user and you will be able to get 'on this Page' link at the bottom of the page.

    Kind regards

    Zahid

  • How will I know if my Airport Extreme has the latest firmware?  And (not related) how to change the password used to connect to my network?

    I think I bought the latest version of Airport Extreme.  It is the unit which is rectangular, is about 6 to 7 w., etc.  I have some basic questions that I do not understand:

    1. How will I know if I have the latest firmware for this device?  I read a few posts that make it sound as if it was just automatically updates.  Is this true?

    2. can someone tell me how to change the password used to connect to my wireless network?

    Thank you very much!

    Chris

    If a firmware update is available, AirPort Extreme flashes orange.

    The most up-to-date version of the firmware is 7.7.3.

    You can see what version you currently have the following on your Mac...

    Open Finder > Applications > utilities > AirPort Utility

    Click on the image of the AirPort Extreme

    Look for the Version

    If the new firmware was available, you will see a button update here

    To change the wireless network password...

    Click on edit in the window smaller than you watched just to check the firmware version

    Click on the Wireless tab at the top of the next window

    Go back / change the wireless password and enter a new password

    Do the same thing to check

    Click Update at the bottom right of the window and give the airport a minute full for restart

  • How to get the friend list and their IDS in the integration of Facebook using Facebook SDK

    can any body send me the code
    How to get the friend list and their IDS in the integration of Facebook using Facebook SDK
    I did after connection and wall

    Welcome on the support forums.

    Please check the strawberry sample that ships with the SDK

  • How to display the hidden files and folders even if I've already enabled "Show hidden files, folders and drives" to "Advanced settings"?

    How to display the hidden files and folders even if I've already enabled "Show hidden files, folders and drives" to "Advanced settings"?

    After I enabled "Show hidden files, folders and drives" in 'Advanced settings', I can't yet see in the folder but I know there is a file in this program of WinRAR folder form as pictured below where I opened the case both at the same time.

    Hope you can help in this case...

    It would be possible that the file is marked as a system folder (which is just a check box in properties such as the hidden check box). So in your folder options, uncheck the "Hide protected operating system files" and see if it will be visible.

    Or another thing to try: remonter back a level, hold down SHIFT while you right-click the complete file and choose "Open command window here", then type DIR to see if the file is listed.

  • Hi, I'm in the Brazil, I wanted to buy the student cloud criative adobe because of the promotion, but when I bought (the website to direct me to the links showing the promo together and how it has 60% discount) and when I click on buy in fact the prod

    Hi, I'm in the Brazil, I wanted to buy the student cloud criative adobe because of the promotion, but when I bought (the website to direct me to the links showing the promo together and how it has 60% discount) and when I click to purchase the product, it says its not available in the Brazil and I don't not knowwhat to do , because the site says it has here, so please help

    [Duplicate message deleted... post the same question more than once is confusing... MOD]

    [This is an open forum, not a direct line to Adobe support... you have to wait a response]

    Places http://www.adobe.com/content/dam/Adobe/en/products/creativecloud/cc/pdfs/cc-availability-m atrix.pdf

    -Adobe resellers http://adobedealreg.force.com/PartnerSearch?lang=en

  • How to view the report by using the style of calendar in obiee

    Hello
    Can someone tell me how to view the report as the calendar?
    When I choose chrystelle, it displays 31 days. 7 column, from Sunday to Saturday, and each cell displays the detailed information, such as sales from today!
    Thank you!

    Hello

    Please foloww the below blog...

    http://bischool.WordPress.com/2010/10/22/calendar-view-in-OBIEE-and-applications/

    Thank you
    Vincent

  • Photoshop Elements 8, how to show the value, the hue and saturation of a specific area of a pickture?

    Hello

    Photoshop Elements 8, how to show the value, the hue and saturation of a specific area of the image?

    How to choose the area? Which tool?

    Thank you in advance, Karl

    Make sure first that your range of information is visible: window menu / Info (shortcut F8)

    In this palette, click the small icon 'more '.

    Select "Palette Options".

    and choose HSB to second reading of palette.

  • How to create the report of this style?

    Hello

    I have a problem when creat a report using obiee, this is a monthly report, the layout like calendar,.

    There is a quick baseed on the month, if I choose 201109, the report will be poster of daily sales and the number of customers in September.

    Every day have the sale and every day must be listed, first line display name of 7 days, second row shows sales and number of customer information,

    third row display name of 7 days, and all the following steps.

    1 sep | 2 sep | 3 sep | 4 sep | 5 sep | 6 sep | 7 sep
    Sales: sales: 10 sales: 10 sales: 10 sales: 10 sales: 10 sales 10,10
    : No.10 No.: No. 10: No. 10: No. 10: No. 10: 10 no: 10

    8 sep | 9 sep | 10 sep | 11 sep | 12 sep | 13 sep | 14 sep
    Sales: sales: 10 sales: 10 sales: 10 sales: 10 sales: 10 sales 10,10
    : No.10 No.: No. 10: No. 10: No. 10: No. 10: 10 no: 10

    15 sep | 16 sep | 17 sep | 18 sep | 19 sep | 20 sep | 21 sep
    Sales: sales: 10 sales: 10 sales: 10 sales: 10 sales: 10 sales 10,10
    : No.10 No.: No. 10: No. 10: No. 10: No. 10: 10 no: 10

    22 sep | 23 sep | 24 sep | 25 sep | 26 sep | 27 sep | 28 sep
    Sales: sales: 10 sales: 10 sales: 10 sales: 10 sales: 10 sales 10,10
    : No.10 No.: No. 10: No. 10: No. 10: No. 10: 10 no: 10

    29 sep | 30 sep
    Sales: sales 10: 10
    No: 10 no: 10

    Thank you! waiting for your response.

    So you're a user same as below:
    How to view the report by using the style of calendar in obiee

    Follow my instructions. Also, give a look at this http://bischool.wordpress.com/2010/10/22/calendar-view-in-obiee-and-applications/

    You can have dates instead of the name of the day, but you must ensure that your definition is very clear in your time dimension i.e. each week week 7 days. You table looks like his week to jump and you have each month as 30.31 or 28 days...

    Come and play and you're done... hope its helpful

  • inspect element - how to save the report after change

    Hello

    When I create an interactive report and apply "leap control" option it interrupts the report according to the requirements of the standard with a button (+/-sign) on top for show/hide selection... I need to show the report with "Control Break", but don't want to show (option button at the top + /)

    When I inspected the element (using internet explorer) and deleted the text and gif file... the report displayed exactly how I wanted it...

    My question is how to save this report after making the changes in HTML format (with the help of inspect option element)... I did tried to register under default report, but the report got refreshed and +/-sign came back...

    Please advice

    Hello

    When you look at the page source and modify it, it only affects your active HTML document.
    You cannot save those changes to Apex.

    You must use JavaScript and example dynamic action to change HTML each time when the report is rendered or refreshed.

    Kind regards
    Jari

  • How to display the menu bar and address at the same level?

    Firefox 4 seems good, but a major problem is that the menu bar, the bar tabs and the Navigation has a bar a clean upper-left line in the window, with mainly two effects:

    1. Much space wasted on the top right
    2. The real web window being compressed very vertically, so if you have a laptop or widescreen for another reason, then it isn't really a lot of space on the left for navigation.

    The Compact Classic add-on does not solve this problem, but with the adverse bars becoming quite small and rather hard-to-reach buttons. A better solution would be to show the menu bar and the Navigation bar at the same level, but how?

    Default on Win7, Firefox 4.0 not same poster not the Menu bar - the orange Firefox button is displayed. Right-click on the Menu bar and click on the menu bar in this context menu to deselect. When you have the orange Firefox button projection and the menu bar is hidden, you can access the Menu bar by pressing the ALT key .

    Or, you can open the toolbar Customize mode and move items from Navigation bar in the Menu bar, and then hide the Navigation bar.

    https://support.Mozilla.com/en-us/KB/how+to+customize+the+toolbar

    http://KB.mozillazine.org/Toolbar_customization

    In addition, there are a number of compact menu extensions that deal with compaction of the Menu bar down to a button that replaces the menu bar and provides a drop-down list of these menu items. Or extensions that allow you to Customize the Firefox button menu and add menu items that aren't there, but who are in the menu bar. Using most of these types of extensions involves using customize to move the items according to your tastes.

Maybe you are looking for

  • How to remove pictures of the iphone but not on icloud?

    Hello, I have an iphone 6 and I have a backup to icloud. I need to free up space on my iphone, I noticed when I delete a photo on my phone its disappear automatically icloud. Is there a way to remove photos from the phone, but keep about icloud? Than

  • Skype crashing after Login Windows 8

    So, I decided to get Skype today so I could discuss with my friends. I launched the Skype app first, and it says that the connection failed. So I decided to get the desktop version of Skype. I downloaded, installed and it worked fine. I registered an

  • Stuck in grayscale.

    I changed properties Advanced grayscale (devices and printers->-> tab advanced printing preferences) and things were fine until I tried to go back to the color by using the same procedure. Now, everything is in shades of gray!  How to switch color? I

  • How can I recover / reverse which tab I click on, DISAPPEARED completely now?

    I don't know a lot of basic computer terms, so please bear with me: I just went in the 'Tools' tab and closed the toolbar that displays "File Edit View Insert Format Tools", (etc.).  How can I recover / reverse this action since the whole line and ta

  • What is the DateTime format, when you insert data in the DateTime column in the DB?

    Hi all I can't find an example to insert data into db that contains a DateTime column. I tried different date format, but none of them works. Someone has an idea how to do that? Is there a sample project? Thank you Dong