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.

Tags: Database

Similar Questions

  • Business event in workflow notifications

    Hello

    When a transaction is made in Self Service, how know what corporate event is fired? Status monitor allows us to see the workflow operations, but how do I know the details of the business event, if there is no process involved in the transaction workflow?

    Thank you!
    -KK

    You can query the wf_deferred table to know what events are triggered only if the subscription event phase is > 99.

    Select * from applsys.aq$ wf_deferred, where corr_id like '% oracle.apps.fnd.wf.ds.role.updated% '.

    The 'corr_id' column contains the name of the event that is raised.

  • Asynchronous business event is not raised.

    Hello

    I bought "oracle.apps.per.api.employee.create_employee" business with an asynchronous subscription with phase event = 101. Now every time that I do a rental through self-service or business seminar Test (from the system administrator), the event is fired that they are intended. I am trying to check the following navigation to see the transformed XML data is generated by the business event.

    Navigation is:

    Administrator Web Applications of Workflow > > Oracle Applications Manager > > Workflow Manager > > flow > > activity of agents > > WF_DEFERRED (select this agent to view the XML message).

    The event is considered as are treated. But the funnction which is attached to the business event is not called. The called function inserts data in a custom table. But after that the event is triggered, there is no data in the custom table. As a result that the function has not been treated at all. Is something theye more what can I do to make this work?

    When I am subscribing to the event synchronously with the Phase = 99 that it works correctly.

    helped the business with details of next subscription event.

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

    Triggering event

    Source type: Local

    Event filter: oracle.apps.per.api.employee.create_employee

    Execution condition

    Phase: 101 (when it is asynchronous) / 99 (when synchronous)

    Status: enabled

    Rule data: Message

    Type of action

    Action type: custom

    Error on: stop blocking and cancellation

    Action

    Rule of PL/SQL function: (< package >. < function >)

    Priority: high

    Documentation

    Owner name: human resources

    Tag owner: BY

    As suggested in the event withdrawn but untreated subscription , restart the "Deferred Workflow Agent Listener" service helped in this case. If in the case, someone has the same problem, try to restart the service "Workflow delayed Agent listener" of "System administrator" > Oracle Manager application > Workflow > components of the Service

  • Business event does not trigger the PLSQL procedure... What should do?

    We need to call a plsql procedure when the workflow approval GL ended with approval. I thought I could do it by customizing the relevant business event.

    We are on EBS 12.1.3 with RDBMS: 11.2.0.3.0.

    I see the event oracle.apps.gl.Journals.journal.approve company has been disabled currently. I've enabled and created a subscription for her. Subscription was a PLSQL procedure. Currently, for objective test only thing it does is to insert a row in a table.

    Parameters of the subscription to corporate events:
    System: ORDEBS. SYSTEM.COM

    Triggering event
    Source type: Local
    Event filter: oracle.apps.gl.Journals.journal.approve


    Execution condition
    Phase: 100
    Status: enabled
    Rule data: Message

    Action type: custom
    Error on: stop blocking and cancellation

    Action
    Rule of PL/SQL function: XX_GL_APPROVE_BE_PKG. Get_Attributes
    Priority: normal

    Documentation (not sure what value to give the latter. I went with the values below).
    Owner: Name of the company
    Tag owner: custom Schema

    Using query I can see the event company is called when occurs below approval (an added line each time approval that has happened). But I don't see all the lines in the table where to insert a line. What could go wrong? How can I make sure that the procedure was called?

    Select * from WF_DEFERRED where corrid'art = 'APPS:oracle.apps.gl.Journals.journal.approve. '

    Procedure:
    CREATE OR REPLACE PACKAGE BODY APPS. XX_GL_APPROVE_BE_PKG
    AS
    PROCEDURE Get_Attributes
    IS
    BEGIN
    INSERT INTO xx.xx_test_table VALUES (' to BE');
    COMMIT;
    END Get_Attributes;
    END XX_GL_APPROVE_BE_PKG;

    Hello

    This OWNER_TAG represents an actual application under license, as "DNF" without the quotes. The business event system will send subscriptions for licensed products.

    Also, in order to detect any other possible errors please add a subscription of type error. In this way the BES will catch the error and will notify SYSADMIN of this failure, it's not silent. You can use this link to see how: https://blogs.oracle.com/oracleworkflow/entry/defining_business_events_with_synchronous

    Kind regards

    Alejandro

  • For business (event) (API JavaDoc

    Hello

    I'm looking for the javadoc for the related classes business event. Seems this isn't there in the Oracle Workflow documentation as a javadoc format. Can someone tell me please these links?

    Thanks in advance.

    Kind regards
    Jonathan

    You can refer to the section of business events in the administration of the process, developer, API guides in docs link below

    http://atgebs.us.Oracle.com/TWiki/bin/view/pie/UserDocs

  • Tips on how to change the standard business event.

    Hi all

    I was wondering if anyone here has never changed a standard corporate event in workflow calls. Is it advisable? If Yes, what is the best way to go about this? If not, what is the workaround.

    Responsibility: Workflow Administrator Manager of events
    Navigation: Administrator Workflow-> log sales
    Research Oracle Standard event like oracle.apps.ap.oie.creditcard.transaction.error

    Go to the subscription tab and select 'Create Substription' and define
    System
    Type of source
    Event filter
    Phase of
    Status
    Rule data
    Type of action
    In case of error
    If the Action of Type = "Start workflow" can set the Workflow Type
    Workflow process

    Disable the old and add the new Workflow process

    NOTE: you must create the new process of workflow with EVENT activity to RECEIVE.

    See you soon

  • BPEL in the business event

    Can we register BPEL (web services) as external system in the business event?

    If possible, what are the steps to do it?

    You might consider to adapt Applications Oracle with Oracle SOA Suite for your condition. Using Oracle Applications adapter you might receive a corporate event in a BPEL process in the middle-tier and start the BPEL process.

    Please refer to the documentation at http://download.oracle.com/docs/cd/E12524_01/integrate.1013/e10536/toc.htm

    I hope this helps.
    Vijay

  • OID/OAM with Oracle E-Business Suite

    Hello world

    OID is integrated successfully with Oracle E-Business Suite. Administrator as SYSADMIN, COMMENTS are able to login and access E-Business Suite with the redirected OID/SSO login Page. These users are migrated under OU = Finance, OU = employees, dc = myorg, dc = com via the load utility bulk OID.

    Via the OIDDAS Console (http:// < myorg >: 7777/oiddas), under Setup tab-> add an entry for OU = Finance, or = employees, dc = myorg, dc = com for the basis of creating users. OID administrator created a new user (i.e. the user fintest) under finance container through the console of OIDDAS and the same user is implemented in E-Business Suite Database under table FND_USER provided with a Globally Unique Identifier.

    (1) user created through the OIDDAS console will launch and access E-Business Suite URL (http:// < myorg >: 8000)
    (2) page of redirect OID/SSO Login appears.
    (3) fintest user will provide required login and password value to connect.
    (4) E-Business Suite homepage will be displayed for users fintest.

    I had a UI presentation layer where Oracle Access Manager is installed with the Server LDAP OID. Created a new workflow user finance Molok (OU = Finance, OU = employees, dc = myorg, dc = com). OAM administrator has created a new user (i.e. the user fintest2) under Finance container through workflows OAM and the same user is not supplied with E-Business Suite Database under table FND_USER provided with a Globally Unique Identifier.

    (1) user created through Workflows OAM will launch and access E-Business Suite URL (http:// < myorg >: 8000)
    (2) page of redirect OID/SSO Login appears.
    (3) fintest2 the user will provide required login and password value to connect.
    (4) in E-Business Suite oracle has not been linked with the Single-Sign-On account in place and place the homepage of E-Business.

    Note: We do not expect to make integration with OAM with Oracle E-Business Suite.

    Has anyone faced this kind of question. Please let me know your pointers.

    Thank you
    Ajay

    Hello

    Connect to Oracle Internet Directory, search EBusiness provisioning profile, remove the attribute of orclisenabled user profile in IDENTITY and SUBSCRIPTION list of areas for the properties of the parameter orclodipprovisioningeventsubscription.

    Thank you
    Ajay Babu Pentela

  • 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

  • Oracle E-Business suit VM download

    Hi guys,.

    I have a question about downloading of oracle E-Business to study/learn the purpose, what is available?

    concerning

    Hello

    You can download the template of the Oracle VM for cloud delivery.

    The following is available for download

    Oracle VM Template for Oracle E-Business Suite 12.2.2.0.0 for x 86 64 bit, 21 files

    Kind regards

    Hugues

  • 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

  • Learn how the combination of Oracle e-business architecture.

    Hello everyone. I used the oracle ebs for more than three years. I'm doing some development on this system. Now, I want to learn the system's architecture. Can anyone give some advice? It may be in the method, the knowleage to learn or anything else.

    Thank you very much.

    First read this

    Concepts of Oracle E-Business Suite

    http://docs.Oracle.com/CD/E26401_01/doc.122/e22954/TOC.htm

    concerning

    Pravin

  • Integration of the OPA 10.4 with Oracle E-business Suite

    We have a requirement for the integration of the OPA 10.4 with Oracle E - business suite.

    The condition is hypocritical:

    (1) EBS can call rules of the takeover bid on any screen - I think that this will be achieved by Oracle determinations Server (ODS) with probably a middleware between both to facilitate the exchange of webservice.

    Request- I just wanted to know if there is another way to better or if it is only best option?

    Are there examples of projects or pointers that can help us get a better understanding of the present?

    (2) given certain conditions of release in EBS, the modules of the OPA may be invoked, but this time there may be a few involved OPA interview screens.

    Request- How to proceed and achieve this goal?

    Any help on the above queries is really appreciated.

    (1) it is for an older version of OPA, but you might find something useful in this tutorial.

    (2) launch a browser window in passing a single parameter "caseid" to OPA startsession URL, so that a data adapter that you write can load and save data interviews of EBS based on the id of the object.

  • Oracle Application Management Pack for Oracle E-Business Suite Guide 12.1.0.4.0?

    Hello fellow pioneers OEM.

    I am trying to locate the Oracle Application Management Pack for Oracle E-Business Suite Guide 12.1.0.4.0


    I have a beautiful SR but still no answer on that of the analyst. Thank you.

    DA

    Currently the latest version of MPA is 12.1.0.3.0

  • Oracle E-Business Suite version 12.2: consolidated list of patches and bugfixes of technology after installation R12.2.0

    Hello

    I just finished R12.2.0 Installation, I am planning to complete the RUP for r12.2.4. I use now

    Oracle E-Business Suite version 12.2: consolidated list of patches and bugfixes of technology (Doc ID 1594274.1()

    I make the correction to the database, but I ran into conflicts to patch the database. I have the patch success these patches:

    16989137

    17912217

    18419770

    18614015

    18685209

    18964939

    But I get conflicts with these patches:

    17608907

    Patch [17608907] conflict with [18259911 12849688] patches in the Oracle home.

    17654622

    Patch [17654622] conflict with patches [16587934] in the Oracle home.

    18244962

    Patch [18244962] conflict with patches [18259911] in the Oracle home.

    18436307

    Patch [18436307] conflict with patches [18259911] in the Oracle home.

    18674024

    Patch [18674024] conflict with patches [18259911] in the Oracle home.

    18964939

    Patch [18964939] conflict with [18259911 14751895] patches in the Oracle home.

    I tried to back packages of conflict just to see what was going to happen, although only gave me more than patches to install. I searched on google and metallization and have not found much, can someone please point me in the right direction.

    Thank you

    You can safely rollback Patch 16587934 as all the fixes that are included in this hotfix is installed when you apply the Patch 17875948

    Thank you

    Hussein

Maybe you are looking for