0% found this document useful (0 votes)
719 views6 pages

Creating A Workflow From Scratch 1 ALL ORACLE APPS

The document provides steps for creating a new workflow using the Oracle Workflow Builder (WFSTD): 1) Download the standard workflow template file (WFSTD) using wfload or the Oracle Workflow Builder. 2) Open the WFSTD file in the Workflow Builder by navigating to File > Open > Database and entering credentials. 3) Right click on the "Standard" workflow and create a new item type with an internal name of up to 8 characters. 4) Save the new workflow file locally as "XAOTESET.wft" once an item type and initial process are created.

Uploaded by

satish1981
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
719 views6 pages

Creating A Workflow From Scratch 1 ALL ORACLE APPS

The document provides steps for creating a new workflow using the Oracle Workflow Builder (WFSTD): 1) Download the standard workflow template file (WFSTD) using wfload or the Oracle Workflow Builder. 2) Open the WFSTD file in the Workflow Builder by navigating to File > Open > Database and entering credentials. 3) Right click on the "Standard" workflow and create a new item type with an internal name of up to 8 characters. 4) Save the new workflow file locally as "XAOTESET.wft" once an item type and initial process are created.

Uploaded by

satish1981
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Creating a Workflow from scratch 1

Creating a New workflow using WFSTD:

Download the Standard Workflow for creating a new workflow item type:

To download the workflow file we can download using wfload or from Oracle Workflow Builder.

Navigation:

File –> Open –> Database –> Please give Apps user credentials. It usually takes time to load all the
workflows.

Select Standard from the list of workflows and press OK button.


When the WFSTD is Loaded then save on your desktop as STANDARD.wft:

Right click on Standard and create a new Item Type


The Item Type Internal name can have at the max of 8 Characters:

There are 3 types of Persistence’s as Temporary, Permanent and Synchronization.


The access levels are important to modify the workflow and can be set at workflow builder help.

Click OK

Now save the Workflow file as XAOATEST.wft on your local desktop:


Once a new Item Type is created then a new process needs to be created where the logic needs to
go in:
We need to create a new Runnable Process so that we can call it from PLSQL/Form/OAF/Java.
Under a Process there can be any number of sub process depending upon the complexity of the
workflow logic that needs to be implemented.

You might also like