Query which the Reports which not run more than 15 days

Hello,
I need I query to show all the Concurrent Programs which are attached in Application but not run more than 15 days. Also filter will segregate concurrent Reports and concurrent processes.
regards,

Please clarify are you interested in conc programs/reports which has not been run in last 15 days or the ones which were run only in the first 15 days from creation date.
I am pasting the base query which gives you the details like concurrent program name, executable name, executable type, and execuation file name ( you may add condition like fcp.enabled_flag = 'Y' for all active programs etc)
SELECT  fe.executable_name,
        fe.execution_file_name,
        fl.meaning,
        fcp.concurrent_program_name,
        fcpt.USER_CONCURRENT_PROGRAM_NAME
FROM    apps.fnd_executables fe,
        apps.fnd_lookups     fl,
        apps.fnd_concurrent_programs fcp,
        apps.fnd_concurrent_programs_tl fcpt
WHERE  fcp.executable_id = fe.executable_id
AND    fe.execution_method_code = fl.lookup_code
AND    fl.lookup_type =  'CP_EXECUTION_METHOD_CODE'
AND    fcp.concurrent_program_id = fcpt.concurrent_program_idEdited by: 936671 on Sep 4, 2012 5:58 AM

Similar Messages

  • [svn] 3739: Fixing recent change to prelink to not run more than once for compc.

    Revision: 3739
    Author: [email protected]
    Date: 2008-10-19 09:54:37 -0700 (Sun, 19 Oct 2008)
    Log Message:
    Fixing recent change to prelink to not run more than once for compc.
    QE: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Gaurav
    Bugs:
    SDK-17411 - Font embedding not working for mxml class
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17411
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java

    Revision: 3739
    Author: [email protected]
    Date: 2008-10-19 09:54:37 -0700 (Sun, 19 Oct 2008)
    Log Message:
    Fixing recent change to prelink to not run more than once for compc.
    QE: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Gaurav
    Bugs:
    SDK-17411 - Font embedding not working for mxml class
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17411
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java

  • Using the the multiple profiles and running more than one instance of Fire fox at atim

    I use F/F in a gaming situation I needed to be able to run more than one session at a time and read about a feature called multiple profiles. Then I read iin another forum that I could have multiple instances with the following bat file :
    @echo off
    set MOZ_NO_REMOTE=1
    start "" "C:\Documents and Settings\Hilton Wiggins\My Documents\Fire Fox non Beta\firefox.exe" -p-no-remote
    set MOZ_NO_REMOTE=0
    I also have the Beta 4.06 on my machine and even though the batch file directs it to wither the Beat or the Non Beta they both seem to track the profiles and can be used in either version.
    However It's not working as I described running two browsers with grease monkey it will start to mis handle data and they both lock up

    There is no need to set MOZ_NO_REMOTE, remove that part of the bat file. Change the start line to:
    start "" "C:\Documents and Settings\Hilton Wiggins\My Documents\Fire Fox non Beta\firefox.exe" -no-remote -p "profile name"

  • In Query mode, date items does not accepts more than 10 characters..Why?

    Dear All,
    In my form, While querying my date items, it does not accepts more than 10 Characters. Could it be changeable.
    Actually i want to search like greater than specified date( >01/01/2007 ).
    But i can specify like >01/01/07. After tabbing out from that item, it displays like >01/01/200.
    How to overcome this issue.
    Please help.
    Regards,
    Balaji

    You are absoletely correct Francois!
    Previously i have made a mistake that both of my maximum length and query length property to 20. That time it was not worked. Now i changed my maximum length to the old one like 11 and i changed only the query length to 20.
    Now it is working. I understood the concept wrongly.
    Thanks Francois!

  • Actionscript 3 Class Not Running More Than Once After Using The GoToAndStop function

    I'm having a strange issue, and I am sure it's due to my lack of knowledge about how classes fully work in Adobe AIR (Flash CC). I've created a login button that is connected to a function, and based on a set of conditions it will take you to a different frame with the GoToAndStop function. I've created a logout button that is suppose to take you "back" to the login frame (that has the login button) if you click the logout button using the GoToAndStop function. Up to this point, everything works until I try to click the Login button again, it does not do anything. It's like it does not even try to execute my class file anymore.
    Does the class file only run at startup and never runs again, and if so, how can I create a section of code that is constantly monitoring what the user is doing no matter what frame you are on and no matter if I use the GoToAndStop function or not?
    Thanks

    Based on your qyestion, I think I was wrong with my second guess.
    When I want to create a button, what I do is draw a bitmap that looks like a button and then use a mouse event listener that looks for any part of the stage that is clicked.  You would use the same code for touch as well.  As3 will return the x.y. coordinate of the area that was clicked or touched.  When the xy coordinate is known, if it corrseponds to the area where the button is, I code the appropriate response.  Hence, I only use one event listener for all my buttons, as long as thet involve simple clicks or taps of the screen.
    Good luck, Justin

  • The CSV file on the application server not showing more than 255 characters

    Hi All,
    We are using SAP 4.6C & the CSV file getting created on the application server has more than 255 characters, all the characters beyond 255 are getting truncated, even while downloading the file the same no. of characters are coming in the file.
    Can any one please let me know how can we overcome the problem in SAP 4.6C?

    Hi Buddy,
       You can't display morethan 255 Char. If you see the fun mod you will see the  the limit,I also faced the same problem. Probably you start checking by adding fields one by one or you have to reduce the length of some fields in order to display the full data in CSV.
    Thanks,
    Krishna...

  • Should not fetch  the records which has tran_efct_dte more than 550 days

    I have a table BRKG_TRA AND below is the structure of the table
    BRKG_ORDER_ID     VARCHAR2(15 BYTE)
    BRKG_ORDER_ID_CNTX_CDE     VARCHAR2(10 BYTE)
    BRKG_ACCT_SIDE_CDE     CHAR(1 BYTE)
    TRD_FTR     NUMBER(15,9)
    PGM_ORIG_TRAN_ID     VARCHAR2(6 BYTE)
    BRKG_OPT_OPEN_CLOS_CDE     VARCHAR2(5 BYTE)
    BRKG_ORDER_QTY     NUMBER(17,4)
    TRAN_ID     VARCHAR2(20 BYTE)
    TRAN_CNTX_CDE     VARCHAR2(10 BYTE)
    CRTE_PGM     VARCHAR2(50 BYTE)
    CRTE_TSTP     DATE
    UPDT_PGM     VARCHAR2(50 BYTE)
    UPDT_TSTP     DATE
    DATA_GRP_CDE     VARCHAR2(10 BYTE)
    TRAN_EFCT_DTE     DATE

    select * from <table name> where <dt_field> > sysdate - 550

  • The History item in FireFox 7 does not offer more than one day; earlier versions offered day, week & month. Can I have this in version 7?

    When selected, the FireFox tab at the extreme leeft of the screen gives a dropdown with two colums. The right hand colums includes History, but, when selected, only gives the history of the day, whereas earlier versions gave the histories of that day, week and prior months.
    How can I get this in version 7? Or must I download an earlier version, say 4?
    Thanks.

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • RZ20 Monitor - Errors are not displayed - more than 3 days..

    Hi
    In our RZ20 alert monitors we are not able to see the errors for the PO which are created 3 days back.. I dont know whether its archieved or deleted.   Is there any possiblity to restore it in RZ20?  Please let me know where is the settings for this?
    I know we can see the error in BBP_PD after running the transaction bbp_procdoc_transfer to get the latest error.
    But my requirement is the error should be there in the RZ20 monitor for a month..
    please help. many thanks in advance..
    We are using SRM 5.0

    Hi
    <u>Please read this -></u>
    <b>Here are few OSS Notes to check out -></b>
    <u>Note 746193 RZ20: Generating all-clears ("green alerts")
    Note 783725 EP6.0 CM & Collaboration SP2 Patch 27
    Note 441768 - Displaying canceled shopping carts in monitor 3.0 and 3.5
    Note 395699 - Display shopping baskets with status 7 in the Monitor</u>
    <b>Other related links -></b>
    Re: Application Monitor entries "auto-deleted"?
    RZ20 stopped displaying errors.
    RZ20 Transaction
    Hope this will definitely help.
    Regards
    - Atul

  • Query with trim function running more than 15 hours..

    Hi,
    I have one select query which is running more than 15 hours.I have many trim() functions in that.and i have index for some columns for the tables that i used in that query.but it is not considering those indexes..
    select
    DISTINCT
    trim(A.x) x,
    trim(B.y) y,....... from A,B
    Can anyone tell why this query is taking more time?and is there any other way for using the trim function?
    Thanks in advance..

    Note the name of this forum is "SQL Developer *(Not for general SQL/PLSQL questions)*", so only for issues with the SQL Developer tool. Please post these questions under the dedicated [SQL And PL/SQL|https://forums.oracle.com/forums/forum.jspa?forumID=75] forum.
    Regards,
    K.

  • Published report will not run; works fine in VS2010 debug mode.

    Have 64bit Visual Studio Ultimate installed, CRv13_1 and MSSQL 2008 R2.
    The issue I am having is the report work like a champ when I run the web application in debug mode. IE I hit the run button in Visual Studio, However when I publish the application the report will not run. I get various errors depending on how I have connected to report to MSSQL. I have tried ODBC and OLE DB connections. I have tried Windows authentication and MSSQL user login. The results are the same. the report works fine in debug mode but will not work when published. The most common error message is :
    Error
    Database logon failed.
    or
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
    Depending on how I am authenticating. I have Google this issue and there are tons of posts about it but no solutions. Any help would be appreciated.

    See if the article [Troubleshooting Guide to Database Connectivity Issues with Crystal Reports in Visual Studio .NET Applications|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0225775-88c4-2c10-bd80-8298769293de] helps.
    I'd settle on the prefered connection method and troubleshoot that. Use the search box in the top right corner of this web page. It will bring up KBases, blogs, wikis, articles and more. Also, search these forums. There is lots of info here and lots of answers.
    - Ludek

  • If my Mini is running 64 bit can I run more than 4Gb RAM?

    I hear ALL over the place that the mini can not use more than 4Gb RAM.
    Is this a hardware limitaion of the motherboard/Processor?
    OR
    Is this due to the fact that mini's run at 32 bit?
    You can now easily run modern mini's at 64 bit:
    http://blog.leanopen.nl/2010/04/23/doesnt-your-mac-mini-want-to-boot-in-64-bit/
    So who knows the REAL answer?
    Thanks -
    skibum

    Most of the Minis are limited to less than 4GB and that is a hardware limitation. The newest Mini with the nVidia video can access more. Apple only supports 4GB because they use matched DIMMs, which on paper have a slight performance improvement over unmatched DIMMs. For whatever reason, Apple doesn't yet support 4GB DIMMs in the Mini. (I suspect that the power requirements or prices for the larger DIMMS may have affected Apple's decision.)
    If you do have an appropriate Mini, then you can get compatible 4GB DIMMs from [Macsales|http://eshop.macsales.com/shop/mac-mini> or others. Regardless, although I normally trust Macsales, more than 4GB is not supported by Apple, so you have to take that in to consideration. (i.e.: warranty from Apple or Applecare.)

  • Displaying the records records which are coming more than once

    hi
    create table temp(comp_id int,branch_id int);
    comp_id | branch_id
    ---------+-----------
    1000 | 1
    1000 | 1
    1000 | 2
    1000 | 2
    1000 | 3
    2000 | 1
    2000 | 1
    2000 | 2
    2000 | 3
    how can i write a query which displays the records records which are coming more than once on the basis of fields comp_id and branch_id. e.g. 1000 | 1 should be displayed because it is coming more than once. 1000 | 3 should not be, because it has a single entry.

    select comp_id, branch_id, count(*)
    from temp
    group by comp_id, branch_id
    having count(*)>1
    Please note this forum is not a SQL class and it is not the place to have your homework done.
    Sybrand Bakker
    Senior Oracle DBA

  • In which IT To Date is not allowed & not having more than one record

    Hi all,
    Could you please tell me "In which IT To Date is not allowed & not having more than one record ?"
    Thanks in advance
    Regards,
    Asiya

    Hi,
    Just go through IT0003 and see if it fulfills the requirements or not.
    Param

  • SCCM 2012 R2-CU3 Collection Query not a report to generate Computers no longer logon to Active Directory for more than 90 Days.

    Dear Brothers,
    I want to use SCCM to have a
    Query Collection to generate computers no longer active by detecting more than 90 days of no logon to our AD (Dead or not Pinging but still in AD), after this activity I will delete this computers
    to completely clean both AD and SCCM records as Well.
    Why instead of Reports I prefer collection is because, I want it to be more Dynamic and once you open the console the computers will be displayed immediately.
    Regards,

    It is not possible for a collection to be more dynamic than a report. If anything the collection will be behind what is listed in a report.
    How exact do you think that you determine that a PC is not ping able via a collection? This might be possible via a report but it will be a very, very complex report to do this.
    As for logon details this is NOT collect by CM12 by default and it is could be update 15-22 days out of sync with reality.
    If I remember right there are a few scripts that will do this for you available via the favorite search engine.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ
    Thanks Garth,

Maybe you are looking for

  • JPA dynamic order by clause

    I need to dynamically build the order by clause of my query. I tried this: <named-query name="list">   <query>     <![CDATA[       SELECT p FROM Person p       ORDER BY :orderby     ]]>   </query> </named-query> @SuppressWarnings("unchecked") public

  • I can`t listen to the appleloops in garageband anymore.

    When I click on a loop in the browser it just plays about 1sec of it and then dies.Dragging the loop to a track works fine.I have already re-indexed the loops, rebooted and even reinstalled i-Life and MACOS Snow Leopard. Nothing solves the problem! I

  • Multiple start up with jserv process

    May I know how to start up multiple jserv process. If I am able to start up the multiple processes, then how to activate each and everyone of the jserv process to handle multiple user logon to a web server. How much memory does a jserv process suppor

  • Lightroom not installing due to system no longer in use

    I'm trying to install my Lightroom on my system and it's saying that I'm running an operating system Lightroom no longer uses. I am supposed to look at the system requirements. Where is that?

  • AAA and local user authentication

    Hi, I already have AAA authentication setup on my switch. And I can use local users to login when the AAA server is unreachable. But I want to know if it is possible to use local users even when the AAA server is reachable. Something like first it ch