How to access FND_LOBS attachments files when accessing via archive responsibility pointing to an ar
The profile option 'Intialization SQL statement - custom' is set at the site level to: ALTER SESSION SET CURRENT_SCHEMA = APPS
When this profile option is set at a SITE level to: ALTER SESSION SET CURRENT_SCHEMA = ARCHIVE (or)
ALTER SESSION SET CURRENT_SCHEMA = MERGE,
attachments open up properly from the ARCHIVE or MERGE responsibilities
But this is not desired as SITE level should always be set to APPS.
Details
-------
1) We have an archive responsibility pointing to a archive data group (which in turn is pointing to ARCHIVE schema in database)
2) The profile option 'Intialization SQL statement - custom' is set at the site level to: ALTER SESSION SET CURRENT_SCHEMA = APPS