Query about simultaneous programme of a Package name

Hi all

I have a situation where I have a single API (package name), I want to know what program simultaneous, it is attached to and whose responsibility can run this program at the same time.

My package of reference name can be considered as "XX_PO_RECEIPT_PKG".

Ask a query for this, I use r12 and pl/sql developer.

Thank you.

SELECT

PCF. CONCURRENT_PROGRAM_ID

fcp.concurrent_program_name

fcpt.user_concurrent_program_name

DECODE (fe.execution_method_code

, 'I', "PL/SQL".

, 'P', 'reports '.

, 'C', 'SQL Loader.

, 'Q', ' SQL ' more

, 'K', 'Java '.

, 'H', 'OS executable ".

'B', 'Stage Set req.'

) EXECUTION_METHOD

UPPER (EXECUTION_FILE_NAME) PACKAGE_BODY

Of

fnd_concurrent_programs_tl jtpf

fnd_executables fe

fnd_concurrent_programs fcp

where 1 = 1

- and fcpt.concurrent_program_id = fcr.concurrent_program_id

and fe.executable_id = fcp.executable_id

and fcpt.concurrent_program_id = fcp.concurrent_program_id

and fe.execution_method_code = 'I' / * this is the additional filter * /.

- and fcpt.user_concurrent_program_name =: P_USER_CONC_PROGRAM_NAME

-fcp.concurrent_program_name =: P_CONC_PROGRAM_NAME / * using this filter would use an index * /.

;

AppsMAsti
Shairng is for mutual assistance

Tags: Oracle Applications

Similar Questions

  • How to extract the version no of application by its package name or app

    Hi all

    I want no application by its package name or app version, how can I do please suggest.

    Type 'version number' in the search box and watch Threads that arise.

  • Remove "air." prefix from package name has any working solution!

    Hello!

    I searched and asked and studied and tested many methods to remove the prefix of 'air '.

    No need to re-install - mention the details here (as it is already available in link with no selected response as correct below):

    http://forums.Adobe.com/message/5632756

    I wonder if there is already a working solution? (for Flash CS6 - Air last 4)

    I need to upgrade an old application written in Java, so I have to MATCH the name of the package by removing the prefix 'air '.

    Looking forward to a working solution please...

    Kind regards

    Ali

    Hey!

    It has been resolved earlier with a method, I did BEFORE without success!

    1. first of all I did not comply with Article

    (http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html) I'm lazy, you can tell.

    2. setting-up a new method "Environment Variable" worked for me (as it worked yesterday!)

    So for you to save much time reader, here's the exact process that you should follow (based on Windows 7):

    - Start menu > right click on computer > select Properties.

    -Click on Advanced system settings (left) > Advanced tab > click on Environment Variables

    -Click on new...  > the name of the Variable, enter "AIR_NOANDROIDFLAIR" > in the variable value field, enter 'true'.

    -Does once more (once for user variables, once for System variables)

    -The result should be similar to this:

    -NOW you need to restart (and in my case, I also need to disable my Antivirus I don't know why!)

    - And now when you make apps for Android using Flash, it will not contain this FORCED prefix 'from the air' automatically.

    Note1: as you remove the Air from the package name prefix, do not forget the side effect that "your App either invite users to install adobe Air in case they don't have (it's very BAD!), that your phone has no way to understand this app is built by Adobe Air to warn the user that they will receive an unexpected error!

    Note 2: That's the short-term solution for Note1 MERGE you AIR with your application (and accept the extra 10 MB size). Also do not forget the future updates, you have to merge Air making it a bad idea in the LONG TERM (if you want to update regularly).

    Note3: based on the mark 1 and 2, you better post your new applications INCLUDING the prefix of the air.

    BUTTTTTTTT this time as a CHOICE and not a MUST

    All the best,

    Ali

  • Need the current package name

    I use 10g and need to get the package name for the package running on the time of execution. I can write/hard_code value, but needing a dynamic variable that stores the package_name during execution.

    You looking for something like __PACKAGE__ variable in Perl.

    Thank you.

    $$ plsql_unit.

  • String panipulation - rename the package name in the source code.

    I want to do the replacement string as below:
    select 'CREATE OR REPLACE PACKAGE CollectStats IS
      PROCEDURE save_log(p_logrec IN LiveStatsLog%ROWTYPE);
      PROCEDURE UpdateLiveGamesHourlyStats;
      PROCEDURE UpdateSideGamesHourlyStats;
      PROCEDURE UpdateConcurrentPlayerStats;
      PROCEDURE CollectStats;
    END CollectStats;' from dual;
    
    -->
    
    select 'CREATE OR REPLACE PACKAGE CollectStats_20100810 IS
      PROCEDURE save_log(p_logrec IN LiveStatsLog%ROWTYPE);
      PROCEDURE UpdateLiveGamesHourlyStats;
      PROCEDURE UpdateSideGamesHourlyStats;
      PROCEDURE UpdateConcurrentPlayerStats;
      PROCEDURE CollectStats;
    END CollectStats_20100810;' from dual;
    The point is to rename the name of the package in the Package source code, in the first and the last line of the source code.
    This is only an example package. The query must sort the replacement of the chain so that the result would be, as shown in a package with a different name.
    Note that name of the package, and a procedure within the source code of the package are the same - see "PROCÉDURE CollectStats;".

    Somehow the replacement of the regular expression should be used.

    Published by: CharlesRoos on August 11, 2010 03:31

    Try this:

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select 'CREATE OR REPLACE PACKAGE BODY "XXX"."COLLECTSTATS" IS....
      2  PROCEDURE CollectStats IS
      3    BEGIN
      4      UpdateLiveGamesHourlyStats;
      5     UpdateSideGamesHourlyStats;
      6      UpdateConcurrentPlayerStats;
      7    END CollectStats;
      8  END CollectStats;
      9  /' body from dual)
     10  SELECT REPLACE(REPLACE(body,'BODY "XXX"."COLLECTSTATS"','BODY "XXX"."COLLECTSTATS_20100811"'),
     11         'END CollectStats;'||CHR(10)||'/','END CollectStats_20100811;'||CHR(10)||'/') body
     12* from t
    SQL> /
    
    BODY
    ----------------------------------------------------------------------------------------------------
    CREATE OR REPLACE PACKAGE BODY "XXX"."COLLECTSTATS_20100811" IS....
    PROCEDURE CollectStats IS
      BEGIN
        UpdateLiveGamesHourlyStats;
            UpdateSideGamesHourlyStats;
        UpdateConcurrentPlayerStats;
      END CollectStats;
    END CollectStats_20100811;
    /
    
    SQL> 
    
  • Check if target schema procedure/view/relax/package name...

    As part of the dismantling of the schema, I'm in the process of validation if the schema (say X) is referred to in the procedures/relaxation/view/package in the schema to another (say Y or A or B).

    Schema X is ABOVE in diagrams 'Y' and 'A' in the code of procedures/relaxation/view. Because this scheme X is removed, I want to make sure that the 'X' schema is not mentioned in others.

    Please highlight how I can validate for the above scenario

    Hello

    According to me you should check

    select owner, synonym_name from dba_synonyms where table_owner = 'Schema to be deleted'
    
    select owner, name from dba_source where upper(line) like '%Schema to be deleted%'
    

    Due to the first query can be an object becomes invalid, and then check which packages voided, or you can use dba_dependencies view to find the object

    Concerning
    Anurag Tibrewal.

  • Look at a package name

    I unzipped the actionscript project .bar file. I need to know the name of the package. Where can I find? Kindly help me.

    See the content of META-INF/MANIFEST. MF

  • New project - even pasted Code - error signature target key & Package name

    I have a new computer (from Windows to Mac) and for some reason any my app had a lot of errors and in order for me to fix, I just created a new project and pasted the content of the new project and not more mistakes and I can run on my device, the problem is when I wanted to sign I get error

    Error: Code signing request has failed because the Invoke-target-key [com.nemory.Snap2ChatHeadlessService] has been used previously in a different package.

    A solution: http://supportforums.blackberry.com/t5/Testing-and-Deployment/Error-Code-signing-request-failed-beca...

    But not in my case, it's the same application with the name of package and same old key target so I can push an update in bbworld.

    I would try to turn back the project and correct the mistakes, but there may be another solution? How can I fix this please?

    Edit: I tried to rename all key targets attached '1' in each and it worked and I can sign. And another much bigger problem is when I download the bar in bbworld I get error

    "Bundle file (Snap2ChatProUI - 2_3_0_1.bar) has been rejected." Package ID is required for all .bar file. If this is an upgrade, ID of Package must match ID of Package in the bundle of original file. »

    My package id "com.nemory.snap2chat" has never changed and I update the right application in bbworld.

    Also, when I simply import the project unmodified Windows and compile, I get an error

    Makefile.Debug:321: * target model does not contain any '% '.  Stop.

    I solved my problem.

    I replaced the signature keys Momentics IDE generated with the Manual Zip format signature keys I saved before. Now, everything is normal. Thank you all very much.

  • Cannot query a view in PL/SQL package but it can query in SQL * more

    Hello

    Logged on as a user, I can query the table DBA_SEGMENTS, but I can't question via a slider or select from a PL/SQL package.

    I get the following error message:

    LINE/COL ERROR

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

    28/4 PL/SQL: statement ignored

    33/5 PL/SQL: ORA-00942: table or view does not exist

    28 select

    29                             count(*)

    30 in

    31                             n

    32 of

    33 dba_segments;


    Can someone explain to me what is the missing privilege that I need?

    Thank you in advance.

    Kind regards.

    It seems that you have granted to dba_segments by role.

    To use this object in pl/sql or sp, you need directly.

    Ask your dba to grant:

    SQL > grant select on dba_segments to your_user;

    Mustafa DOGANAY

    http://Doganay.WordPress.com

  • VMware service manager - query about the customer approval task

    Hi team,

    I have a question about the customer approval task. In the workflow, there are two approval tasks: customer approval task (shown available for common to approve client portal) and the task (see sm9 for officer to approve). We wonder when opening a session a request and attach an object, the object could be shown on the customer approval task in the Web page of the portal? And how?

    Any help would be appreciated. Thank you in advance.

    Hello

    You can easily change the approval control model (LiteApprovalReview.htm) by adding a code of extra table row in the table of information request:

    
        
            

    Objects

    Then you should be able to display the list of attachments of application in the customer portal approval form.

    Is a little more difficult for the approver to open the attachment - it must have permissions to view the query. You can do this by configuring the roles system (preferred method) or by changing the query .

    Gytis

  • 2.1: Data tab of the query about other users mix with current user [Fixed 2.1.1 Table

    Hello


    I use the SQL Dev 2.1, againts Oracle 9.2.0.6.0-production version
    My account has privilege almost as s/n, which allows me to show other users tables.
    I have a table whose name is exactly the same as other users of table that differs from the number of columns.
    Let's say that,
    mine is USERA. TABLE_A with 4 columns (COL_A, COL_B, COL_C, COL_D)
    on the other is USERB. TABLE_A with 3 columns (COL_A, COL_B, COL_C)

    When I opened the other users - USERB tables. TABLEA,
    the columns tab shows 3 columns
    but the data tab, try query (I saw a popup progress bar) COL_D thus causing error that COL_D is not available shown on the log.
    I forgot the message but I think it is ORA-00904: "COL_D": invalid identifier.

    I vaguely remember that few people had posted this problem on the old version of SQL Dev (1.2 or an earlier version, I guess).
    I noticed THAT SQL Dev 1.5.5 does not receive this error.

    Does anyone have the same problems?


    Kind regards

    Buntoro

    Published by: user457519 on December 25, 2009 12:37 AM
    Correction on the ORA error message

    Is another reported problem (that I myself cannot reproduce in 2.1, but made a few versions ago), but I'm sure that a bug has been registered against it.

    Kind regards
    K.

  • Download the package Name

    Hi friends,

    I have a procedure name packed, but I don't know what pachage there belongs to...

    How I not get that?


    Thank you
    REDA

    Assuming that it is a public method, it would be easier to use only the DBA_, ALL_/USER_PROCEDURES table

    Object_name is the name of the package. Procedure_name is the name of the procedure.

    SQL> create package foo_pkg
      2  as
      3    procedure p1;
      4  end;
      5  /
    
    Package created.
    
    SQL> select object_name, procedure_name
      2   from user_procedures
      3  where procedure_name = 'P1';
    
    OBJECT_NAME                    PROCEDURE_NAME
    ------------------------------ ------------------------------
    FOO_PKG                        P1
    

    Justin

  • Photos about El Capitan - double and the names of duplicate files

    Hello, here is a brief summary of how I got here:

    Rebuilt my MBP after you install a second drive. Before that, I backed up all my stuff, using time machine on an external drive of USB3 and manually by using the old method of copy/paste shaped on a second drive USB3. The manual copy consisted of important files such as photos and my photo app library.

    After I rebuilt the system, I copied my library of photos from my backup copy manually in my pictures folder. Then I ran the Photos app and imported this library (I think now that it was a mistake). I then activated iCloud photo library. This began a process of downloading pictures of 18 500 towards the cloud again. At first, I thought... not worth it... it will merge if something is missing.

    Now I was left with many duplicates, I mean a lot. However, the size of the photo library is smaller than it was until I started actually a few GB.

    So, without having the two libraries side by side and comparison - is it possible that the library has not merged correctly but duplicated in fact all photos where file names are the same?

    So, if I got three photos with the name, IMG_7133.jpg, but they were taken on different days, or even several years. But, if you perform a copy and paste manual and you lose a part of the metadata, could all three of these photos be duplicated and crushed (duplicate in this case)? Perhaps it takes the first picture with the name and creates two versions most of it?

    If anyone knows how this works or can vouch for me (and my nerves) Photos would not replace any existing pictures, I would be very grateful

    Thank you very much

    Gerry

    Then I ran the Photos app and imported this library (I think now that it was a mistake) .is solution is going to be

    Yes - a massive mistake - ever import a library as it does not wok and creates a huge mess with a lot of "duplicates" and many other problems - you open libraries - likely the solution will be drag drag the poor desktop library (if you have space) and drag the library of SMT in the folder of the picures and double-click it to open it - it should be good and after checking He can trash trash bad on the dektop library

    LN

  • Equium A100 PSAAQ: Question about new update of the package of added value

    Equium A100 (PSAAQ) has received value-added information package download from toshiba, downloaded successfully, 3 provided separate files, zip files don't know which use as for the two buttons six buttons or without button machines, the question is which buttons do they refer to? so I know which file is correct for my machine, help please.

    Hi Andrew

    You should check this thread
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=25055

    It s on the same theme

  • Query related looking for an invalid file name or a folder after scanning with shield system

    Original title: how to find a folder or a filename not valid?

    I my says Iolo System Shield 4 cases of invalid file names or records, but does not show me where they are.  How can I find them so I can delete them?  I'm afraid that they might cause my computer to break and restart all of a sudden.  Thank you!

    Hello

    You need Contact Lolo support for assistance.

    http://support.iolo.com/ICS/support/splash.asp

    Hope this information helps.

Maybe you are looking for

  • Cannot open a session at odds on Firefox for Android

    There is no option to log out of sync on Firefox for Android. How do disconnect you?

  • Tecra M2 not to close on docking station

    I have a Tecra M2, of which most of the time is used in a docking station. However if I'm on the docking station for laptop computer does not shut down (it sticks to the "Windows is shutting down" screen... unless I have physically remove the laptop

  • 2nd hard drive install on pavilion dv7-3060us 17.3 inches with Quad core processor

    Pavilion dv7-3060us computer has a 2nd hard drive Bay.  On 2 flags of 17.3 inches previous, I installed a 2nd HDD.  This quad core Pavilion is much thinner than the previous pavilions;  the underside of the computer has also a centre piece in the for

  • In Windows live messenger cannot open new emails

    When I go into my windows live messenger and try and open new emails I have in my inbox the screen indicates that the page can not be opened by default somewhere sometimes, if I put the back page it allows me to access, but most of the time I can't g

  • Macrium Reflect acknowledge local disk c

    I installed Macrium Reflect free create the image of the C drive. But he list any C. I have hp phoenix w/win 7 pro. I have company technology Intel Rapid Storage Technology. Parameters that would have an effect?