How we can find the customized workflow in Oracle Apps 11.5.10.2

Hi all,
I am new to Oracle Workflow and I want to know, How many customized workflow is running in my oracle apps 11.5.10.2.
Thanks & Regards
Rakesh Kumar

An another possibility is to do the opposite to what I just wrote. Upload the true definition to the database an compare with the one you are not sure about via SQL:
1. Backup the WFT file where the standard/seeded workflow is provided
2. Edit it and change the name of the ITEM_TYPE. For instance, change it from OEOL to OEOL_TMP (cannot exceed 8 characters)
3. Upload it to the database with WFLOAD
4. Compare the design tables for the two if them (WF_ITEM_TYPES, WF_ACTIVITIES, WF_MESSAGES, WF_PROCESS_ACTIVITIES, WF_ITEM_ATTRIBUTES, etc). If the table provides a VERSION column then the query would need to use a WHERE END_DATE is null (so that you get only the active/current version of the object). A select... MINUM select would do the job.
I would do this in test though, to avoid a mistake can cause any issues.
Regards,
Alejandro
Edited by: Alejandro Sosa on Feb 4, 2013 7:07 AM

Similar Messages

  • How i can find the execution plan

    how i can find the execution plan for a quesry , and how i can compare two execution plan

    Mohan,
    Just create a table as follows
    CREATE TABLE T1 (STATEMENT_ID VARCHAR2(30),TIMESTAMP DATE,OPERATION VARCHAR2(30),
              OPTIONS VARCHAR2(30),OBJECT_NAME VARCHAR2(30),COST NUMBER(38),
              ID NUMBER(38),PARENT_ID NUMBER(38), OBJECT_NODE VARCHAR2(128),
              OBJECT_OWNER VARCHAR2(30),OBJECT_INSTANCE NUMBER(38),OBJECT_TYPE VARCHAR2(30),
              OPTIMIZER VARCHAR2(255),SEARCH_COLUMNS NUMBER,POSITION NUMBER(38),
              PARTITION_START VARCHAR2(255),PARTITION_STOP VARCHAR2(255),PARTITION_ID NUMBER(38),
              CARDINALITY NUMBER(38),BYTES NUMBER(38),OTHER_TAG VARCHAR2(255),
              OTHER LONG,REMARKS VARCHAR2(80),DISTRIBUTION VARCHAR2(30)
    Now use the sql statements as
    > EXPLAIN PLAN INTO T1 FOR (SELECT * FROM EMP);
    > Select * from T1
    this should do the job . . .
    Regards,
    K.T. Gandhi Karuna

  • Could someone tell me how i can find the wifi ip on my macbook white. My macbook is version 10.6

    Could someone tell me how i can find the wifi ip on my macbook white. My macbook is version 10.6

    Open System Preferences > Network.
    Select Wi-Fi on the left
    The IP address is noted on the right.
    message edited by:  cs

  • How I can find the  Delivery address changes in purchase order

    Hi Friends,
    How I can find the  Delivery address changes in purchase order
    item details.And how i can find who did ths changes.

    Hi,
    Go to ME22N, here select the line item and click on menu "Environment > Item Changes" to track the changes.
    For multiple POs, go to ME2N, here enter Selection Parameter as "ALLES" and execute the report to check all the changes.

  • TS1424 there are 43 available apps' update  which couldn't be made with my current account. How i can find the account with which i bought them in order to update them

    there are 43 available apps' update  which couldn't be made with my current account. How i can find the account with which i bought them in order to update them

    Use get info in iTunes on your Mac.

  • I purchaised MPV's Core Numbers '09 101 software online yesterday. The software only shows the toutorial, and I couldn't find the actual spread sheet. I have taken a long time watching the toutorial. Please help me on how I can find the actual program.

    I purchaised MPV's Core Numbers '09 101 software online yesterday. The software only shows the toutorial, and I couldn't find the actual spread sheet. I have taken a long time watching the toutorial. Please help me on how I can find the actual spread sheet to work on. Thank you in advance

    Visit the developer site for help.
    https://www.appomator.com/support/

  • How we can find the last character in a string(Urgent Plz!)

    Gurus!
    How we can find the last character in a string.
    e.g i have a string say "Str" with value "10-01".
    Now i want to find the last character in "Str" i.e "ONE=1".
    i am using Oracle developer 6i with Oracle 8i(1.7).
    Plz help!
    Many thanks!

    Use the substr() and length() functions -
    x := '10-01';
    y := substr(x, length(x));

  • TS1292 What is iTunes Gigt Card and how i can find the code

    Dear Team,
    I just started use Iphone4, I have problem during redeem, i want to understand more what is iTuned gift Card and how i can find the cord

    Look on the back of the card.  You may have to scratch off.

  • Hello I would like to know how I can change the form of payment of App store for buying books I

    I would like to know how I can chage the form of payment of App store for buying books

    http://support.apple.com/kb/ht1918?viewlocale=de_de

  • How to register custom workflow in oracle apps ?

    Hello
    I am new to workflow. I have customized an oracle standard workflow and now i want to register this custom one. Please help how to register the custom workflow. What steps need to achieve this.
    Thanks

    Hi,
    You may or may not need to "register" the workflow - it depends on the changes that you made and which Item Type you modified. Some applications are essentially hard-coded to use a specific item type and process, some hard-coded to use an item type but you can configure the process to use, and some allow you to specify which item type and which process to use.
    Without knowing exactly what you have done, though, there is no specific advice that anyone can give you here on what you need to do, apart from to ensure that you have saved the new definition to the database.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How do I find the SID of an Oracle 8.0 install ?

    I have a Win NT that acts as the Domain in our LAN
    + 3 Win 98 boxes , that need to get to the Oracle
    database situated on the Win NT machine.
    I tried creating the service using Net8 Assistant
    on the Win98 machine from which I type this,
    then I noticed they asked me for the SID and Hostname
    of the Server.
    I knew the Hostname of the Server , but not the SID.
    So I went upto the server and checked for the init*.ora
    file . If my SID was LOOKBOSS , then I guess the init*.ora
    file would be named initLOOKBOSS.ora , but :
    I found 2 files : -
    o initorcl.ora
    o initseed.ora
    Both files being exact replicas of the other and each claiming
    to be the init.ora !
    I tried out some other utility (I do not re-collect the name) ,
    that said that I have only 1 hos t configured ...
    so where did this init-orcl thing come from ?
    Now I tried passing seed as the SID at my Win98 box and was
    scolded by Net8 Assistant which said that it could not connect.
    I also tried orcl as the SID .
    Now please can somebody please tell me how I can find out the SID
    from the Serer ?
    Regards,
    Shyam

    Hi Shyam,
    Go to the sqlplus session in the server itself, and cdonnect as system/manager. At the SQL prompt, select name from V$database. This is the name of the ORACLE S
    ID running on your machine. Ideally if you have opted for the default database installation while installing the product/database, the file name should be initorcl.ora and the SID would be orcl.
    Hope this sorts out your problem.
    Cheers.

  • Query to find the Custom Workflow Inventory

    Hello all,
    Is there anyway i can find out the list of Custom or all the workflows which have not been initialized or used since last 2 years? We are trying to clean our inventory of custom workflows.
    Thank You
    KK

    Hi,
    You can check
    select name,display_name
    from wf_item_types_vl wit
    where not exists (select 1
                  from wf_item_activity_statuses
                  where item_type = wit.name
                  and  trunc(begin_date) >= trunc(sysdate -720));this table will give all transaction data by passing name as internal name of Workflow .
    select * from wf_item_activity_statuses where item_type = <YourCustomItemType>;
    Thanks,
    Jit

  • How we can find the eaxct time which pragram takes to run

    hi,
    i have written a program in two different ways.
    i wnat to check which one is taking less time.
    is there any way we can find out excatly how much time is taken by the rprogram to run when irun it using F8

    The runtime analysis provides an overview of the duration and performance of your source code, from individual statements up to complete transactions.
    Choose Menu  ® Test  ® Runtime Analysis or transaction SE30 to start the runtime analysis. In the initial screen, you see the four main functions of this tool, which can be activated by pushing the corresponding button.
    ·         Measurement in dialog status
    ·         Measurement of external session
    ·        Selection of measurement restrictions
    ·         Evaluation of measurement results
    With large applications, it is advisable to first analyze the entire application and then check details in the hit lists.
    With the following information you can carry out the analysis, display and interpret the results, and use this as a basis for optimizing your programs.

  • How we can configured the customised workflow in BPM

    hi
    can any body guide how the customised workflow can be configure in the server
    thanks
    Roopesh

    An another possibility is to do the opposite to what I just wrote. Upload the true definition to the database an compare with the one you are not sure about via SQL:
    1. Backup the WFT file where the standard/seeded workflow is provided
    2. Edit it and change the name of the ITEM_TYPE. For instance, change it from OEOL to OEOL_TMP (cannot exceed 8 characters)
    3. Upload it to the database with WFLOAD
    4. Compare the design tables for the two if them (WF_ITEM_TYPES, WF_ACTIVITIES, WF_MESSAGES, WF_PROCESS_ACTIVITIES, WF_ITEM_ATTRIBUTES, etc). If the table provides a VERSION column then the query would need to use a WHERE END_DATE is null (so that you get only the active/current version of the object). A select... MINUM select would do the job.
    I would do this in test though, to avoid a mistake can cause any issues.
    Regards,
    Alejandro
    Edited by: Alejandro Sosa on Feb 4, 2013 7:07 AM

  • Is there anyway I can find the LAST date of an app downloaded more than once?

    I look at my recent purchases and it shows the FIRST time i purchased the free app, however it doesn't show any other time that it's been downloaded and I know I've downloaded it 4-5 more times. Is there ANY way I can find ALL of the dates that I re-downloaded this app?

    Change your iTunes (Apple ID) password along with any other password that was stored in the iPod.  If any passwords are associated with credit cards, contact the CC company and get your card replaced (with a new number).  If any passwords are associated with your bank or any savings institution, contact them also and discuss approprate action with them.
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  This requires action before the device is lost/stolen.  If the device has significant personal information, it should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

Maybe you are looking for

  • Link with Work Centre and Order Number?

    Can anybody give me a link between the Work center(CRHD-ARBPL) and Order Number(AUFK-AUFNR)? Regards, Subhasish

  • LabVIEW 8.0 Run-Time engine & shared variables

    Has LabVIEW 8.0 Run-Time Engine the shared variable's support, I wonder? The thing is that .exe with globals/locals runs alright, but beeing replaced with shared variables it refuses to run. What's wrong? May be need in library(s) absend? Thanks.

  • Please help: Quick Reply recipients for a group text

    Hello! Thank you for your response. For the Quick Reply feature when texts are set to "alert", it seems to always show who sent the most recent text. If this person sent a message to both you and a third person, is there a way to set the Quick Reply

  • Feedback on Keynote

    I've been trying Keynote during the 30-day trial and I think it's great... but, there are definitely some features missing from PowerPoint. Mostly, the ones I have discovered are in the graphs, such as the ability to angle labels on the axis and the

  • How do I add MPEG-4 audio to a slideshow in Elements 5.0?

    Hello. Tech notes say MP4 is supported but when I try to add music to a slideshow seems all it looks for is MP3. All the songs in my iTunes are MPEG-4. Any ideas or must I convert back to MP3? Thanks Mark