ORACLE WORKFLOW - HIDE ACTION HISTORICAL REGION

Hello

I have a requirement of the company, that I've created a workflow custom via Oracle Workflow Builder.

I want to hide action historical region.

I go through the Oracle Doc:

https://docs.Oracle.com/CD/B14099_19/integrate.1012/b12161/defcom35.htm

To remove the history of the action for a notification, set the attribute #HISTORY with a null value.


I did this step. But historical Action area is still there.


Kindly help me on this issue.


Kind regards

Waqas

Hide this region by setting an empty attribute to message #HISTORY and adding & #HISTORY in the body of the message:

Option "force" download the workflow to DB and repeat the test."

Please close the thread by marking as replied with correct/good, if its response.

Kind regards

Ajith

Tags: Database

Similar Questions

  • Disable / hide the "Historical Record" Option for the end user

    Dear people,

    Is it possible to 'Turn OFF' / 'HIDE' option "Historical Record" form according to the level of responsibility/user/site.

    All form = Help Menu = historical Record (Option)

    Or is there an option to HIDE Menu "help" for all users or user or site level or level of responsibility?

    Thank you.

    Configuration:
    R12: 12.0.4
    DB: 10.2.0.3
    Multi node

    Kind regards
    Taj

    Hi Mohammed,.

    In my view, there is no option of profile to hide the "Historical Record". This can be achieved through CUSTOM.pll (using "SET_MENU_ITEM_PROPERTY").

    See the following document for an example on how to hide from the CUSTOM CODE in the Help menu.

    Note: 1068804.6 - How to hide the "CUSTOM CODE" Option in the menu of the USER GUI
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=1068804.6

    Note: 1005502.6 - HOW to REMOVE THE MENU 'WINDOW' Oracle FORMS MENU CUSTOM?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=1005502.6

    Note: 744065.1 - Sample Code to customize Applications CUSTOM library
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=744065.1

    Kind regards
    Hussein

  • Hide / Show grid region loss points available

    Hi apex community!

    In Application Express 4.2.5.00.08, I have the following problem.

    Grid layout Item2 property ""Start New Row "= NO "

    Hide and show region loss presentation grid points. For example-> > > >

    Region HaS.png

    If you change the model to 'Région Standard', columns are displayed correctly

    Region Standart.png

    Someone at - it a solution or alternative.

    Thank you

    Martin

    See problems with layout themed to show/hide the region 25

    Always specify which theme you use when you ask for the layout and Visual formatting issues.

  • Best way to manage permissions of Workflows and Actions

    I'm sure I'm missing something, but is it possible to easily manage permissions for workflows and actions? At the present time (and again, I'm sure that I'm not doing this right), I'm granting permissions to a LDAP group for a workflow, then log in as a user in this group and run the workflow. I'll see where I get an exception (for example impossible to run the 'addVAppTemplateVM' action, you have no right to 'performance'), then review to administer-> Actions-> vCloud:addVAppTemplateVM, and then modify this action and give privs view/run for my LDAP group. I have then rerunning the workflow as this member of the LDAP group and see what the new exception is and repeat until the workflow completes successfully.

    Now, when I want to grant access to a second LDAP group (or new individual user), I need to remember what I had to grant privileges to, or I go through the process again (trial and error until it works).

    I guess this can be facilitated with the permissions tab? But I can't find how to exactly use this function successfully.

    Any help would be greatly appreciated.

    Checked with the developer working on this file - it should be available in + 5.5.0 and vCO versions 5.1.2+.

  • Oracle workflow

    Hi experts,
    I am a fresher dba, I studied the components of the oracle memory architecture which includes Sessions, SGA, PGA, process, data files and their characteristics. But I want to know how the workflow goes in oracle. for ex: If the sql statements are issued, that happens to start at the end, etc, I googled ve, but I didn't have the document you are looking for (don't know how google it). So can someone refer me some docs describing the oracle workflow in different cases?

    Published by: 1001518 on May 6, 2013 02:24

    Hello

    Here are some links that may be useful.

    http://www.DBA-Oracle.com/t_sql_exeution_steps.htm
    http://www.oraclebin.com/2012/12/SQL-query-execution-steps-in-Oracle.html

  • Using Oracle workflow

    Hi team,

    Version of the EBS: R12.1.3
    DB: 11.2.0.2


    The Oracle workflow must be updated. User 'A' is no longer with us. These emails should now be sent to the new user 'B '. ex: [email protected]
    What is the procedure for updating the movement of e-mails generated by the workflow system?

    Your help is very appreciated...


    Thank you
    dkoracle

    Hello

    You can connect to the Web Applications of Workflow administrator responsibility
    At the end there tab Notification or Administartion you will find the vacation rule.

    Thank you
    JIT

  • appeal of oracle workflow business event

    Hello

    How to call the oracle workflow business event?
    If possible, could you give some examples of code.

    Thank you.

    Short term: assign values to the attributes that make up the payload of the event. Then lift it up. Here is a simple example of the compilation of field Flex event:

    declare
    l_application_id fnd_application.application_id%TYPE: = &1;
    l_descriptive_flexfield_name varchar2 (200): = ' &2';
    l_application_short_name fnd_application.application_short_name%TYPE;
    l_parameters wf_parameter_list_t: = wf_parameter_list_t();

    Start
    SELECT application_short_name
    IN l_application_short_name
    OF fnd_application
    WHERE application_id = l_application_id;

    wf_event.addparametertolist (p_name-online 'APPLICATION_SHORT_NAME',
    p_value-online l_application_short_name,
    p_parameterlist-online l_parameters);

    wf_event.addparametertolist (p_name-online 'APPLICATION_ID',
    p_value-online l_application_id,
    p_parameterlist-online l_parameters);

    wf_event.addparametertolist (p_name-online 'DESCRIPTIVE_FLEXFIELD_NAME',
    p_value-online l_descriptive_flexfield_name,
    p_parameterlist-online l_parameters);

    wf_event. Raise (p_event_name-online 'oracle.apps.fnd.flex.dff.compiled',
    p_event_key => (l_application_short_name |) '.' || l_descriptive_flexfield_name),
    p_event_data => NULL,
    p_parameters-online l_parameters,
    p_send_date => Sysdate);
    end;
    /

    Kind regards.

  • How to make node to node defered in oracle workflow

    Hello

    How to make the node the node defered in oracle workflow.


    Thank you.

    Change the properties of the function of process and define the field cost to a value > = 99. It will show the background process to suspend the workflow process and create a message in the context of workflow queue so that the process starts the activity will be post up.

    If you also happen to need activity to be put off by some period of time, you can use the standard function Wait.

    Kind regards.

  • Download Oracle workflow builder

    Hi all

    I want to download oracle workflow builder intended to learn

    can anyone suggest me

    Thank you

    Have you even tried the search yourself?

    http://www.Oracle.com/technetwork/database/options/index-092347.html

    http://www.Oracle.com/technetwork/middleware/IAS/workflow-DS-090469.html

  • Hide/show the region

    Hello
    I'm trying to change the default behavior to hide/show the region to show, after a few attempts, I got partially work but now does not work by clicking on the icon to enable/disable/hide also changed the icons and added a type = "" but his does not work. " Any help? Thanks and greetings

    You can do so at the level of the model. Copy the skin and see the area to Hide and Show (show) and then modify the model. Essentially 2 thing I've changed are the image of collapse_minus.gif and style ="". My suggestion is to make a copy of the region before making any changes. It works for me in IE, Chrome and FF.







    #TITLE #.
    #CLOSE # PREVIOUS # ##DELETE NEXT ##EDIT ##CHANGE # CREATE # CREATE2 # EXPAND ##COPY # HELP #.
    #BODY #.

  • Can't integrate the OAF with Oracle workflow pages

    Dear friends,
    I am a newcomer is OAF.
    So you please help me by giving a paper on the OPS integration with Oracle workflow form pages.
    I need a step by step tutorial.


    Help, please

    Hi Dina

    I want to say is you can call the workflow of a plsql procedure using the code given by me in my previous answer, and the link I gave shows you how to call a procedure the FPÖ plsql. In this way, you can get the functionality.

    Thank you
    AJ

  • Configuration of the Oracle Workflow with two DB monitor

    Hello
    I installed "Oracle Workflow Monitor" because I want to see the sequence of execution of the owb process. During installation I set the credentials (Worfklow schema, DB Hostname, Port number, Oracle Sid and password). Everything works fine, but if I want to change the DB host name (I installed the monitor with the credentials of my "TEST" machine and now I want to put it with the "PROD" machine identification information), what can I do?
    Is there a configuration file I can edit to make this 'change '?

    Thank you very much
    Luca

    Hi Luca,
    You must edit the file
    WF_MONITOR_HOME\Apache\modplsql\conf\dads.conf
    (Parameter PlsqlDatabaseConnectString)

    Kind regards
    Oleg

  • OWB 11g 2 & Oracle Workflow

    Hi all

    We try Warehouse Builder 11g 2 and also the database 11g 2. He saw it works very well, but we have algo saw this Oracle Workflow, it is not supported in this version of the database and Oracle recommends the use of BPEL.
    Is this true? We have to install? The way to develop is the same with BPEL?

    Thanks in advance

    Is this true? We have to install? The way to develop is the same with BPEL?

    I know OWB11gR2 does not support the processflows of direct deployment to BPEL.
    Workflow Server Oracle provided with the Oracle 11 g R2 database (installed with OWB, directory for WF is ORADB_HOME/owb/wf).

    If you use the Workflow Monitor, you can install it from the CD of Oracle database 10g R2.

    Kind regards
    Oleg

  • What Oracle Workflow required to run hourly OWB?

    Hello

    I want to build and deploy a calendar in OWB 10 g 2 to automatically run my process OWB flow every week. I would like to know

    (1) the question of if I need to install Oracle workflow also in order to run the process flow according to the schedule created?
    (2) otherwise, how does the OWB Scheduler?
    (3) in addition, if the regular flow process stops due to an error, how I take the run from the endpoint after correcting the error?

    Thank you

    Amit

    Hi Amit,

    (1) the question of if I need to install Oracle workflow also in order to run the process flow according to the schedule created?

    Of course, you need Oracle workflow for execution of processflow. OWF is a processflow engine and scheduler is a tool to indicate when start processflow/mapping.

    (2) otherwise, how does the OWB Scheduler?

    It depends on the target database version. For the database from 10 gR 1 OWB uses Scheduler (DBMS_SCHEDULER of PL/SQL package) of the database.

    (3) in addition, if the regular flow process stops due to an error, how I take the run from the endpoint after correcting the error?

    There is no standard feature of OWB to resume processflows failed. But there are several building method processflow providing resume functionality.
    For example look at this discussion

    Conduct of operations and process flows
    What are the best approaches to mapping restart in OWB?

    Kind regards
    Oleg

  • How to exclude the Oracle Workflow installation CD companion server?

    We are modernizing our E-Business suite 11i database to 10.2.0.3.

    The E-Business suite upgrade request notice to install "Oracle Database 10 g products" Companion CD on 10g of the House. Oracle default workflow server is included in the guide installation with a CD Type 'Install a database Oracle 10 g products'. However the installation document CD companion says that don't install Server workflow on the database of trade electronics uite, as indicated below.

    Now how can I exclude the Oracle workflow installation CD companion server?

    ================================
    Note: Do not install Oracle Workflow Server in Oracle E-Business
    Office database. If you want to use the version of Oracle Workflow
    available with Oracle Database 10g, or any Oracle database
    components that depend on the version of Oracle Workflow, then you
    need to install the Oracle of Workflow Server in a database that is not used
    Properties of an instance of Oracle E-Business Suite.
    For an Oracle E-Business Suite database, you can continue to use the
    version of the Oracle Workflow Server integrated in Oracle E-Business
    Suite.
    ================================

    John,

    You should ignore the steps under "Preparing Oracle Workflow Server for the Oracle Workflow Middle Tier Installation", but the workflow will be installed as part of the accompanying CD (select option 2 - products of Oracle database)

    Upgrade of Oracle Applications 11i database 10g R2 (10.2.0.3)
    http://Oracle-Apps-DBA.blogspot.com/2007/09/upgrade-Oracle-Applications-11i.html

    Here is the link for the steps you need to jump:

    Prepare mid-level Workflow Oracle Oracle Workflow Server Installation
    http://download.Oracle.com/docs/CD/B19306_01/install.102/B15664/install_sw.htm#BABHHHCC

Maybe you are looking for

  • Windows 7 & Satellite Pro A200 (PSAE7)

    Hello I have a Satellite Pro A200 (PSAE7). I recently upgraded my laptop toWindows 7. Where can I download the drivers compatible with Windows 7?I already have the Web site check toshiba and I do not find anything. Thanks in advance

  • Can I fill my MacBook and iPhone calendars of the notice of meeting of Gmail?

    I use Gmail for personal e-mail, but have products Apple (Macbook and iPhone).  Is there a way to link Gmail with my Apple calendars?

  • chart WPF grid

    What happened to minro gridlines in the WPF version? There is no such property, only for ticks. WinForms version had that I can remember

  • Smartphones blackBerry lost the ability to scroll

    I lost the ability to scroll in some situations. I can scroll on by applications in the main screen and the button sound profile but not in sound profile options.  The alt key does not allow me to switch to punctuation, but gives me a capital instead

  • a black bar appears on the desktop

    Recently, a black appeared on the desktop. It does not appear on the windows form, just when I'm on the web. I have windows 8. The bar is right in the upper left corner and when you open a browser there. I use google chrome and the bar is just large