Appropriate business function to copy a file
Is there is business function to copy a file (eg: TXT) from one location (Unix path) to another location without deleting the source file?
Tried the following but they do not seem to be working:
1] B4700230: the file is copied to the target location but it remains blank. Checked on Oracle Support and it seems to be a known issue and it has been mentioned that this function is not suitable for Copy.
2] B0500180: with Action Code 'R', the file is copied to the target location correctly but at the same time deletes the source file. This is not wanted - the source file should remain.