Skip Headers

Oracle Workflow API Reference
Release 2.6.3.5

Part Number B12163-02
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>

Note: To determine the language to load, the Workflow Resource Generator accepts a language parameter. If you do not specify a language parameter, the Workflow Resource Generator defaults to the current setting of the NLS_LANG environment variable.

To set NLS_LANG in UNIX, use the command:

		setenv NLS_LANG = 'language_territory.characterset'

For Windows NT, run the regedit32 command and locate the NLS_LANG setting under the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE hierarchy. Double click on NLS_LANG, and then set the variable to the new value and save your work.

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



Oracle Logo
Copyright © 2003, 2004, Oracle. All rights reserved.