Configuration Properties
OUTL-BRT-WACS_ERPFIN_ConfigProps lookup contains the properties that can be configured and defaulted in the integration.
Properties used by all Integration processes
Property Name
Sample Value
Description
email.flag
true
If this value is set to true, email notification will be sent out.
Valid values: true/false. Default to true.
Properties used for Chart of Accounts Synchronization process
Property Name
Sample Value
Description
wacs.externalsystem
ERP
External System defined in WACS for Oracle ERP Cloud Application
maxerrorcount.per.emailnotification
100
This value controls the number of errors to be sent out in an error email notification.
 
When the error count reaches this value, an error email notification is sent out. It will keep sending an email notification for every interval of the maximum error count.
 
Example: There are 150 records to be processed and this property is set to 50. When the process reached its 50th error record then an email notification listing the 50 error records is sent. For every 50 error records an email notification is sent out.
Properties used for GL Extract Integration process
Property Name
Sample Value
Description
wacs.filelocation.flag
OS
Define the file location where WACS store the extract files. OS or Cloud for FTP.
Default value: OS (Object Storage)
os.namespace
 
The Object Storage namespace serves as a container for all your buckets and objects. Define the namespace where the buckets and objects the GL extract file resides.
 
This is use when calling the Object Storage APIs.
os.gl.bucketname
 
Bucket Name to where the objects or files are stored. Define the bucket name where the GL Extract file is stored.
 
This is used when calling the Object Storage APIs.
gl.extract.filename.prefix
GLEXT
GL Extract file name prefix.
 
This should have the starting value of the batch parameter filename in Batch Process W1-ERPGL. (Ex: filename is GLEXT_001_001).
os.prefixtag.fileuploaded
Uploaded
The text to append to the Ap Req Extract filename to mark the file as processed or uploaded in Object Storage.