Change a value of a field in the work flow notification

Hi All,
I have a requirement,where in i need to change a value of a field in the work flow notification that i receive.
is it posiible
if so please provide some inputs.Thanks

Hi;
Please check below which could be helpful for your issue:
http://docs.oracle.com/cd/B14117_01/workflow.101/b10283/instal10.htm
http://docs.oracle.com/cd/B19306_01/workflow.102/b15853/T361836T361983.htm
http://docs.oracle.com/cd/E14571_01/integration.1111/e10226/hwf_config.htm#BHCJDGFJ
Regard
Helios

Similar Messages

  • I am trying to pass the value of a field from the seeded page /oracle/apps/

    I am trying to pass the value of a field from the seeded page /oracle/apps/asn/opportunity/webui/OpptyDetPG. The value I want is in the VO oracle.apps.asn.opportunity.server.OpportunityDetailsVO and the field PartyName.
    I have created a button on the page whose destination URL is
    OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName={#PartyName}
    It opens the correct page, but in the URL it shows this
    http://aa.com:8005/OA_HTML/OA.jsp?OAFunc=XX_CS_SR_QUERY&CustName=&_ti=1897289736&oapc=177&oas=x5E2TIfP1Y0FykBt1ek4ug..
    You can see that &CustName is not getting the proper value. Do I need to do something different?

    You cannot call the form with OA.jsp . This is applicable only for OAF based pages registered as a function.
    For calling a Form, use the below example:
    You have to change the application responsibility key and form function name .
    "form:PN:PN:STANDARD:XXPNTLEASE:QUERY_LEASE_ID={@QueryLeaseNumber}"
    Regards,
    Sudhakar Mani
    http://www.oraclearea51.com

  • How does APEX check for null values in Text Fields on the forms?

    Hello all,
    How does APEX check for null values in Text Fields on the forms? This might sound trivial but I have a problem with a PL/SQL Validation that I have written.
    I have one select list (P108_CLUSTER_ID) and one Text field (P108_PRIVATE_IP). I made P108_CLUSTER_ID to return null value when nothing is selected and assumed P108_PRIVATE_IP to return null value too when nothign is entered in the text field.
    All that I need is to validate if P108_PRIVATE_IP is entered when a P108_CLUSTER_ID is selected. i.e it is mandatory to enter Private IP when a cluster is seelcted and following is my Pl/SQL code
    Declare
    v_valid boolean;
    Begin
    IF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := FALSE;
    ELSIF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := FALSE;
    END IF;
    return v_valid;
    END;
    My problem is it is returning FALSE for all the cases.It works fine in SQL Command though..When I tried to Debug and use Firebug, I found that Text fields are not stored a null by default but as empty strings "" . Now I tried modifying my PL/SQL to check Private_IP against an empty string. But doesn't help. Can someone please tell me how I need to proceed.
    Thanks

    See SQL report for LIKE SEARCH I have just explained how Select list return value works..
    Cheers,
    Hari

  • Howset value to organization field in the selfregister user reqapprovalform

    hi,
    my use case is when ever end user performs self registration request goes to manager, manager will provide organization value manually to the approval form, But i want to set default value to that field, how to set default value to oranization field in the self register request approval form.
    Edited by: 853559 on Dec 2, 2012 8:59 PM

    hi,
    i am using following code to pre- populate organization.
    public class OrganizationPrepopulateAdapter
    implements PrePopulationAdapter
    public OrganizationPrepopulateAdapter()
    public String prepopulateOrganization(RequestData requestData)
    throws RequestServiceException
    String Organization = "Xellerate Users";
    return Organization;
    public Serializable prepopulate(RequestData x0)
    throws RequestServiceException
    return prepopulateOrganization(x0);
    but it is not prepopulating is any thing wrong.
    Edited by: 853559 on Dec 3, 2012 12:46 PM

  • I need find the fields to the work plan

    I need find the fields to the work plan customization of notification of approval of work plan
    I'm doing a customization in work plan, in notification of work plan
    The customer need some information in notification, but the developer not is finding some fields, i need for help to find this fields in table of project management.
    I need of one select to pick all information necessary what the customer need.
    The fields are:
    Physical Advancement general contractor
    Planned-Baseline Cost Variance
    Scheduled Finish - in days
    Baseline Finish - in days
    Scheduled-Baseline Finish Variance - in day
    show the difference between the values of the work plan submitted and the baseline

    Hi;
    Please check below and see its helpful:
    Workflow customization
    Re: Workflow Customization
    Also check:
    Oracle Workflow Best Practices Release 12 and Release 11i [ID 453137.1]
    Oracle® W ork?ow Administrator ’ s Guide
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15852.pdf
    Oracle Workflow Developer's Guide
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15853/T361836T362168.htm
    Regard
    Helios

  • How to delegate the work flow process.

    hi
    i was wondering if someone has taken a leave and he is replaced by an employee x,the work flow approval should be directly move to the employee x.
    but its not the case.as when someone is one leave,the workflow does not go to his replacement to approve
    Is there a way how to delegate the workflow process?"
    Thank you

    Hi,
    By identify the replacement in leave process, workflow process doesn't route to that person. I guess that replacement field is just for data capturing only. The approver should use delegate functionality available on notification responsibility to identify which process route to which person in a given time period.
    Thanks

  • What needs to be done to include the leave request type in the work flow

    what needs to be done to include the leave request type in the work flow?
    the present request for work flow includes the notificationto be sent to the approver
    which doesnt include  leave request type inthe description
    to include this we need to maintain a container variable but what should be the method or abap dic object which has to be used for maintaining this leave request type container

    Hi,
    You can create and take where you pass leave type and get description of it and create an field in WF containr and fill it than you can use add that field when you are sending notification,.
    Atul

  • Could you explain the work flow logic in dispute management

    Hello,
    Could any one explain the the work flow logic in dispute management .
    When will the first work flow initiate and who will recive the first notification and what are the action he/she usually perform. How it trigger to next level and what is the events consider for the next work flow trigger.
    If some one could share a real work flow example in line with Dispute management will be great...
    regards
    Sibichan

    Dispute management workflow will help to automate business process.
    When some action or information is expected form individual or department then
    Workflow can be triggered on editing some field in dispute case and workitem is send
    to individual or group, So that they can respond to it.
    We can use function email notifications to speed up the process.
    Based on organizational needs triggering events can vary.
    Regards,
    Raju

  • Event linkage deactivated after executing the work flow

    Hi Experts,
    We are facing a problem in the production with Event linkage activation.After Event linkage was activated (ENABLED = u2018Xu2019 in the table SWFDEVENA) and if we execute the workflow then again this linkage is deactivated(Enabled value is cleared).if we activate the linkage and execute the work flow again after work flow exectution event linkage will be deactivated.Could you please  give the solution if any one face this issue.
    Thanks and Regards,
    venkat

    Hi Rickk baker,
    Thanks for your answer.Now my issue was resoved .This is because of some mandatory work flow container parameter value is missed in the programme.This was traced throgh event trace(swel and swels)
    Thanks and Regards,
    Venkat Marisetti

  • The work flow of AR invoice to AP Supplier? (Urgent)

    Hi Experts,
    I am a new user of oracle finanical. There are some urgent issues I need to solve and I could not able to find in Google. Hope someone can give me a helping hand.
    We are on 11i (Oracle Financial modules only: GL/AP/AR/FA), I want to ask about how to make the work flow of AR invoice to AP Supplier (e.g. promotion fee).
    1. Should we create a customer account and make a invoice in AR for AP Supplier?
    e.g. create a AR invoice
    DR Receivables $1000
    CR Revenue $1000
    2. Could we settle/match the AR invoice in AP outstanding as requested by AP Supplier?
    And if yes, how to do it and please tell me the detail work flow? And if not, any solution?
    Thanks
    Sam

    Hi Sam.
    When you run the Supplier Customer Netting Report you may find that:
    -The balance is in your favor.
    -You have to pay to the supplier.
    For both cases you should create a Bank Account to address the netting operations.
    Let’s suppose you face the following situation:
    -Customer’s balance is $500
    -Supplier’s balance is $600
    In this case you have to pay $100 to your supplier.
    Using the netting Bank Account record a receipt of $500 and apply it to your customer invoices:
    DR     Netting Bank Account     $500
    CR     Receivables          $500
    Your customer’s balance is now zero.
    Record a debit memo in AP against the supplier:
    DR     Liability
    CR     Netting Bank Account     $500
    Your supplier’s balance is now $100.
    Issue a payment in this amount using your normal bank account.
    DR     Liability          $100
    CR     Cash          $100
    Your supplier’s balance is now zero. Netting has been done. Check the Cash Account used on the netting Bank Account on a regular basis. If the balance is not zero then something is wrong.
    Octavio

  • Sql Query need to extract the Work Flow information from Hyperion Planning

    Can Any one give me the sql query to extract the Work flow from Hyperion Planning in 11.1.2.1.
    I can extract from the Hyperion Planning but it is not in required format again I need to do lot of formating. I need the information as per the flow structure is showing linke in one perticular planning unit in all coloumn format. Hence only sql query will help me to extract this kind of information. could any one provide the sql query to extract this kind of request.
    Thanks in Advance.
    Edited by: 987185 on Feb 9, 2013 10:57 PM

    If you have a look at the data models in - http://www.oracle.com/technetwork/middleware/bi-foundation/epm-data-models-11121-354684.zip
    There is the structure of the planning application tables, have a look at the HSP_PM_* tables
    Alternatively you can look at extracting the information using LCM.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Grant the access rights to manager run the work flow history report without edit /delete rights

    I found that only Team Member / Workspace creator / Administrator can run
    the work flow history report. However, we have a Purchase Order request
    which need ask the supervisor for 1st approval and manager for 2nd approval.
    But those managers want to see who prepare the P.O. and supervisor done the
    first approval before their 2nd approval. How can I can grant the access
    right to the manager to run the work flow history report for this purpose? I
    tried grant the role "team member" to those manager, however, it will also
    allow them to modify or delete the entry as they are the team member, but we
    only want allow those managers can approve the entry and view the work flow
    history without other acces such as add/delete/edit to prevent the human
    mistake.
    Pls advise how can I do this? Thanks!
    Regards

    Create a new role in teaming can fulfill this requirement. Thanks!
    "Joey" wrote in message news:_Cvqo.66903$[email protected]. .
    I found that only Team Member / Workspace creator / Administrator can run
    the work flow history report. However, we have a Purchase Order request
    which need ask the supervisor for 1st approval and manager for 2nd approval.
    But those managers want to see who prepare the P.O. and supervisor done the
    first approval before their 2nd approval. How can I can grant the access
    right to the manager to run the work flow history report for this purpose? I
    tried grant the role "team member" to those manager, however, it will also
    allow them to modify or delete the entry as they are the team member, but we
    only want allow those managers can approve the entry and view the work flow
    history without other acces such as add/delete/edit to prevent the human
    mistake.
    Pls advise how can I do this? Thanks!
    Regards

  • Need help on how to put condition in the work flow

    hi friends,
    I want to check the conditions whether the customer is available in the server or not .
    If YES i want to do one process in the work flow
    or
    If NO i want to do one process in the work flow. Please help me out on this.
                    Ex:
                       KUNNR
             YES                NO
        1stProcess             2nd Process.
    Pls send me the screen shots or solution for this i searched a lot in this but I could not find...
    Thank you,
    Vikram.c

    Hi,
    you can use a CONDITION step to achieve this requirement. Try the following link, it may not exactly match your requirement but will give you a clear idea on how to proceed,
    [http://www.****************/Tutorials/Workflow/ConditionStep/Condition.htm]

  • Same work item in the work flow is generating 2 mails with a time gap.

    Hi,
    I have a workflow object where,The same work item in the work flow is generating 2 mails with a time gap.
    Please suggest how should I resolve the problem.
    Thanks in advance.

    Hello Rob & Rick,
    Many thanks for your inputs.
    I am working on smartforms for the first time.It still some time till I find a solution with the inputs that you have suggested.
    I will keep this thread posted,& if I am not able to complete the task,i will close the thread.

  • Hi can anyone please send me the work flows PPTs

    Hi ,
    Can anyone pls send me the step by step Workflow PPTs or Pdfs in ABAP..
    Thanks and regards.....

    Hi Praveen,
    can u send me the work flows too.
    Email: [email protected]
    points will be awarded,
    cheers,
    Noodles

Maybe you are looking for

  • RFC Destination type RFC Receiver Adapter?

    Hi, What is the RFC destination type for Sender RFC Adapter? and what is the need a Program ID for sender Adpter. What is the RFC destination type for Receiver RFC Adapter? Regards Gopi

  • Need to create search help for parameter 2 based on values in parameter1

    hi Specialists, I need to create a search help for parameters field 2 ( Country ) based on the values the user inputs in parameters field 1 ( Currency ). The values of field  Currency & Country will come from T001 table. The logic is : Based on a uni

  • Flex Charts: Will they improve?

    Hello! I'm trying to make some minimalistic charts for some ultimate PDF business plans and annual reports. I did them in Illustrator first, but Illustrator's graph tool hasn't been developed on since 1996, and it was a real pain to update my charts

  • Change balance sheet acc to expense account

    Hi experts. My company want to change some wagetype from Balance sheet acc to expense acc.Is it possible to do it?If possible what should HR and FI team done? Thanks in advace.

  • Exposé crashes Yosemite, must hard-restart

    Invoking the Exposé feature on my Mac (MacBook Pro mid-2010 15" model 6,2) has been causing it to crash.  I have Exposé set so that moving the pointer to the upper-left corner shows the open windows of the front-most running app.  I have the upper-ri