Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

To run the Workflow Resource Generator

For the standalone version of Oracle Workflow:
		wfresgen [-v] -f <resourcefile> <source_file>

		wfresgen [-v] -u <username/password@database>
<lang> <source_file>

For Oracle Workflow embedded in Oracle Applications:
Note: Your system administrator needs to add this concurrent program to a request security group for the responsibility that you want to run this program from. See: Overview of Concurrent Programs and Requests, Oracle Applications System Administrator's Guide.

Destination Type Specify "Database", to upload seed data to the database table WF_RESOURCES from a source file (.msg), or "File", to generate a resource file from a source file.
Destination If you specify "File" for Destination Type, then enter the full path and name of the resource file you wish to generate. If you specify "Database" for Destination Type, then the program automatically uses the current database account as its destination.
Source Specify the full path and name of your source file.
	WFRESGEN apps/pwd 0 Y FILE res_file source_file

	WFRESGEN apps/pwd 0 Y DATABASE source_file

Replace apps/pwd with the username and password to the APPS schema, replace res_file with the file specification of a resource file, and replace source_file with the file specification of a source file (.msg). A file specification is specified as:

		@<application_short_name>:[<dir>/.../]file.ext

or

		<native path>


         Previous  Next          Contents  Index  Glossary